▫️Weather
/weather
Query Parameters
Parameter
Type
Description
Example Usage
GET /weather?city=London&format=metric&lang=enResponse
{
"temperature": 20,
"description": "Cloudy",
"time": "10:30:00 AM",
"city": "London"
}Last updated