使用openweathermap API创建天气应用,以显示LAST x天的天气(每小时3小时)

时间:2018-08-09 19:46:20

标签: json api url openweathermap

我想制作一个仅使用openweathermap API在3小时内显示LAST x天温度的应用程序。我浏览了可用的API。他们要么具有对未来5天的预测预报,要么具有期望开始和结束的历史数据作为我随后尝试使用的参数(https://openweathermap.org/history)。

所以只是为了检查我是否正确理解了参数,我尝试通过地址栏获取:

  

http://history.openweathermap.org/data/2.5/history/city?id=1275339&type=hour&appid=df78dcfa9580e72b15fdf62d406d34ec&start=1369728000&end=1369789200”。

但是我收到了HTTP错误401:

{"cod":401, "message": "Invalid API key. Please see http://openweathermap.org/faq#error401 for more info."}

我不明白应该如何输入参数以获得所需的结果(每3小时持续最近5天的温度),以及如何输入“ cnt”(如果需要)以使我得到3小时的数据。

0 个答案:

没有答案