Weather
Access comprehensive weather data including current conditions, forecasts, and historical weather information based on location coordinates, providing temperature, humidity, wind speed, precipitation probability, and other atmospheric conditions.
Get the current weather
Get the current weather using multiple APIs. The first successful response will be returned.
GET
/
weather
Parameters
Name | Type | Description | Required |
---|---|---|---|
latitude | number | Required | |
longitude | number | Required |
Response
{ "type": "object", "properties": { "weather": { "type": "string", "description": "The current weather", "example": "sunny" } }, "required": [ "weather" ] }
Authorizations
Authorization
header
required
Authentication token in the format "Bearer <token>"