Windy API
# Windy Weather Intelligence API A single, clean, unified weather API served from Cloudflare's global edge. Every endpoint returns a normalized `camelCase` JSON shape — no raw upstream payloads, no vendor-specific field noise. ## Endpoints ### Forecast & Air Quality | Endpoint | Description | |----------|-------------| | `GET /v1/forecast/point` | Point forecast: current, hourly & daily (models:…
Windy API endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
getStorms /v1/storms |
|
| GET |
getAirport /v1/airports/{icao} |
|
| GET |
getStations /v1/stations |
|
| GET |
getAirportMetar /v1/airports/{icao}/metar |
|
| GET |
getAirportTaf /v1/airports/{icao}/taf |
|
| GET |
getPointForecast /v1/forecast/point |
|
| GET |
getAirportNotams /v1/airports/{icao}/notams |
|
Windy API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $39.99 / month | — |
|
| MEGA | $149.99 / month | — |
|