# API - Get count of latest

**URL:** https://meta.discourse.org/t/api-get-count-of-latest/91580
**Category:** Support
**Created:** [7월 4, 2018, 5:28오후 UTC](https://meta.discourse.org/t/api-get-count-of-latest/91580 "2018-07-04T17:28:16Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [7월 4, 2018, 5:51오후 UTC](https://meta.discourse.org/t/api-get-count-of-latest/91580/2 "2018-07-04T17:51:07Z")

</div>

Some of the data you are looking for is available at `/about.json`. It will give you the total number of posts and topics, and also data for the last 7 days and the last 30 days.

To get the post count for a specific time period, you can make an API call to any of the admin reports that are displayed on your site’s dashboard. For the `posts` report, you can make a query to `/admin/reports/posts.json`. The `start_date` and `end_date` can be set as query parameters.

---

_[View the full topic](https://meta.discourse.org/t/api-get-count-of-latest/91580)._
