RSS by platform

Does X (Twitter) Have an RSS Feed?

Twitter removed RSS support in 2013 and X has not restored it.

Quick answer

Does X (Twitter) have RSS?
No. Twitter removed RSS support in 2013 and X has not restored it.
Key limitation
No official RSS endpoint for users, lists, or searches

Context

What this means for X (Twitter)

Twitter had first-class RSS support through 2012, including per-user and per-list feeds. Those were removed when the API moved to v1.1 in 2013. After Twitter's rebrand to X in 2023, public API access became restricted and expensive, and third-party RSS bridges that relied on free API tiers mostly stopped working. Nitter, the long-running open-source frontend that produced RSS for X profiles, went dark in February 2024 when X removed guest-account creation. It came back in early 2025 with a session-token-based workaround. Several public Nitter instances now work again, with varying reliability.

Why X (Twitter) has no RSS

Twitter discontinued RSS with the v1.1 API migration in 2013. After the rebrand to X in 2023, public read access has become more restricted and increasingly paid. Third-party bridges fill the gap unreliably. No first-party RSS path has returned.

What does not work

  • No official RSS endpoint for users, lists, or searches
  • X's paid API tiers are priced for enterprise use, not individual RSS consumers
  • Third-party bridges (Nitter, RSSHub instances) are frequently rate-limited or blocked
  • X actively discourages scraping and takes down third-party mirrors

Gotchas

Common mistakes

  • Watch for this: Assuming Twitter's old RSS URLs still work, they have been 404 since 2013
  • Watch for this: Treating Nitter as permanently dead, it actually came back in early 2025 with session-token auth. As of May 2026 the public instances are heavily gated though: xcancel.com requires per-reader whitelisting, nitter.net is aggressively rate-limited, and nitter.poast.org sits behind a CAPTCHA. Treat any Nitter-based feed as best-effort, not production-stable
  • Watch for this: Using the X API's free tier for RSS, it is read-limited to post-only on the free tier

FAQ

X (Twitter) RSS questions

Does X (Twitter) have an RSS feed?

No. Twitter removed RSS in 2013 and X has not restored it. There is no official way to subscribe to a user, list, or search with RSS.

Can I get an RSS feed for an X user through a third party?

Services like Nitter-based feed generators and RSSHub instances produce pseudo-RSS feeds, but they are frequently rate-limited or blocked by X. Treat them as experimental.

Why did Twitter remove RSS?

RSS was removed with the v1.1 API migration in 2013, part of a broader tightening of data-export capabilities. Subsequent ownership changes have not brought it back.

Does the X API provide something like RSS?

The X API can return a user's timeline, but the read tiers required for frequent polling are paid. It is not a practical RSS substitute for individual users.

What is the best way to get X content into WordPress?

If the author also blogs, use their blog's RSS. For your own posts, write first on WordPress and cross-post outbound. That side of the integration still works reliably.