{
  "version": "1.0",
  "name": "Voidly Feeds Directory",
  "description": "All RSS, Atom, and JSON Feed surfaces published by Voidly.",
  "home_page_url": "https://voidly.ai/feeds",
  "license": "CC BY 4.0",
  "license_url": "https://creativecommons.org/licenses/by/4.0/",
  "feeds": [
    {
      "id": "incidents",
      "title": "Censorship Incidents",
      "description": "All documented incidents from OONI, IODA, CensoredPlanet, and Voidly probes.",
      "page": "https://voidly.ai/censorship-index/incidents",
      "formats": {
        "rss": "https://api.voidly.ai/data/incidents/feed.rss",
        "atom": "https://api.voidly.ai/data/incidents/feed.atom",
        "json": "https://api.voidly.ai/data/incidents/feed.json"
      },
      "update_frequency": "every 5 minutes",
      "ttl_seconds": 300
    },
    {
      "id": "findings",
      "title": "Findings",
      "description": "Auto-generated headline findings derived from live Voidly APIs.",
      "page": "https://voidly.ai/findings",
      "formats": {
        "rss": "https://api.voidly.ai/data/findings/feed.rss",
        "atom": "https://api.voidly.ai/data/findings/feed.atom",
        "json": "https://api.voidly.ai/data/findings/feed.json"
      },
      "update_frequency": "every 6 hours",
      "ttl_seconds": 21600
    },
    {
      "id": "ai-blocked",
      "title": "AI Service Censorship",
      "description": "Incidents that affect AI services (ChatGPT, Claude, Gemini, Perplexity, etc.).",
      "page": "https://voidly.ai/ai-blocked",
      "formats": {
        "rss": "https://api.voidly.ai/data/ai-blocked/feed.rss",
        "atom": "https://api.voidly.ai/data/ai-blocked/feed.atom",
        "json": "https://api.voidly.ai/data/ai-blocked/feed.json"
      },
      "update_frequency": "every 5 minutes",
      "ttl_seconds": 600
    }
  ],
  "country_filter_example": {
    "description": "Append ?country=IR to any incidents-feed URL for a country-specific view.",
    "example": "https://api.voidly.ai/data/incidents/feed.json?country=IR"
  },
  "generated_at": "2026-04-26T15:43:32.116Z"
}