# List available reports

**URL:** https://meta.discourse.org/t/list-available-reports/80085
**Category:** Development
**Created:** [February 8, 2018, 6:25am UTC](https://meta.discourse.org/t/list-available-reports/80085 "2018-02-08T06:25:31Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Mark\_Walkom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mark_walkom/32/77411_2.png) [@Mark\_Walkom](https://meta.discourse.org/u/Mark_Walkom)
#### Post date: [February 8, 2018, 6:25am UTC](https://meta.discourse.org/t/list-available-reports/80085/1 "2018-02-08T06:25:31Z")

</div>

Is there an API endpoint that can be called to get a list of all the reports? I’m currently manually going through the admin page and pulling the report names from each link, but was hoping for something I could use programatically.

---

<div class="post-metadata">

### Author: ![mikechristopher](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikechristopher/32/89135_2.png) [@mikechristopher](https://meta.discourse.org/u/mikechristopher)
#### Post date: [February 8, 2018, 12:52pm UTC](https://meta.discourse.org/t/list-available-reports/80085/2 "2018-02-08T12:52:51Z")

</div>

I do not believe there is one from what I can see - I don’t believe having looked at it that it is easy to pull the report data via the api.

You are able to pull some stats from the about.json if that helps.

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [February 8, 2018, 1:40pm UTC](https://meta.discourse.org/t/list-available-reports/80085/3 "2018-02-08T13:40:22Z")

</div>

We don’t have API endpoint support to get all available reports. The easiest way to get it is right click and copy the report links from admin dashboard. And add `.json` to the end of the URL.

---

<div class="post-metadata">

### Author: ![Mark\_Walkom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mark_walkom/32/77411_2.png) [@Mark\_Walkom](https://meta.discourse.org/u/Mark_Walkom)
#### Post date: [February 11, 2018, 11:33pm UTC](https://meta.discourse.org/t/list-available-reports/80085/4 "2018-02-11T23:33:48Z")

</div>

Cool, thanks for confirming 🙂
