Weather API (1.0.0)

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.

weather

Real-time and forecast weather data

Get current weather

Retrieve current weather information for a specified location.

Authorizations:
apiKeyAuth
query Parameters
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 metric or imperial. Defaults to metric.

Responses

Response samples

Content type
application/json
{
  • "location": "Paris",
  • "temperature": 18.5,
  • "description": "Clear sky",
  • "humidity": 65,
  • "wind_speed": 10.2,
  • "units": "metric"
}