mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
32 lines
971 B
JSON
32 lines
971 B
JSON
{
|
|
"now": [{
|
|
"title": "Get current weather",
|
|
"description": "Get the weather forecast right at this moment",
|
|
"request": {
|
|
"location": "london"
|
|
},
|
|
"response": {
|
|
"location": "London",
|
|
"region": "City of London, Greater London",
|
|
"country": "City of London, Greater London",
|
|
"latitude": 51.52,
|
|
"longitude": -0.11,
|
|
"timezone": "Europe/London",
|
|
"local_time": "2021-06-23 11:18",
|
|
"temp_c": 16,
|
|
"temp_f": 60.8,
|
|
"feels_like_c": 16,
|
|
"feels_like_f": 60.8,
|
|
"humidity": 48,
|
|
"cloud": 75,
|
|
"daytime": true,
|
|
"condition": "Partly cloudy",
|
|
"icon_url": "//cdn.weatherapi.com/weather/64x64/day/116.png",
|
|
"wind_mph": 4.3,
|
|
"wind_kph": 6.8,
|
|
"wind_direction": "NE",
|
|
"wind_degree": 40
|
|
}
|
|
}]
|
|
}
|