{
  "version": "v1",
  "locale": "en",
  "default": "en",
  "supported": [
    "en",
    "zh",
    "es",
    "ru"
  ],
  "contract": "See /api locale_contract. Every read endpoint honors ?locale=, emits Content-Language + Vary, prefixes URLs with /<locale>/. URL prefix wins over query when both present.",
  "routing": {
    "html_pages": "/<locale>/<path> (URL prefix)",
    "json_apis": "/api/<endpoint>?locale=<locale> (query string only — API routes are not locale-prefixed)",
    "precedence": "URL prefix wins over query when both are set on an HTML page",
    "header_response": "Content-Language: <BCP-47> + Vary: Accept-Language",
    "auto_redirect": "none — Tor-friendly: we never auto-redirect by Accept-Language"
  },
  "text_twin": "https://xmr.club/llm/locales.txt",
  "text_twin_alternates": {
    "en": "https://xmr.club/llm/locales.txt",
    "zh-TW": "https://xmr.club/zh/llm/locales.txt",
    "es": "https://xmr.club/es/llm/locales.txt",
    "ru": "https://xmr.club/ru/llm/locales.txt"
  },
  "generated_at": "2026-05-17T01:19:56.544Z",
  "cache": {
    "browser_max_age_seconds": 600,
    "cdn_max_age_seconds": 1800,
    "poll_recommendation": "Re-fetch every 30 minutes; manifest changes are infrequent (translation rollouts, schema additions)."
  },
  "summary": {
    "locale_count": 4,
    "endonyms": [
      "English",
      "繁體中文",
      "Español",
      "Русский"
    ],
    "full_coverage_locales": [
      "en",
      "zh",
      "es",
      "ru"
    ],
    "totals": {
      "providers": 209,
      "guides": 31,
      "static_routes": 36,
      "categories": 14
    }
  },
  "locales": [
    {
      "code": "en",
      "bcp47": "en",
      "display_name": "English",
      "endonym": "English",
      "script": "Latin",
      "direction": "ltr",
      "is_canonical": true,
      "entry": {
        "home": "https://xmr.club/",
        "llms": "https://xmr.club/llms.txt",
        "llms_full": "https://xmr.club/llms-full.txt",
        "sitemap": "https://xmr.club/sitemap.xml",
        "opensearch": "https://xmr.club/opensearch.xml",
        "manifest": "https://xmr.club/manifest.webmanifest",
        "widget": "https://xmr.club/widget/",
        "feed_atom": "https://xmr.club/feed.xml",
        "feed_json": "https://xmr.club/feed.json",
        "feed_audit_atom": "https://xmr.club/feed/audit.xml",
        "feed_audit_json": "https://xmr.club/feed/audit.json",
        "feed_new_json": "https://xmr.club/feed-new.json",
        "feed_guides_json": "https://xmr.club/feed/guides.json",
        "search": "https://xmr.club/search",
        "ask": "https://xmr.club/ask",
        "guides_index": "https://xmr.club/guides",
        "llm_index": "https://xmr.club/llm/index.txt",
        "api_provider_example": "https://xmr.club/api/v1/providers?limit=10&locale=en",
        "api_llm_surfaces": "https://xmr.club/api/v1/llm-surfaces",
        "ai_txt": "https://xmr.club/ai.txt",
        "robots_txt": "https://xmr.club/robots.txt",
        "contact": "https://xmr.club/contact",
        "submit": "https://xmr.club/submit"
      },
      "coverage": {
        "provider_overrides": 209,
        "provider_total": 209,
        "guides_translated": 31,
        "guides_total": 31,
        "static_routes_translated": 36,
        "static_routes_total": 36,
        "categories_translated": 14,
        "categories_total": 14,
        "canonical": true,
        "fraction": {
          "providers": 1,
          "guides": 1,
          "static_routes": 1,
          "categories": 1
        }
      }
    },
    {
      "code": "zh",
      "bcp47": "zh-TW",
      "display_name": "Traditional Chinese (zh-TW)",
      "endonym": "繁體中文",
      "script": "Han",
      "direction": "ltr",
      "is_canonical": false,
      "entry": {
        "home": "https://xmr.club/zh/",
        "llms": "https://xmr.club/zh/llms.txt",
        "llms_full": "https://xmr.club/zh/llms-full.txt",
        "sitemap": "https://xmr.club/sitemap.xml",
        "opensearch": "https://xmr.club/zh/opensearch.xml",
        "manifest": "https://xmr.club/zh/manifest.webmanifest",
        "widget": "https://xmr.club/zh/widget/",
        "feed_atom": "https://xmr.club/feed.xml?locale=zh",
        "feed_json": "https://xmr.club/feed.json?locale=zh",
        "feed_audit_atom": "https://xmr.club/feed/audit.xml?locale=zh",
        "feed_audit_json": "https://xmr.club/feed/audit.json?locale=zh",
        "feed_new_json": "https://xmr.club/feed-new.json?locale=zh",
        "feed_guides_json": "https://xmr.club/feed/guides.json?locale=zh",
        "search": "https://xmr.club/zh/search",
        "ask": "https://xmr.club/zh/ask",
        "guides_index": "https://xmr.club/zh/guides",
        "llm_index": "https://xmr.club/zh/llm/index.txt",
        "api_provider_example": "https://xmr.club/api/v1/providers?limit=10&locale=zh",
        "api_llm_surfaces": "https://xmr.club/api/v1/llm-surfaces?locale=zh",
        "ai_txt": "https://xmr.club/ai.txt",
        "robots_txt": "https://xmr.club/robots.txt",
        "contact": "https://xmr.club/zh/contact",
        "submit": "https://xmr.club/zh/submit"
      },
      "coverage": {
        "provider_overrides": 209,
        "provider_total": 209,
        "guides_translated": 31,
        "guides_total": 31,
        "static_routes_translated": 36,
        "static_routes_total": 36,
        "categories_translated": 14,
        "categories_total": 14,
        "canonical": false,
        "fraction": {
          "providers": 1,
          "guides": 1,
          "static_routes": 1,
          "categories": 1
        }
      }
    },
    {
      "code": "es",
      "bcp47": "es",
      "display_name": "Spanish",
      "endonym": "Español",
      "script": "Latin",
      "direction": "ltr",
      "is_canonical": false,
      "entry": {
        "home": "https://xmr.club/es/",
        "llms": "https://xmr.club/es/llms.txt",
        "llms_full": "https://xmr.club/es/llms-full.txt",
        "sitemap": "https://xmr.club/sitemap.xml",
        "opensearch": "https://xmr.club/es/opensearch.xml",
        "manifest": "https://xmr.club/es/manifest.webmanifest",
        "widget": "https://xmr.club/es/widget/",
        "feed_atom": "https://xmr.club/feed.xml?locale=es",
        "feed_json": "https://xmr.club/feed.json?locale=es",
        "feed_audit_atom": "https://xmr.club/feed/audit.xml?locale=es",
        "feed_audit_json": "https://xmr.club/feed/audit.json?locale=es",
        "feed_new_json": "https://xmr.club/feed-new.json?locale=es",
        "feed_guides_json": "https://xmr.club/feed/guides.json?locale=es",
        "search": "https://xmr.club/es/search",
        "ask": "https://xmr.club/es/ask",
        "guides_index": "https://xmr.club/es/guides",
        "llm_index": "https://xmr.club/es/llm/index.txt",
        "api_provider_example": "https://xmr.club/api/v1/providers?limit=10&locale=es",
        "api_llm_surfaces": "https://xmr.club/api/v1/llm-surfaces?locale=es",
        "ai_txt": "https://xmr.club/ai.txt",
        "robots_txt": "https://xmr.club/robots.txt",
        "contact": "https://xmr.club/es/contact",
        "submit": "https://xmr.club/es/submit"
      },
      "coverage": {
        "provider_overrides": 209,
        "provider_total": 209,
        "guides_translated": 31,
        "guides_total": 31,
        "static_routes_translated": 36,
        "static_routes_total": 36,
        "categories_translated": 14,
        "categories_total": 14,
        "canonical": false,
        "fraction": {
          "providers": 1,
          "guides": 1,
          "static_routes": 1,
          "categories": 1
        }
      }
    },
    {
      "code": "ru",
      "bcp47": "ru",
      "display_name": "Russian",
      "endonym": "Русский",
      "script": "Cyrillic",
      "direction": "ltr",
      "is_canonical": false,
      "entry": {
        "home": "https://xmr.club/ru/",
        "llms": "https://xmr.club/ru/llms.txt",
        "llms_full": "https://xmr.club/ru/llms-full.txt",
        "sitemap": "https://xmr.club/sitemap.xml",
        "opensearch": "https://xmr.club/ru/opensearch.xml",
        "manifest": "https://xmr.club/ru/manifest.webmanifest",
        "widget": "https://xmr.club/ru/widget/",
        "feed_atom": "https://xmr.club/feed.xml?locale=ru",
        "feed_json": "https://xmr.club/feed.json?locale=ru",
        "feed_audit_atom": "https://xmr.club/feed/audit.xml?locale=ru",
        "feed_audit_json": "https://xmr.club/feed/audit.json?locale=ru",
        "feed_new_json": "https://xmr.club/feed-new.json?locale=ru",
        "feed_guides_json": "https://xmr.club/feed/guides.json?locale=ru",
        "search": "https://xmr.club/ru/search",
        "ask": "https://xmr.club/ru/ask",
        "guides_index": "https://xmr.club/ru/guides",
        "llm_index": "https://xmr.club/ru/llm/index.txt",
        "api_provider_example": "https://xmr.club/api/v1/providers?limit=10&locale=ru",
        "api_llm_surfaces": "https://xmr.club/api/v1/llm-surfaces?locale=ru",
        "ai_txt": "https://xmr.club/ai.txt",
        "robots_txt": "https://xmr.club/robots.txt",
        "contact": "https://xmr.club/ru/contact",
        "submit": "https://xmr.club/ru/submit"
      },
      "coverage": {
        "provider_overrides": 209,
        "provider_total": 209,
        "guides_translated": 31,
        "guides_total": 31,
        "static_routes_translated": 36,
        "static_routes_total": 36,
        "categories_translated": 14,
        "categories_total": 14,
        "canonical": false,
        "fraction": {
          "providers": 1,
          "guides": 1,
          "static_routes": 1,
          "categories": 1
        }
      }
    }
  ]
}