Advertisement
Guest User

Untitled

a guest
Apr 16th, 2020
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.73 KB | None | 0 0
  1. {
  2.    "coord":{
  3.       "lon":-0.13,
  4.       "lat":51.51
  5.    },
  6.    "weather":[
  7.       {
  8.          "id":800,
  9.          "main":"Clear",
  10.          "description":"clear sky",
  11.          "icon":"01n"
  12.       }
  13.    ],
  14.    "base":"stations",
  15.    "main":{
  16.       "temp":282.61,
  17.       "feels_like":279.06,
  18.       "temp_min":280.93,
  19.       "temp_max":284.15,
  20.       "pressure":1018,
  21.       "humidity":76
  22.    },
  23.    "visibility":10000,
  24.    "wind":{
  25.       "speed":3.6,
  26.       "deg":70
  27.    },
  28.    "clouds":{
  29.       "all":1
  30.    },
  31.    "dt":1587089083,
  32.    "sys":{
  33.       "type":1,
  34.       "id":1414,
  35.       "country":"GB",
  36.       "sunrise":1587099571,
  37.       "sunset":1587150003
  38.    },
  39.    "timezone":3600,
  40.    "id":2643743,
  41.    "name":"London",
  42.    "cod":200
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement