可以在Openweathermap中按国家/地区搜索数据

时间:2015-04-08 12:56:08

标签: url country weather-api openweathermap

是否可以按国家/地区从openweathermap获取xml数据?

当我在文档中搜索时,我注意到你可以通过这种不同的方式进行搜索:

  • 按城市名称
  • 按地理坐标
  • 按城市ID

例如:这是按城市名称获取数据的网址:

http://api.openweathermap.org/data/2.5/forecast/daily?q=Berlin&mode=xml&units=metric

因此,如果您将城市名称(柏林)改为q=?国家/地区:

http://api.openweathermap.org/data/2.5/forecast/daily?q=Germany&mode=xml&units=metric

我会收到一条错误消息:{“message”:“”,“cod”:“404”}

感谢您的帮助

0 个答案:

没有答案