RSS Feeds Documentation
This page lists all available RSS feeds for TTVDrops.
Global RSS Feeds
These feeds contain all items across the entire site:
-
{% for feed in feeds %}
-
{{ feed.title }}
{{ feed.description }}
Subscribe to {{ feed.title }} RSS Feed
Example XML
{{ feed.example_xml|escape }}
{% endfor %}
Filtered RSS Feeds
You can subscribe to RSS feeds scoped to a specific game or organization. When available, links below point to live examples; otherwise use the endpoint template.
-
{% for feed in filtered_feeds %}
-
{{ feed.title }}
{{ feed.description }}
Endpoint:
{% if feed.has_sample %} {% endif %}{{ feed.url }}Example XML
{{ feed.example_xml|escape }}
{% endfor %}
Versioned paths under /rss/v1/ are available and return the same XML structure.
How to Use RSS Feeds
RSS feeds allow you to stay updated with new content. You can use any RSS reader application to subscribe to these feeds.
- Copy the feed URL
- Paste it into your favorite RSS reader (Feedly, Inoreader, NetNewsWire, etc.)
- Get automatic updates when new content is added