RSS by platform

How to Get the RSS Feed for Tumblr

Tumblr blogs commonly expose RSS at /rss.

Quick answer

Does Tumblr have RSS?

Does Tumblr have RSS?
Yes. Tumblr blogs commonly expose RSS at /rss.
Feed URL format
https://[blog].tumblr.com/rss
Key limitation
Custom-domain configurations vary. Some block the /rss endpoint at the CDN layer

Context

What this means for Tumblr

Tumblr has supported RSS since 2007 and has kept the /rss path stable through ownership changes. Standard subdomain blogs expose the feed directly. Custom-domain blogs usually do too, because the RSS endpoint is served from Tumblr's backend regardless of the public hostname. Tumblr does not expose a /feed path, only /rss.

Feed URL format
https://[blog].tumblr.com/rss
Working example
https://staff.tumblr.com/rss

Supported patterns

  • Tumblr subdomain blogs ([blog].tumblr.com/rss)
  • Most custom-domain Tumblr blogs (same /rss path)
  • Tag-specific feeds (/tagged/[tag]/rss)

Limitations

  • Custom-domain configurations vary. Some block the /rss endpoint at the CDN layer
  • Media-heavy posts (photo sets, GIFs) may need template tuning to render well
  • Reblogs appear in the feed and can make the feed feel low-signal without filtering
  • NSFW content is blurred or hidden in public feeds, matching the site's policies

RSS finder

Find and preview a Tumblr feed

Test a Tumblr URL here to get the same feed analysis, import verdict, and live Aggregator-style preview as the main Feed Finder.

Gotchas

Common mistakes

  • Watch for this: Using /feed instead of /rss, Tumblr only responds to /rss
  • Watch for this: Expecting the feed to include only original posts, reblogs come through by default
  • Watch for this: Assuming audio and video posts render in RSS, they do, but as media enclosures, which not every WordPress theme handles

Examples

Try real Tumblr feed patterns

Tumblr Staff

Input URL

https://staff.tumblr.com/

Expected feed

https://staff.tumblr.com/rssTest in finder

Tag-specific feed

Input URL

https://staff.tumblr.com/tagged/updates

Expected feed

https://staff.tumblr.com/tagged/updates/rssTest in finder

Get this into WordPress

Import Tumblr feeds with Aggregator

Once you have a working Tumblr feed URL, Aggregator handles the rest, importing as posts, rendering as a display, or filtering before it publishes.

  1. 1
    Copy the feed URL

    Grab the URL from the finder above or the examples list.

  2. 2
    Add it as a source in Aggregator

    Paste into Add New Feed Source inside WordPress.

  3. 3
    Choose display, import, and filter rules

    Render as a list, import as posts, or filter by keyword before anything goes live.

See how to import Tumblr feeds with Aggregator

FAQ

Tumblr RSS questions

What is the Tumblr RSS feed URL?

Most Tumblr blogs expose RSS at https://[blog].tumblr.com/rss. Custom-domain Tumblr blogs usually support the same /rss path.

How do I get an RSS feed for a specific Tumblr tag?

Add /rss after the tag URL: https://[blog].tumblr.com/tagged/[tag]/rss. This returns only the posts tagged with that term.

Does Tumblr RSS include reblogs?

Yes. Reblogs are part of the feed because Tumblr treats them as posts. Filter them out in Aggregator if you only want original content.

Can Tumblr feeds be imported into WordPress?

Yes, if the RSS URL is public and the source allows automated access. Pick a display template that handles images and media well.

Why does my Tumblr RSS feed look empty?

Some custom-domain Tumblrs block the /rss endpoint at the CDN. In that case, try the canonical [blog].tumblr.com/rss URL instead of the custom domain.