{% extends "base.html" %} {% load static %} {% block title %} RSS Feeds Documentation {% endblock title %} {% block content %}

RSS Feeds Documentation

This page lists all available RSS feeds for TTVDrops.

Global RSS Feeds

These feeds contain all items across the entire site:

Filtered RSS Feeds

You can also subscribe to RSS feeds for specific games or organizations. These feeds are available on each game or organization detail page.

Game-Specific Campaign Feeds

Subscribe to campaigns for a specific game using: /rss/games/<game_id>/campaigns/

{% if sample_game %}

Example: {{ sample_game.display_name }} Campaigns RSS Feed

{% endif %}

Organization-Specific Campaign Feeds

Subscribe to campaigns for a specific organization using: /rss/organizations/<org_id>/campaigns/

{% if sample_org %}

Example: {{ sample_org.name }} Campaigns RSS Feed

{% endif %}

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.

{% endblock content %}