{
  "ai_access": "key-required",
  "description": "This API provides public statistical lottery data. Most endpoints below require an API key (X-API-Key header) generated from https://lotteryanalytics.app/account. Known AI/search crawlers (GoogleBot, GPTBot, ClaudeBot, PerplexityBot) are exempted. No user-specific data. /api/v1 and /api/v1/public-stats are open discovery endpoints and need no key.",
  "endpoints": [
    "/api/v1/ask",
    "/api/v1/games",
    "/api/v1/games/{game_id}/draws",
    "/api/v1/games/{game_id}/latest",
    "/api/v1/games/{game_id}/hot-combos",
    "/api/v1/games/{game_id}/positional-stats",
    "/api/v1/games/{game_id}/jackpots/current",
    "/api/v1/games/{game_id}/jackpots/history",
    "/api/v1/games/{game_id}/jackpots/stats",
    "/api/v1/drought-leaders",
    "/api/v1/drought-summary",
    "/api/v1/public-stats"
  ],
  "discovery": [
    "/.well-known/openapi.yaml",
    "/llms.txt",
    "/api-docs"
  ]
}
