Open Meteo Weather avatar

Open Meteo Weather

Pricing

$1.00 / 1,000 forecast fetcheds

Go to Apify Store
Open Meteo Weather

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

Bruno Finger

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

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

FieldTypeRequiredDefaultDescription
locationsarray[string]yesCoordinates as "lat,lon" (e.g. "52.52,13.41") or city names (e.g. "Berlin", geocoded automatically). Max 100.
currentarray[string]notemperature_2m, relative_humidity_2m, apparent_temperature, precipitation, weather_code, wind_speed_10mCurrent-weather variables.
hourlyarray[string]no[]Hourly variables (e.g. temperature_2m, precipitation_probability).
dailyarray[string]no[]Daily variables (e.g. weather_code, temperature_2m_max, temperature_2m_min).
forecastDaysintegerno1Forecast horizon in days (1–16).
pastDaysintegerno0Historical days to include (0–92).
timezonestringnoautoTimezone of returned times (auto, UTC, or IANA name).
temperatureUnitstringnocelsiuscelsius 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.