{
  "service": "weatherguard-api",
  "version": "1.0.0",
  "status": "ok",
  "endpoints": {
    "health": "/health",
    "fireAll": "/api/fire/all",
    "fireByState": "/api/fire?state=NSW",
    "aqiAll": "/api/aqi/all",
    "aqiByState": "/api/aqi?state=NSW",
    "aqiNearest": "/api/aqi?lat=-33.86&lng=151.20",
    "floodAll": "/api/flood/all",
    "floodByState": "/api/flood?state=NSW",
    "warningsAll": "/api/warnings/all",
    "warningsByState": "/api/warnings?state=NSW",
    "weather": "/api/weather?lat=-33.86&lng=151.20",
    "weatherCurrent": "/api/weather/current?lat=-33.86&lng=151.20",
    "radar": "/api/radar?lat=-33.86&lng=151.20",
    "tide": "/api/tide?lat=-33.86&lng=151.20",
    "pollen": "/api/pollen?lat=-33.86&lng=151.20&state=NSW",
    "lightning": "/api/lightning?lat=-33.86&lng=151.20&state=NSW"
  },
  "timestamp": "2026-07-07T11:36:58.230Z"
}