【发布时间】:2020-06-30 16:04:25
【问题描述】:
我正在尝试使用来自 this link 的 API
具体来说,我想获取所有气象站。我想我应该使用这个 API:
这是我目前尝试过的链接:
https://api.openweathermap.org/data/3.0/stations/?appid=ba1ea204c72ac863c39f442476b8bc71
它显示一个内部错误。我在哪里做错了?我很确定我的应用程序id 是正确的并且没有问题。
我也试过这个 API 调用:
https://api.openweathermap.org/data/3.0/stations/583436dd9643a9000196b8d6?appid=ba1ea204c72ac863c39f442476b8bc71
它返回了 state not found 错误。但是,从 API 文档中我看到如下:
【问题讨论】:
标签: api openweathermap