Skip to main content

Documentation Index

Fetch the complete documentation index at: https://nyuchidocs-mintlify-nyuchi-api-gateway-1778247744.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

MethodPathAuthStatus today
GET/v1/weather/statusPublicAlways live. Reports configured: false.
GET/v1/weather/forecastPublicReturns HTTP 501 until the backend is provisioned.

Check namespace status

curl https://api.nyuchi.com/v1/weather/status
{
  "configured": false,
  "namespace": "/v1/weather",
  "detail": "weather backend not yet provisioned"
}
Build clients against /v1/weather/forecast today and they will start returning data when the backend is wired up. No route changes are planned.