# Latest posts feed!

**URL:** <https://meta.discourse.org/t/latest-posts-feed/24390>\
**Category:** Feature\
**Created:** [January 24, 2015, 5:29am UTC](https://meta.discourse.org/t/latest-posts-feed/24390 "2015-01-24T05:29:58Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)\
**Post date:** [January 24, 2015, 5:29am UTC](https://meta.discourse.org/t/latest-posts-feed/24390/1 "2015-01-24T05:29:58Z")

</div>

I have just implemented a latest posts feed, after several topics of people asking for it!

It will return the posts with the **last 50 ids** , in order, with posts you can’t see filtered out. You can attach a `?before=5678` to only see post IDs 5629 thru 5678. With that scheme, it should be fairly easy to make sure your service sees every post it has access to.

For those of you using an admin api\_key and api\_username, and plan to display the results of this, you should _probably_ use a non-privileged account to hit this endpoint, or your Staff-category topics and private messages are going to be displayed.

[https://github.com/discourse/discourse/pull/3126](https://github.com/discourse/discourse/pull/3126)

---

<div class="post-metadata">

**Author:** ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)\
**Post date:** [January 24, 2015, 10:31am UTC](https://meta.discourse.org/t/latest-posts-feed/24390/2 "2015-01-24T10:31:53Z")

</div>

Great! Is there an overview of all available feeds somewhere?

---

<div class="post-metadata">

**Author:** ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)\
**Post date:** [January 25, 2015, 1:13am UTC](https://meta.discourse.org/t/latest-posts-feed/24390/3 "2015-01-25T01:13:06Z")

</div>

Well, /latest.json is a feed of topics, and each /t/id.json is a feed of posts in each topic. This is just the first “global” feed of posts that looks at multiple topics.

---

<div class="post-metadata">

**Author:** ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)\
**Post date:** [December 4, 2025, 11:33am UTC](https://meta.discourse.org/t/latest-posts-feed/24390/4 "2025-12-04T11:33:30Z")

</div>


