Advertisement
Guest User

Untitled

a guest
Oct 15th, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.69 KB | None | 0 0
  1. {
  2.   "coord": {
  3.     "lon": 37.62,
  4.     "lat": 55.75
  5.   },
  6.   "weather": [
  7.     {
  8.       "id": 800,
  9.       "main": "Clear",
  10.       "description": "clear sky",
  11.       "icon": "01d"
  12.     }
  13.   ],
  14.   "base": "stations",
  15.   "main": {
  16.     "temp": 286.34,
  17.     "feels_like": 281.74,
  18.     "temp_min": 285.93,
  19.     "temp_max": 287.15,
  20.     "pressure": 1011,
  21.     "humidity": 58
  22.   },
  23.   "visibility": 10000,
  24.   "wind": {
  25.     "speed": 5,
  26.     "deg": 240
  27.   },
  28.   "clouds": {
  29.     "all": 6
  30.   },
  31.   "dt": 1602769848,
  32.   "sys": {
  33.     "type": 1,
  34.     "id": 9029,
  35.     "country": "RU",
  36.     "sunrise": 1602734434,
  37.     "sunset": 1602772174
  38.   },
  39.   "timezone": 10800,
  40.   "id": 524901,
  41.   "name": "Moscow",
  42.   "cod": 200
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement