RSS Feeds Documentation
This page lists all available RSS feeds for TTVDrops.
Note: Atom feeds are also available for the same resources under the
/atom/ endpoints (links labeled "Atom" are shown next to RSS links).
Both RSS and Atom formats are supported and served in parallel for backward compatibility.
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 {% if feed.atom_url %} | Subscribe to {{ feed.title }} Atom Feed {% endif %}
{% if feed.example_xml_atom %}{% if feed.example_xml %}{{ feed.example_xml|escape }}{% else %}No example XML available yet.{% endif %}Atom example
{% endif %}{{ feed.example_xml_atom|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 %}{{ feed.url }}{% if feed.atom_url %} | Atom:{{ feed.atom_url }}{% endif %}View a live example {% if feed.atom_url %} | View Atom example {% endif %}
{% endif %}
{% if feed.example_xml_atom %}{% if feed.example_xml %}{{ feed.example_xml|escape }}{% else %}No example XML available yet.{% endif %}Atom example
{% endif %}{{ feed.example_xml_atom|escape }}
{% endfor %}
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