高德开放平台下的天气查询接口文档
https://lbs.amap.com/api/webservice/guide/api/weatherinfo
注册开发者账号,获取Key
1 | https://restapi.amap.com/v3/weather/weatherInfo?parameters |
parameters代表的参数包括必填参数和可选参数。
https://restapi.amap.com/v3/weather/weatherInfo?key=[key]&city=310115
返回结果:
1 | { |
百度api是jsonp的方式获取数据,而高德地图的api是允许跨域的。