{
  "service": "seaq",
  "description": "Sea state and water temperature for a latitude and longitude, from a global marine model.",
  "usage": [
    "GET /?lat=48.43&lon=-123.37",
    "GET /48.43,-123.37",
    "GET /48.43,-123.37?debug=1     -- bypass the cache, watch the upstream get called"
  ],
  "note": "Model output, not a measurement. A grid cell more than 25 km from the point asked about is treated as no answer rather than a value to discount.",
  "source": "https://open-meteo.com/",
  "auth": "None. CORS is open, so a browser can call this directly.",
  "repository": "https://github.com/gshaw/seaq"
}
