HomeAPIs › OpenWeather

OpenWeather API — pricing, free tier & how to get a key

OpenWeather (OpenWeatherMap) is the most popular weather API — current conditions, forecasts and historical data — with a free tier big enough for many apps and low-cost paid plans above it. Here's what it costs and how to get your key.

OpenWeather API pricing (reference, June 2026)

PlanPrice / monthCallsBest for
Free cheapest$0~1,000 / day (60/min)Hobby apps, dashboards
Startup (pay-as-you-go)meteredbeyond free, per-callGrowing usage
Developer$180higher limits + endpointsProduction
One Call API 3.0first 1,000/day freethen ~$0.0015/callForecast + history
⚠️ Reference prices, June 2026 — OpenWeather updates pricing regularly. Confirm on openweathermap.org/price before budgeting. The free tier covers current weather and basic forecasts; richer endpoints (history, advanced forecasts) need paid plans or the One Call API.

→ Bundling several APIs? Total them on the API stack cost calculator.

Is there a free tier?

OpenWeather's free tier gives about 1,000 calls a day (60/min) for current weather and short forecasts — plenty for a hobby app or dashboard — and you only need an email to get a key. Heavier use or premium data (long history, minute forecasts) moves you to a paid plan or the metered One Call API 3.0.

How to get a OpenWeather API key (step by step)

1. Sign up at openweathermap.org.
2. Your API key is under My API keys — copy it (it can take a little while to activate).
3. Call endpoints with appid=YOUR_KEY.
4. Subscribe to One Call 3.0 or a paid plan for advanced data.

Test it with a simple request:

# current weather (replace $OWM_KEY)
curl "https://api.openweathermap.org/data/2.5/weather?q=Vilnius&appid=$OWM_KEY&units=metric"

Cheaper alternatives

WeatherAPI.com and Tomorrow.io are popular rivals with free tiers; Open-Meteo is fully free and needs no key for non-commercial use; national services (NWS) are free where available.

FAQ

Is the OpenWeather API free?

Yes — the free tier gives roughly 1,000 calls a day for current weather and basic forecasts, with just an email to sign up.

How much does OpenWeather cost above free?

Either pay-as-you-go per call (One Call API 3.0, ~$0.0015/call after the first 1,000/day free) or a fixed plan like Developer for higher limits and more endpoints.

How do I get an OpenWeather API key?

Sign up at openweathermap.org and copy the key from 'My API keys' — allow some time for it to activate.

What's a fully free alternative?

Open-Meteo is free and keyless for non-commercial use; WeatherAPI.com also has a free tier.

Not affiliated with OpenWeather. Prices are reference estimates — always verify on the official pricing page.