forked from bblanchon/ArduinoJson
54 lines
834 B
JSON
54 lines
834 B
JSON
{
|
|
"coord": {
|
|
"lon": -0.13,
|
|
"lat": 51.51
|
|
},
|
|
"weather": [
|
|
{
|
|
"id": 301,
|
|
"main": "Drizzle",
|
|
"description": "drizzle",
|
|
"icon": "09n"
|
|
},
|
|
{
|
|
"id": 701,
|
|
"main": "Mist",
|
|
"description": "mist",
|
|
"icon": "50n"
|
|
},
|
|
{
|
|
"id": 741,
|
|
"main": "Fog",
|
|
"description": "fog",
|
|
"icon": "50n"
|
|
}
|
|
],
|
|
"base": "stations",
|
|
"main": {
|
|
"temp": 281.87,
|
|
"pressure": 1032,
|
|
"humidity": 100,
|
|
"temp_min": 281.15,
|
|
"temp_max": 283.15
|
|
},
|
|
"visibility": 2900,
|
|
"wind": {
|
|
"speed": 1.5
|
|
},
|
|
"clouds": {
|
|
"all": 90
|
|
},
|
|
"dt": 1483820400,
|
|
"sys": {
|
|
"type": 1,
|
|
"id": 5091,
|
|
"message": 0.0226,
|
|
"country": "GB",
|
|
"sunrise": 1483776245,
|
|
"sunset": 1483805443
|
|
},
|
|
"id": 2643743,
|
|
"name": "London",
|
|
"cod": 200
|
|
}
|