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":"Tilburg, Netherlands",
"city":"Tilburg",
"state":"",
"state_name":"Netherlands",
"country":"NL",
"country_iso3166":"NL",
"zip":"00000",
"magic":"15",
"wmo":"06350",
"latitude":"51.553448",
"longitude":"5.094855",
"elevation":"11.00000000"
},
"observation_location": {
"full":"Tilburg Centrum, Tilburg, NOORD-BRABANT",
"city":"Tilburg Centrum, Tilburg",
"state":"NOORD-BRABANT",
"country":"NETHERLANDS",
"country_iso3166":"NL",
"latitude":"51.553448",
"longitude":"5.094855",
"elevation":"46 ft"
},
"estimated": {
},
"station_id":"INOORDBR18",
"observation_time":"Last Updated on December 8, 12:55 PM CET",
"observation_time_rfc822":"Mon, 08 Dec 2014 12:55:27 +0100",
"observation_epoch":"1418039727",
"local_time_rfc822":"Mon, 08 Dec 2014 12:55:28 +0100",
"local_epoch":"1418039728",
"local_tz_short":"CET",
"local_tz_long":"Europe/Amsterdam",
"local_tz_offset":"+0100",
"weather":"Overcast",
"temperature_string":"41.5 F (5.3 C)",
"temp_f":41.5,
"temp_c":5.3,
"relative_humidity":"86%",
"wind_string":"From the South at 5.8 MPH Gusting to 5.8 MPH",
"wind_dir":"South",
"wind_degrees":180,
"wind_mph":5.8,
"wind_gust_mph":"5.8",
"wind_kph":9.3,
"wind_gust_kph":"9.3",
"pressure_mb":"1016",
"pressure_in":"30.01",
"pressure_trend":"0",
"dewpoint_string":"38 F (3 C)",
"dewpoint_f":38,
"dewpoint_c":3,
"heat_index_string":"NA",
"heat_index_f":"NA",
"heat_index_c":"NA",
"windchill_string":"38 F (3 C)",
"windchill_f":"38",
"windchill_c":"3",
"feelslike_string":"38 F (3 C)",
"feelslike_f":"38",
"feelslike_c":"3",
"visibility_mi":"6.2",
"visibility_km":"10.0",
"solarradiation":"--",
"UV":"0","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":"cloudy",
"icon_url":"http://icons.wxug.com/i/c/k/cloudy.gif",
"forecast_url":"http://www.wunderground.com/global/stations/06350.html",
"history_url":"http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=INOORDBR18",
"ob_url":"http://www.wunderground.com/cgi-bin/findweather/getForecast?query=51.553448,5.094855",
"nowcast":""
}
} |