{
  "name": "AI Latency Radar Worker",
  "version": "2.0.0",
  "current": {
    "location": "CMH",
    "colo": "CMH"
  },
  "endpoints": {
    "/ping": "Ping all providers from this edge location",
    "/ping/<region>": "Get cached results for a specific region (hkg, sin, nrt, etc.)",
    "/__/hana/<region>/ping": "Regional routing pattern (returns cached data)",
    "/all": "Get cached results from all edge locations",
    "/locations": "List all locations with cached data",
    "/regions": "List all supported regions"
  },
  "supportedRegions": [
    "hkg",
    "sin",
    "nrt",
    "icn",
    "lax",
    "sfo",
    "iad",
    "jfk",
    "lhr",
    "fra",
    "ams",
    "syd",
    "bom",
    "gru"
  ]
}