# Latest messages feed

**URL:** https://meta.discourse.org/t/latest-messages-feed/25115
**Category:** Feature
**Created:** [February 11, 2015, 7:53am UTC](https://meta.discourse.org/t/latest-messages-feed/25115 "2015-02-11T07:53:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![blau](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blau/32/34145_2.png) [@blau](https://meta.discourse.org/u/blau)
#### Post date: [February 11, 2015, 7:53am UTC](https://meta.discourse.org/t/latest-messages-feed/25115/1 "2015-02-11T07:53:20Z")

</div>

Is there in Discourse a _latest messages_ RSS feed, so that I can display it in a widget on my wordpress site?  
[www.example.com/latest.rss](http://www.example.com/latest.rss) displays the latest _topics_, not the response messages.

---

<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: [February 12, 2015, 7:35am UTC](https://meta.discourse.org/t/latest-messages-feed/25115/2 "2015-02-12T07:35:36Z")

</div>

You’ll need to load `/posts.json` and parse it. It includes sanitized HTML in the `cooked` attribute, though!

**Make sure to not include api\_key and api\_username** when you load it, otherwise you’ll be including posts from the Staff category and private messages (if you pass an admin username).

---

<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-messages-feed/25115/3 "2025-12-04T11:33:33Z")

</div>


