{
  "$schema": "https://ratelimit.json/spec/v1",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online",
  "policy": {
    "anonymous": {
      "requestsPerMinute": 60,
      "burst": 120
    },
    "authenticated": {
      "requestsPerMinute": 600,
      "burst": 1200
    },
    "mcp": {
      "requestsPerMinute": 300,
      "burst": 600
    }
  },
  "headers": {
    "limit": "X-RateLimit-Limit",
    "remaining": "X-RateLimit-Remaining",
    "reset": "X-RateLimit-Reset",
    "retryAfter": "Retry-After"
  },
  "fairUseNote": "Cache responses for ≥5 minutes. JSON feeds update daily. Respect 429 responses with exponential backoff."
}