Weather Domain

Weather API

Weather data, forecasts, and location-based endpoints

API Prefix

/api/weather

Every endpoint hangs off this prefix so you can compose requests consistently.

Endpoint coverage

4

curated routes spanning common workflows

Playground ready

Deep link directly into the playground with your preferred method and path.

Open in Playground

Capabilities

What you can simulate

Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.

1

Current conditions with feels-like temps

2

Hourly + multi-day forecasts

3

Alert + advisory payloads

4

Geo lookup via coordinates or slugs

5

Historical averages for context

6

Icon-ready condition codes

Endpoints

Available routes

Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.

GET

/api/weather/current

Try it
GET

/api/weather/current?city=seattle

Try it
GET

/api/weather/forecast?city=san-francisco

Try it
GET

/api/weather/alerts

Try it
weather

Bring climate data into demos

Mock hyperlocal weather dashboards, planning apps, or safety alerts with zero friction.