FreeAPI.watch

OpenWeatherMap

One of the most popular weather APIs with current, forecast, and historical data for any location worldwide.

Status
🔴 Offline · 388 ms
30-day uptime
0%
Free tier
1,000 calls/day, free key, no credit card
Auth
API key
Last 30 days

Free alternatives (live ranking)

Compare OpenWeatherMap with…

Paid alternatives

Official docs ↗

Frequently Asked Questions

Does OpenWeatherMap require an API key?

Yes, OpenWeatherMap requires a free API key. You can sign up via https://openweathermap.org/api.

What is OpenWeatherMap's free tier?

1,000 calls/day, free key, no credit card

Is OpenWeatherMap currently online?

We check OpenWeatherMap every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.

Implementation notes

When to use OpenWeatherMap

OpenWeatherMap suits production apps where you need a single unified API for current conditions, 5-day/3-hour forecasts, and simple air pollution data. The free tier's 1,000 calls/day is tight for high-traffic apps but workable with server-side caching.

Common pitfalls

Quick start (bash)

curl "https://api.openweathermap.org/data/2.5/weather?q=London&appid=YOUR_KEY&units=metric"

From our monitoring

OpenWeatherMap has the highest average response latency of the weather APIs we monitor, typically 400-700ms. During peak hours (around 13:00-15:00 UTC) we occasionally see spikes to 1,500ms, though the service rarely goes fully down.

Embed this badge

Add a live status badge to your README, docs, or website.

OpenWeatherMap status badge

Markdown

[![OpenWeatherMap Status](https://freeapi-builder.a10ayassine.workers.dev/badge/openweathermap.svg)](https://freeapi.watch/openweathermap)

HTML

<a href="https://freeapi.watch/openweathermap"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/openweathermap.svg" alt="OpenWeatherMap Status"/></a>

Further reading