{
  "name": "ARC Raiders Map Conditions API",
  "description": "Unofficial public API for ARC Raiders map conditions. Times are epoch milliseconds (UTC) plus ISO 8601.",
  "endpoints": {
    "GET /api/conditions": "All maps. Query: ?status=active|upcoming|past, ?condition=<name|slug>, ?from=&to= (epoch ms or ISO).",
    "GET /api/conditions/:map": "One map by slug (e.g. the-blue-gate). Same query filters.",
    "GET /api/maps": "List of maps and their slugs.",
    "GET /api/conditions/types": "List of condition types (major/minor).",
    "GET /health": "Liveness + store freshness."
  }
}