| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "coord":{
- "lon":8.88,"lat":49.26
- },
- "weather":[
- {
- "id":500,
- "main":"Rain",
- "description":"light rain",
- "icon":"10d"
- }
- ],
- "base":"stations",
- "main":{
- "temp":287.51, // In Kelvin... +273.15
- "pressure":1009,
- "humidity":77,
- "temp_min":285.37,
- "temp_max":289.26
- },
- "visibility":10000,
- "wind":{
- "speed":6.2,
- "deg":250
- },
- "clouds":{
- "all":75
- },
- "dt":1569821122,
- "sys":{
- "type":1,
- "id":1291,
- "message":0.0089,
- "country":"DE",
- "sunrise":1569820913,
- "sunset":1569863232
- },
- "timezone":7200,
- "id":2831872,
- "name":"Sinsheim",
- "cod":200
- }
|