{
  "status": "ok",
  "service": "Typical Weather API",
  "description": "Typical/normal weather (avg high, low, mean, precipitation, snow) for any US ZIP or address, by month or across the whole year — from NOAA/NCEI 1991–2020 U.S. Climate Normals.",
  "dataset": {
    "source": "NOAA/NCEI 1991–2020 U.S. Climate Normals (monthly)",
    "license": "Public domain (U.S. Government work).",
    "coverage": {
      "zips": 40306,
      "stations": 7306
    }
  },
  "endpoints": {
    "/typical-weather?zip=80202&month=January": "Normals for one month by ZIP.",
    "/typical-weather?address=Denver, CO&month=5": "Normals for one month by address/city.",
    "/typical-weather?zip=33139&date=2025-07-15": "Normals for that date's month (monthly resolution).",
    "/typical-weather?zip=10001": "Whole-year table + best-time-to-visit framing.",
    "/health": "This health/metadata document."
  }
}