OpenWeatherMap API
onlineCurrent weather data, forecasts, and historical weather data for any location worldwide.
🌤️ WeatherAuth: api-keyPopularity: 88/100Latency: 150ms
Base URL
https://api.openweathermap.orgAuthentication
Requires an API key. Pass it as a query parameter or in the header.
Endpoints
Example Request
GET https://api.openweathermap.org/data/2.5/weather?q=London&appid=YOUR_KEY
Example Response
{
"weather": [{"main": "Clouds", "description": "overcast clouds"}],
"main": {"temp": 280.32, "humidity": 81},
"name": "London"
}Tags
weatherforecasttemperatureclimate