Weather API
The /v1/weather namespace is reserved for the climate and forecast surface—per-location nowcast, alerts, and seasonal outlooks. The upstream provider has not yet been selected, so only a status endpoint is live today.
Base path: /v1/weather
Endpoints
Section titled “Endpoints”| Method | Path | Auth | Status today |
|---|---|---|---|
GET | /v1/weather/status | Public | Always live. Reports configured: false. |
GET | /v1/weather/forecast | Public | Returns HTTP 501 until the backend is provisioned. |
Check namespace status
Section titled “Check namespace status”curl https://api.nyuchi.com/v1/weather/status{ "configured": false, "namespace": "/v1/weather", "detail": "weather backend not yet provisioned"}