I can't get weather information for Osaka, Sapporo, Hokkaido, or a few other Japanese places. I can get Tokyo weather fine:
Tokyo:
http://api.wunderground.com/api/KEY/g...
Osaka:
http://api.wunderground.com/api/KEY/g...
I tried the Osaka airport code too (KIX). Still couldn't get any weather information.
Any ideas?
Jon
Here is the response to the Osaka request:
{
"response": {
"version": "0.1",
"termsofService": "http://www.wunderground.com/weather/a...,
"features": {
"geolookup": 1,
"conditions": 1,
"forecast": 1
},
"results": [
{
"name": "Osaka",
"city": "Osaka",
"state": "",
"country": "JP",
"country_iso3166": "JP",
"country_name": "Japan",
"zmw": "00000.1.47773",
"l": "/q/zmw:00000.1.47773"
},
{
"name": "Osaka",
"city": "Osaka",
"state": "",
"country": "JP",
"country_iso3166": "JP",
"country_name": "Japan",
"zmw": "00000.1.47772",
"l": "/q/zmw:00000.1.47772"
}
]
}
}
Tokyo:
http://api.wunderground.com/api/KEY/g...
Osaka:
http://api.wunderground.com/api/KEY/g...
I tried the Osaka airport code too (KIX). Still couldn't get any weather information.
Any ideas?
Jon
Here is the response to the Osaka request:
{
"response": {
"version": "0.1",
"termsofService": "http://www.wunderground.com/weather/a...,
"features": {
"geolookup": 1,
"conditions": 1,
"forecast": 1
},
"results": [
{
"name": "Osaka",
"city": "Osaka",
"state": "",
"country": "JP",
"country_iso3166": "JP",
"country_name": "Japan",
"zmw": "00000.1.47773",
"l": "/q/zmw:00000.1.47773"
},
{
"name": "Osaka",
"city": "Osaka",
"state": "",
"country": "JP",
"country_iso3166": "JP",
"country_name": "Japan",
"zmw": "00000.1.47772",
"l": "/q/zmw:00000.1.47772"
}
]
}
}