Finding Discourse RSS feeds

:bookmark: A comprehensive reference guide to all available RSS feeds in Discourse, including URL structures, authentication requirements, and best practices for feed readers.

:person_raising_hand: Required user level: All users

RSS (Really Simple Syndication) is a standardized, computer-readable format that allows content to be shared between sites and platforms easily. Discourse provides a wide range of RSS feeds for topics, posts, categories, tags, users, and groups.

:information_source: Stable URLs: RSS links containing an ID (e.g., category ID, topic ID, badge ID) are defined by that ID. The links will not break if the “slug” (the text part of the URL) changes, but the slug is still mandatory in the URL path.

For example, these links all lead to the same RSS feed:

  • https://meta.discourse.org/t/events-plugin/69776.rss
  • https://meta.discourse.org/t/a-random-slug/69776.rss
  • https://meta.discourse.org/t/-/69776.rss

Badges

Get a feed for a specific badge.
https://meta.discourse.org/badges/[id]/[badge_name].rss

Categories

Get a feed of the latest topics in a specific category.
https://meta.discourse.org/c/[category_slug]/[id].rss

Categories and Tags

Get a feed of topics within a specific category that also have a specific tag.

:exclamation: Important: Unlike standard category feeds, category+tag feeds are hosted under the /tags/ path, not /c/.

Canonical URL (Recommended): Uses the tag’s numeric ID for stability.
https://meta.discourse.org/tags/c/[category_slug]/[id]/[tag_slug]/[tag_id]/l/latest.rss

Legacy URL: Uses the tag name only.
https://meta.discourse.org/tags/c/[category_slug]/[id]/[tag_name]/l/latest.rss

Note: You can replace latest with other filters like top, hot, new, or unread.

Groups

Get feeds for group activity. Both /groups/ and /g/ prefixes work.

Mentions: Topics where the group is mentioned.
https://meta.discourse.org/groups/[group_name]/mentions.rss
or
https://meta.discourse.org/g/[group_name]/mentions.rss

Posts: All posts made by members of the group.
https://meta.discourse.org/groups/[group_name]/posts.rss
or
https://meta.discourse.org/g/[group_name]/posts.rss

Posts (Global)

Get a feed of all public posts across the entire site.
https://meta.discourse.org/posts.rss

Tags

Get a feed of topics with a specific tag.

Canonical URL (Recommended): Uses the tag’s numeric ID for stability.
https://meta.discourse.org/tag/[tag_slug]/[tag_id].rss

Legacy URL: Uses the tag name only.
https://meta.discourse.org/tag/[tag_name].rss

Topics

Get feeds for topic lists.

Hot Topics: Topics currently trending.
https://meta.discourse.org/hot.rss

Top Topics (by time period): Most popular topics over a specific duration.
https://meta.discourse.org/top.rss?period=[period]
Where [period] is one of: all, yearly, quarterly, monthly, weekly, daily.

:information_source: The old per-period URLs (e.g., top/yearly.rss) still work but redirect to the query parameter format above.

Top Topics (Default): Uses the site’s default time period.
https://meta.discourse.org/top.rss

Latest Topics: Topics with the most recent activity (replies).
https://meta.discourse.org/latest.rss

:warning: Stable Ordering for Feed Readers: By default, “Latest” is ordered by the time of the last reply. This means the order of items in your feed reader will change whenever someone replies to an old topic. To get a stable chronological order based on when topics were created, append ?order=created:
https://meta.discourse.org/latest.rss?order=created

Single Topic: A feed for a single specific topic.
https://meta.discourse.org/t/[topic_slug]/[id].rss

Users

Get feeds for a specific user’s activity. Both /users/ and /u/ prefixes work.

Posts: All posts made by the user.
https://meta.discourse.org/users/[username]/activity.rss
or
https://meta.discourse.org/u/[username]/activity.rss

Topics: Topics created by the user.
https://meta.discourse.org/users/[username]/activity/topics.rss
or
https://meta.discourse.org/u/[username]/activity/topics.rss

Authenticated Feeds

The following feeds require you to be logged in or provide an API key. They provide personalized views of content.

  • Unread Topics: Topics you haven’t read yet.
    https://meta.discourse.org/unread.rss
  • New Topics (Personal): Topics new to you since your last visit.
    https://meta.discourse.org/new.rss
  • Read Topics: Topics you have already read.
    https://meta.discourse.org/read.rss
  • Posted Topics: Topics you have created.
    https://meta.discourse.org/posted.rss
  • Bookmarks: Topics you have bookmarked.
    https://meta.discourse.org/bookmarks.rss

:information_source: Note on /new.rss: The URL /new.rss does not exist for public, unauthenticated users. The “New” view is specific to your account history. If you need a public feed of topics ordered by creation date, use /latest.rss?order=created.

Common Issues and Solutions

Issue: “Page Missing” or 404 on /new.rss

  • Cause: This feed is only available for logged-in users.
  • Solution: Use /latest.rss?order=created for a public chronological feed, or ensure you are logged in.

Issue: Feed items re-ordering in my reader

  • Cause: The default latest feed sorts by the last reply time.
  • Solution: Append ?order=created to the URL to sort by topic creation time.

Issue: Category + Tag feed not working

  • Cause: Using the /c/ prefix instead of /tags/c/.
  • Solution: Ensure the URL starts with /tags/c/ (e.g., https://site.com/tags/c/category-slug/1/tag-slug/2/l/latest.rss).

FAQs

Q: Can I create an RSS feed for a search query?
A: No, Discourse does not natively support RSS feeds for search queries. You must use tags or categories to filter content.

Q: Why do my category feeds sometimes show “This page is private”?
A: If the category is restricted to specific groups or users, the RSS feed will also be restricted. You must be logged in with appropriate permissions to view the feed.

Q: Are RSS feeds cached?
A: Yes, Discourse caches RSS feeds for 1 minute to improve performance.

Last edited by @MarkDoerr 2026-06-17T18:26:21Z

Last checked by @MarkDoerr 2026-06-17T18:30:31Z

Check documentPerform check on document:
25 Likes

Is there a specific reason it doesn’t work for new? :thinking:

What do you mean? “New” would be latest, wouldn’t it?

No, it’s actually a difference.

  • Latest = topic with latest reply

New is different:

  • New = newest topics disregarding from latest reply

Compare url:s

  • /latest - where: “latest.rss” works

vs:

  • /new but new.rss does not
3 Likes

Then I guess this can be considered a bug.

2 Likes

Did you report it or should I?

Please do, I kinda lost track of this.

3 Likes

Here’s the bug report, and additional interesting discussion: Missing rss feed which corresponds to "new" topics

1 Like

I came here from a Google search looking for a way to create an RSS feed based on a search of a topic or keyword.

Apparently this isn’t possible, and when tags, slugs and categories doesn’t work, what are my options?

There doesn’t appear to be a way to create an rss feed of a category with a specific tag in it either, for example:

/c/[category_slug]/[tag]/[id].rss

I can’t seem to get a feed of tagged topics or posts inside a category.

I’m creating a boilerplate set of feeds for FreshRSS that will allow faster aggregation of topics for our engineering staff, but this seems to be a big gap.

Any ideas? Thanks in advance!

1 Like

I’m subscribed to PrivacyGuides Discourse search feed from openrss.org.

https://openrss.org/discuss.privacyguides.net/search?q=brave+browser+order%3Alatest_topic

Which is an RSS feed for

It has been a while and can’t remember why it works. Open rss may just be supporting Privacy Guides forum specifically. But i’m sure they can quickly support any discourse forum since the code is already there.

Could be helpful until Discourse provides this out of the box.

This won’t work for us, as we have a private Discourse behind SSO, and can’t be exposed outside of our networks.

The site openrss.org takes about 7 minutes to build/render the page you linked above, and it looks like they’ve built the feed for you as a custom feed, nothing built into Discourse itself.

Ok. But no web page takes 7 minutes to load. Requests always would time out way before that. Do you mean 7 seconds? It takes page a few seconds to load for me when it generated initially, but seems fast after the first load–at least in my web browser.

Reading

I have the impression it could work using saved searches.

No, it litererally took 7 minutes from the in initial connect/request to openrss.org using your link, before it drew the feed content into the page.

This looks like it needs a server-side plugin to be installed to facilitate saved searches and feeds derived from saved searches. That’s a non-starter for us, and sadly, our instance of Discourse does not permit Saved Searches.

That doesn’t make much sense. I’m a software engineer and websites can never take 7 minutes to respond. Servers will time out before that happens. The website and the feed I sent loads pretty fast for me. :person_shrugging:

1 Like

Hi, would you have an idea why =>Discourse Meta - Latest posts works, is a valid RSS feed, and the same RSS feed gives a page not found on one of my Discourse site, and no error on two of my other Discourse sites? Is there a setting somewhere I could have changed on my non working site? Thanks.

Are you using the same version for all instances? Are there plugin or theme component differences between them?

Hi, there could be some differences between my sites yes. I would have to deactivate the plugins one by one to test.

Maybe try Using Safe Mode to troubleshoot issues with themes and plugins first, so you can verify something is wrong with a plugin, then disable only plugins that differ from other systems…

(this discussion belongs to Support…)

1 Like