城市:波兰耶日科沃。 我可以这样从Yahoo网站网址获取天气数据:
https://www.yahoo.com/news/weather/poland/greater-poland/jerzykowo-24934810
猜猜该API是正确的,因为我可以像这样从Query API获取华沙的天气数据:
https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%20in%20(select%20woeid%20from%20geo.places(1)%20where%20text=%27Poland,Warsaw%27)&format=json
但是,我无法从Yahoo Query API获取Jerzykowo城市天气数据,查询网址是这样的:
https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%20in%20(select%20woeid%20from%20geo.places(1)%20where%20text=%27Poland,Jerzykowo%27)&format=json
谁能告诉我为什么?