-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathexample.json
93 lines (93 loc) · 2.57 KB
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"response": {
"version":"0.1",
"termsofService":"http://www.wunderground.com/weather/api/d/terms.html",
"features": {
"conditions": 1
}
}
, "current_observation": {
"image": {
"url":"http://icons.wxug.com/graphics/wu2/logo_130x80.png",
"title":"Weather Underground",
"link":"http://www.wunderground.com"
},
"display_location": {
"full":"San Francisco, CA",
"city":"San Francisco",
"state":"CA",
"state_name":"California",
"country":"US",
"country_iso3166":"US",
"zip":"94102",
"magic":"1",
"wmo":"99999",
"latitude":"37.77999878",
"longitude":"-122.41999817",
"elevation":"60.0"
},
"observation_location": {
"full":"SOMA, San Francisco, California",
"city":"SOMA, San Francisco",
"state":"California",
"country":"US",
"country_iso3166":"US",
"latitude":"37.778488",
"longitude":"-122.408005",
"elevation":"23 ft"
},
"estimated": {
},
"station_id":"KCASANFR131",
"observation_time":"Last Updated on July 19, 1:55 PM PDT",
"observation_time_rfc822":"Wed, 19 Jul 2017 13:55:27 -0700",
"observation_epoch":"1500497727",
"local_time_rfc822":"Wed, 19 Jul 2017 13:55:29 -0700",
"local_epoch":"1500497729",
"local_tz_short":"PDT",
"local_tz_long":"America/Los_Angeles",
"local_tz_offset":"-0700",
"weather":"Clear",
"temperature_string":"69.8 F (21.0 C)",
"temp_f":69.8,
"temp_c":21.0,
"relative_humidity":"57%",
"wind_string":"From the ESE at 2.0 MPH Gusting to 11.0 MPH",
"wind_dir":"ESE",
"wind_degrees":116,
"wind_mph":2.0,
"wind_gust_mph":"11.0",
"wind_kph":3.2,
"wind_gust_kph":"17.7",
"pressure_mb":"1017",
"pressure_in":"30.03",
"pressure_trend":"0",
"dewpoint_string":"54 F (12 C)",
"dewpoint_f":54,
"dewpoint_c":12,
"heat_index_string":"NA",
"heat_index_f":"NA",
"heat_index_c":"NA",
"windchill_string":"NA",
"windchill_f":"NA",
"windchill_c":"NA",
"feelslike_string":"69.8 F (21.0 C)",
"feelslike_f":"69.8",
"feelslike_c":"21.0",
"visibility_mi":"10.0",
"visibility_km":"16.1",
"solarradiation":"895",
"UV":"7.9","precip_1hr_string":"0.00 in ( 0 mm)",
"precip_1hr_in":"0.00",
"precip_1hr_metric":" 0",
"precip_today_string":"0.00 in (0 mm)",
"precip_today_in":"0.00",
"precip_today_metric":"0",
"icon":"clear",
"icon_url":"http://icons.wxug.com/i/c/k/clear.gif",
"forecast_url":"http://www.wunderground.com/US/CA/San_Francisco.html",
"history_url":"http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=KCASANFR131",
"ob_url":"http://www.wunderground.com/cgi-bin/findweather/getForecast?query=37.778488,-122.408005",
"nowcast":""
}
}