我尝试使用OpenWeatherMap API按城市名称获取历史数据,但Docs未指定如何在此类调用中传递API密钥。
他们对文档的例子是:
http://history.openweathermap.org/data/2.5/history/city?q=London,UK
虽然没有传递API密钥,但我收到401
错误。我已经在other Stack posts中看到人们通过插入参数?&APPID=**api-key-here**
成功拨打电话,尽管我已经尝试了数十种排列而没有运气。
我想使用以下通话,以便指定时间范围。
http://history.openweathermap.org/data/2.5/history/city?q={city ID},{country code}&type=hour&start={start}&end={end}