Skip to content

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

MethodPathAuthStatus today
GET/v1/weather/statusPublicAlways live. Reports configured: false.
GET/v1/weather/forecastPublicReturns HTTP 501 until the backend is provisioned.
Terminal window
curl https://api.nyuchi.com/v1/weather/status
{
"configured": false,
"namespace": "/v1/weather",
"detail": "weather backend not yet provisioned"
}