Open Meteo Weather
Pricing
$1.00 / 1,000 forecast fetcheds
Open Meteo Weather
Fetch current, hourly, and daily weather forecasts and historical data for any coordinates or city — powered by the official Open-Meteo API. No API key required.
Pricing
$1.00 / 1,000 forecast fetcheds
Rating
0.0
(0)
Developer
Bruno Finger
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Share
Open-Meteo Weather
Fetches current, hourly, and daily weather forecasts and historical data for any coordinates or city via the official Open-Meteo API — completely free and no API key required.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
locations | array[string] | yes | — | Coordinates as "lat,lon" (e.g. "52.52,13.41") or city names (e.g. "Berlin", geocoded automatically). Max 100. |
current | array[string] | no | temperature_2m, relative_humidity_2m, apparent_temperature, precipitation, weather_code, wind_speed_10m | Current-weather variables. |
hourly | array[string] | no | [] | Hourly variables (e.g. temperature_2m, precipitation_probability). |
daily | array[string] | no | [] | Daily variables (e.g. weather_code, temperature_2m_max, temperature_2m_min). |
forecastDays | integer | no | 1 | Forecast horizon in days (1–16). |
pastDays | integer | no | 0 | Historical days to include (0–92). |
timezone | string | no | auto | Timezone of returned times (auto, UTC, or IANA name). |
temperatureUnit | string | no | celsius | celsius or fahrenheit. |
Output
One dataset item per location containing: location, latitude, longitude, elevation, timezone, utcOffsetSeconds, current + currentUnits, hourly + hourlyUnits, daily + dailyUnits, weatherDescription, sourceUrl, and (for city inputs) resolvedName, country, countryCode, admin1. Failed lookups emit an item with an error field.
Usage
{"locations": ["52.52,13.41", "Berlin", "New York"],"current": ["temperature_2m", "relative_humidity_2m", "weather_code", "wind_speed_10m"],"daily": ["weather_code", "temperature_2m_max", "temperature_2m_min"],"forecastDays": 7,"timezone": "auto"}
Rate limits: generous keyless limits (see Open-Meteo docs); no API key needed.