Advertisement
Eddy_S

Untitled

Jul 3rd, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.26 KB | None | 0 0
  1. {
  2.     "currently": {
  3.         "apparentTemperature": 63.59,
  4.         "cloudCover": 0.49,
  5.         "dewPoint": 52.73,
  6.         "humidity": 0.68,
  7.         "icon": "partly-cloudy-day",
  8.         "ozone": 279.21,
  9.         "precipIntensity": 0,
  10.         "precipProbability": 0,
  11.         "pressure": 1026.38,
  12.         "summary": "Partly Cloudy",
  13.         "temperature": 63.59,
  14.         "time": 1530670421,
  15.         "uvIndex": 2,
  16.         "visibility": 9.55,
  17.         "windBearing": 339,
  18.         "windGust": 11.98,
  19.         "windSpeed": 5.93
  20.     },
  21.     "daily": {
  22.         "data": [
  23.             {
  24.                 "apparentTemperatureHigh": 67.19,
  25.                 "apparentTemperatureHighTime": 1530680400,
  26.                 "apparentTemperatureLow": 50.4,
  27.                 "apparentTemperatureLowTime": 1530738000,
  28.                 "apparentTemperatureMax": 67.19,
  29.                 "apparentTemperatureMaxTime": 1530680400,
  30.                 "apparentTemperatureMin": 42.48,
  31.                 "apparentTemperatureMinTime": 1530640800,
  32.                 "cloudCover": 0.39,
  33.                 "dewPoint": 50.39,
  34.                 "humidity": 0.84,
  35.                 "icon": "partly-cloudy-day",
  36.                 "moonPhase": 0.68,
  37.                 "ozone": 279.11,
  38.                 "precipIntensity": 0,
  39.                 "precipIntensityMax": 0.0001,
  40.                 "precipIntensityMaxTime": 1530684000,
  41.                 "precipProbability": 0,
  42.                 "pressure": 1026.33,
  43.                 "summary": "Partly cloudy until afternoon.",
  44.                 "sunriseTime": 1530651727,
  45.                 "sunsetTime": 1530687593,
  46.                 "temperatureHigh": 67.19,
  47.                 "temperatureHighTime": 1530680400,
  48.                 "temperatureLow": 50.4,
  49.                 "temperatureLowTime": 1530738000,
  50.                 "temperatureMax": 67.19,
  51.                 "temperatureMaxTime": 1530680400,
  52.                 "temperatureMin": 45.27,
  53.                 "temperatureMinTime": 1530640800,
  54.                 "time": 1530626400,
  55.                 "uvIndex": 2,
  56.                 "uvIndexTime": 1530669600,
  57.                 "visibility": 9.68,
  58.                 "windBearing": 353,
  59.                 "windGust": 19.73,
  60.                 "windGustTime": 1530694800,
  61.                 "windSpeed": 4.39
  62.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement