稳定、快速、免费的 API 接口服务
查询地区天气 情况
接口地址: http://api.duangcms.com/api/weather
返回格式: JSON
请求方式: GET或POST
请求示例: http://api.duangcms.com/api/weather?apiKey=你的KEY&..
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
city | 是 | String | 被查询的地区,无则查询访问客户端天气情况 |
返回示例:
{ "code": 200, "msg": "success", "data": { "address": "上海市", "week": "星期五", "date": "2022-12-16", "weather": "小雨", "temperature": "2℃~11℃", "wind": "北风3-4级", "location": { "lat": 31.230525, "lng": 121.473667 } } }
错误码格式说明:
名称 | 类型 | 说明 |
---|
代码示例: