Download OpenAPI specification:Download
Get real-time weather data and forecasts for any location worldwide. Perfect for travel, outdoor planning, and real-time weather updates. The API provides current weather, forecasts, and historical data.
Retrieve current weather information for a specified location.
location required | string Example: location=Paris Name of the city or coordinates (latitude, longitude) to get weather for. |
units | string Example: units=metric Units for temperature, either |
{- "location": "Paris",
- "temperature": 18.5,
- "description": "Clear sky",
- "humidity": 65,
- "wind_speed": 10.2,
- "units": "metric"
}