全国天气查询API接口

1、前言
全国天气查询接口,能实现获取特定城市今日及未来三天的天气。
查看接口完整信息:https:// www.idmayi.com/doc/detail?id=6

2、接口明细
注意:app_id和app_secret是临时秘钥
获取特定城市今日天气
接口地址: https://www.idmayi.com/api/weather/current/{城市名}
返回格式: JSON
请求方式: GET
请求示例:https://www.idmayi.com/api/weather/current/深圳市?app_id=ixssxqertpltndez&app_secret=QUF5S2JLZkNqSHdyeVVLczdCNSt1QT09
返回示例:
全国天气查询API接口_第1张图片
获取特定城市今天及未来天气
接口地址: https://www.idmayi.com/api/weather/forecast/{城市名}
返回格式: JSON
请求方式: GET
请求示例: https://www.idmayi.com/api/weather/forecast/深圳市?app_id=ixssxqertpltndez&app_secret=QUF5S2JLZkNqSHdyeVVLczdCNSt1QT09
返回示例:
全国天气查询API接口_第2张图片

你可能感兴趣的:(后端)