Returns a summary of the weather for the next 10 days. This includes high and low temperatures, a string text forecast and the conditions.
Note: replace {{key}} with Your_Key
http://api.wunderground.com/api/Your_Key/hourly10day/q/CA/San_Francisco.json
Show Response
{
"response": {
"version": "0.1",
"termsofService": "http://www.wunderground.com/weather/api/d/terms.html",
"features": {
"hourly10day": 1
}
},
"hourly_forecast": [{
"FCTTIME": {
"hour": "11",
"hour_padded": "11",
"min": "00",
"sec": "0",
"year": "2012",
"mon": "7",
"mon_padded": "07",
"mon_abbrev": "Jul",
"mday": "3",
"mday_padded": "03",
"yday": "184",
"isdst": "1",
"epoch": "1341338400",
"pretty": "11:00 AM PDT on July 03, 2012",
"civil": "11:00 AM",
"month_name": "July",
"month_name_abbrev": "Jul",
"weekday_name": "Tuesday",
"weekday_name_night": "Tuesday Night",
"weekday_name_abbrev": "Tue",
"weekday_name_unlang": "Tuesday",
"weekday_name_night_unlang": "Tuesday Night",
"ampm": "AM",
"tz": "",
"age": ""
},
"temp": {
"english": "66",
"metric": "19"
},
"dewpoint": {
"english": "55",
"metric": "13"
},
"condition": "Clear",
"icon": "clear",
"icon_url": "http://icons-ak.wxug.com/i/c/k/clear.gif",
"fctcode": "1",
"sky": "22",
"wspd": {
"english": "5",
"metric": "8"
},
"wdir": {
"dir": "West",
"degrees": "260"
},
"wx": "",
"uvi": "6",
"humidity": "65",
"windchill": {
"english": "-9998",
"metric": "-9998"
},
"heatindex": {
"english": "-9998",
"metric": "-9998"
},
"feelslike": {
"english": "66",
"metric": "19"
},
"qpf": {
"english": "0.00",
"metric": "0.00"
},
"snow": {
"english": "0.00",
"metric": "0.00"
},
"pop": "0",
"mslp": {
"english": "29.90",
"metric": "1012"
}
}, {
"FCTTIME": {
"hour": "12",
"hour_padded": "12",
"min": "00",
"sec": "0",
"year": "2012",
"mon": "7",
"mon_padded": "07",
"mon_abbrev": "Jul",
"mday": "3",
"mday_padded": "03",
"yday": "184",
"isdst": "1",
"epoch": "1341342000",
"pretty": "12:00 PM PDT on July 03, 2012",
"civil": "12:00 PM",
"month_name": "July",
"month_name_abbrev": "Jul",
"weekday_name": "Tuesday",
"weekday_name_night": "Tuesday Night",
"weekday_name_abbrev": "Tue",
"weekday_name_unlang": "Tuesday",
"weekday_name_night_unlang": "Tuesday Night",
"ampm": "PM",
"tz": "",
"age": ""
},
"temp": {
"english": "67",
"metric": "19"
},
"dewpoint": {
"english": "55",
"metric": "13"
},
"condition": "Clear",
"icon": "clear",
"icon_url": "http://icons-ak.wxug.com/i/c/k/clear.gif",
"fctcode": "1",
"sky": "22",
"wspd": {
"english": "9",
"metric": "14"
},
"wdir": {
"dir": "West",
"degrees": "260"
},
"wx": "",
"uvi": "6",
"humidity": "64",
"windchill": {
"english": "-9998",
"metric": "-9998"
},
"heatindex": {
"english": "-9998",
"metric": "-9998"
},
"feelslike": {
"english": "67",
"metric": "19"
},
"qpf": {
"english": "",
"metric": ""
},
"snow": {
"english": "",
"metric": ""
},
"pop": "0",
"mslp": {
"english": "29.90",
"metric": "1012"
}
}, {
"FCTTIME": {
"hour": "13",
"hour_padded": "13",
"min": "00",
"sec": "0",
"year": "2012",
"mon": "7",
"mon_padded": "07",
"mon_abbrev": "Jul",
"mday": "3",
"mday_padded": "03",
"yday": "184",
"isdst": "1",
"epoch": "1341345600",
"pretty": "1:00 PM PDT on July 03, 2012",
"civil": "1:00 PM",
"month_name": "July",
"month_name_abbrev": "Jul",
"weekday_name": "Tuesday",
"weekday_name_night": "Tuesday Night",
"weekday_name_abbrev": "Tue",
"weekday_name_unlang": "Tuesday",
"weekday_name_night_unlang": "Tuesday Night",
"ampm": "PM",
"tz": "",
"age": ""
},
"temp": {
"english": "67",
"metric": "20"
},
"dewpoint": {
"english": "55",
"metric": "13"
},
"condition": "Clear",
"icon": "clear",
"icon_url": "http://icons-ak.wxug.com/i/c/k/clear.gif",
"fctcode": "1",
"sky": "22",
"wspd": {
"english": "13",
"metric": "21"
},
"wdir": {
"dir": "West",
"degrees": "260"
},
"wx": "",
"uvi": "6",
"humidity": "63",
"windchill": {
"english": "-9998",
"metric": "-9998"
},
"heatindex": {
"english": "-9998",
"metric": "-9998"
},
"feelslike": {
"english": "67",
"metric": "20"
},
"qpf": {
"english": "",
"metric": ""
},
"snow": {
"english": "",
"metric": ""
},
"pop": "0",
"mslp": {
"english": "29.90",
"metric": "1012"
}
}, ...