RSS Feeds Documentation
This page lists all available RSS feeds for TTVDrops.
Atom feeds are also available for the same resources under the
/atom/ endpoints.
Discord feeds are available under the /discord/ endpoints. These are Atom feeds
that include Discord relative timestamps (e.g., <t:1773450272:R>) for dates,
making them ideal for Discord bots and integrations.
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.discord_url %} | Subscribe to {{ feed.title }} Discord 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 %} {% if feed.example_xml_discord %}{{ feed.example_xml_atom|escape }}Discord example
{% endif %}{{ feed.example_xml_discord|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 %} {% if feed.discord_url %} | Discord:{{ feed.discord_url }}{% endif %}View a live example {% if feed.atom_url %} | View Atom example {% endif %} {% if feed.discord_url %} | View Discord 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 %} {% if feed.example_xml_discord %}{{ feed.example_xml_atom|escape }}Discord example
{% endif %}{{ feed.example_xml_discord|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