Open-Meteo API
open-meteo.com
Open-Meteo - weather, historical, air quality, geocoding, and marine data.
- Actions
- 5
- Category
- Weather
- Login
- Not required
- Output
- JSON
Call the Open-Meteo API
Submit a task, then poll the job until it settles. This example runs om_air_quality.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "om_air_quality",
"params": {
"latitude": 52.52,
"longitude": 13.41
}
}'5 actions on open-meteo.com
Read
Air Quality
om_air_qualityread1 credit / callReturns the air quality index and pollutant data for a location.
- latitude
- number · required
- longitude
- number · required
- hourly
- string
- timezone
- string
Historical Weather
om_historicalread1 credit / callReturns historical weather data for a location and date range.
- latitude
- number · required
- longitude
- number · required
- start_date
- string · required
- end_date
- string · required
- hourly
- string
- daily
- string
- timezone
- string
Location Geocoding
om_geocodingread1 credit / callReturns coordinates, country, and timezone for locations matching a city name.
- name
- string · required
- count
- integer
- language
- string
Marine Weather
om_marineread1 credit / callReturns marine and ocean weather including wave height, swell, and water temperature.
- latitude
- number · required
- longitude
- number · required
- hourly
- string
- daily
- string
- timezone
- string
Weather Forecast
om_forecastread1 credit / callReturns the weather forecast for a location.
- latitude
- number · required
- longitude
- number · required
- hourly
- string
- daily
- string
- timezone
- string
- forecast_days
- integer
Open-Meteo API questions
- Is there an API for Open-Meteo?
- Open-Meteo does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for open-meteo.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Open-Meteo data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when open-meteo.com changes its markup, Anakin updates the action.
- Do I need a Open-Meteo account?
- No. Every Open-Meteo action listed here runs anonymously — no account and no credentials required.
- What does the Open-Meteo API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Weather APIs
7Timer
7Timer - numerical weather, astronomy, cloud-cover, and meteogram forecasts worldwide.
Bureau of Meteorology (Australia)
Australia's weather service - forecasts, observations, radar, and severe weather warnings.
EU PVGIS
EU PVGIS - solar PV output and hourly irradiance and wind time-series.
IQAir
IQAir - global air quality with location search, AQI dashboards, forecasts, and rankings.
NWS Forecast
National Weather Service - location forecasts, hourly views, text forecasts, and maps.
OpenAQ
OpenAQ - open air quality data with monitoring stations and pollutant readings.