homer/dummy-data/openweather/weather

43 lines
727 B
Plaintext
Raw Normal View History

2022-10-30 13:48:45 +00:00
{
2024-06-20 07:37:44 +00:00
"coord": {
"lon": 3.0586,
"lat": 50.633
},
"weather": [
2022-10-30 13:48:45 +00:00
{
2024-06-20 07:37:44 +00:00
"id": 800,
"main": "Clear",
"description": "clear sky",
"icon": "01d"
2022-10-30 13:48:45 +00:00
}
2024-06-20 07:37:44 +00:00
],
"base": "stations",
"main": {
"temp": 287.38,
"feels_like": 286.76,
"temp_min": 286.38,
"temp_max": 287.71,
2022-10-30 13:48:45 +00:00
"pressure": 1019,
2024-06-20 07:37:44 +00:00
"humidity": 73
},
"visibility": 10000,
"wind": {
"speed": 3.09,
"deg": 30
},
"clouds": {
"all": 0
},
"dt": 1718867378,
"sys": {
2022-10-30 13:48:45 +00:00
"type": 2,
2024-06-20 07:37:44 +00:00
"id": 2011132,
2022-10-30 13:48:45 +00:00
"country": "FR",
2024-06-20 07:37:44 +00:00
"sunrise": 1718854500,
"sunset": 1718913826
},
"timezone": 7200,
"id": 2998324,
"name": "Lille",
"cod": 200
}