Open-Meteo
Provides global weather data including forecasts, historical records dating back to 1940, air quality indices, marine conditions, flood predictions, climate projections, and geocoding for any location.
Slug: open-meteo
Key:
Base URL:
Auth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Key:
open-meteo.com:open-meteoBase URL:
https://open-meteo.com/Auth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
CARTOGRAPHY, GEOGRAPHY, WEATHER
Tutorials
- Getting Started with Open-Meteo — I can fetch weather, air quality, marine conditions, historical observations, and climate projections for any latitude/longitude from open-meteo.com in a single unauthenticated GET — non-commercial use only.
Skills
- Search locations by name — I can resolve any place name to latitude/longitude coordinates using Open-Meteo's geocoder — but ambiguous names return multiple results, so check `feature_code` and `population` before picking one.
Endpoints (9)
| Path | Summary | Response | Auth |
|---|---|---|---|
| v1/air-quality | Get air quality data | application/json |
— |
| v1/archive | Get historical weather data | application/json |
— |
| v1/climate | Get climate change projections | application/json |
— |
| v1/elevation | Get elevation data | application/json |
— |
| v1/flood | Get flood forecast data | application/json |
— |
| v1/forecast | Get weather forecast | application/json |
— |
| v1/get | Get location by ID | application/json |
— |
| v1/marine | Get marine weather forecast | application/json |
— |
| v1/search | Search for locations | application/json |
— |