稳定、快速、免费的 API 接口服务
天气查询API
接口地址: https://api.suyanw.cn/api/weather.php
返回格式: 请看返回示例
请求方式: GET
请求示例: https://api.suyanw.cn/api/weather.php?city=广州
请求参数说明:
名称 | 必填 | 说明 |
---|---|---|
city | 是 | 需要查询的地区名 |
type | 否 | 返回格式,默认json可选text |
系统级错误:
名称 | 说明 |
---|---|
400 | 请求错误! |
403 | 请求被服务器拒绝! |
405 | 客户端请求的方法被禁止! |
408 | 请求时间过长! |
500 | 服务器内部出现错误! |
501 | 服务器不支持请求的功能,无法完成请求! |
503 | 系统维护中! |
返回示例:
{ "code": 1, "text": "获取成功", "data": { "city": "广州", "cityEnglish": "guangzhou", "temp": "26", "tempn": "24", "weather": "多云转阵雨", "wind": "微风", "windSpeed": "<3级", "time": "2024-10-14 08:00", "warning": {}, "current": { "city": "广州", "cityEnglish": "guangzhou", "humidity": "53%", "wind": "南风", "windSpeed": "1级", "visibility": "22km", "weather": "晴", "weatherEnglish": "Sunny", "temp": "31.3", "fahrenheit": "88.3", "air": "59", "air_pm25": "59", "date": "10月14日(星期一)", "time": "17:10", "image": "http://api.suyanw.cn/api/data/weather/image/云.png" }, "living": [ { "name": "穿衣指数", "index": "炎热", "tips": "建议穿短衫、短裤等清凉夏季服装。" }, { "name": "路况指数", "index": "干燥", "tips": "天气较好,路面较干燥,路况较好。" }, { "name": "钓鱼指数", "index": "不宜", "tips": "天气太热,不适合垂钓。" }, { "name": "晨练指数", "index": "较适宜", "tips": "请选择避风的地点晨练,避免迎风锻炼。" }, { "name": "夜生活指数", "index": "较适宜", "tips": "只要您稍作准备就可以放心外出。" }, { "name": "感冒指数", "index": "少发", "tips": "感冒机率较低,避免长期处于空调屋中。" }, { "name": "逛街指数", "index": "较不宜", "tips": "天气炎热,避免长时间暴晒,小心中暑。" }, { "name": "空气污染扩散条件指数", "index": "中", "tips": "易感人群应适当减少室外活动。" }, { "name": "旅游指数", "index": "较适宜", "tips": "天气较热,外出时要注意防暑防晒哦!" }, { "name": "舒适度指数", "index": "较不舒适", "tips": "多云,湿度偏大,闷热。" }, { "name": "啤酒指数", "index": "适宜", "tips": "天热潮湿,适宜饮用冰镇啤酒,不要贪杯。" }, { "name": "划船指数", "index": "适宜", "tips": "天气较好,适宜划船及嬉玩水上运动。" }, { "name": "太阳镜指数", "index": "很必要", "tips": "建议佩戴透射比2级且UV400的遮阳镜" }, { "name": "紫外线强度指数", "index": "很强", "tips": "涂擦SPF20以上,PA++护肤品,避强光。" }, { "name": "风寒指数", "index": "无", "tips": "温度未达到风寒所需的低温,稍作防寒准备即可。" }, { "name": "放风筝指数", "index": "不宜", "tips": "天气酷热,不适宜放风筝。" }, { "name": "空调开启指数", "index": "部分时间开启", "tips": "天热湿度大,需适当开启制冷空调。" }, { "name": "晾晒指数", "index": "适宜", "tips": "天气不错,抓紧时机让衣物晒太阳吧。" }, { "name": "洗车指数", "index": "不宜", "tips": "有雨,雨水和泥水会弄脏爱车。" }, { "name": "心情指数", "index": "较差", "tips": "气温较高,会让人觉得有些烦躁。" }, { "name": "中暑指数", "index": "可能有影响", "tips": "中暑等级不高,但体质较弱者可能中暑,注意适时通风,保证环境温度舒适。" }, { "name": "交通指数", "index": "良好", "tips": "气象条件良好,车辆可以正常行驶。" }, { "name": "约会指数", "index": "较不适宜", "tips": "天气较好有风,最好在室内促膝谈心。" }, { "name": "运动指数", "index": "较适宜", "tips": "请适当降低运动强度,并及时补充水分。" }, { "name": "过敏指数", "index": "易发", "tips": "应减少外出,外出需采取防护措施。" }, { "name": "美发指数", "index": "一般", "tips": "注意清洁,建议选用防晒滋润型护发品。" }, { "name": "雨伞指数", "index": "不带伞", "tips": "天气较好,不用带雨伞。" }, { "name": "防晒指数", "index": "极强", "tips": "需涂擦SPF大于20,PA++,护肤品。" }, { "name": "化妆指数", "index": "防脱水防晒", "tips": "请选用防脱水防晒指数高的化妆品。" }, { "name": "干燥指数", "index": "适宜", "tips": "温湿条件适宜,风速不大,皮肤无需特殊保养,只做日常护理即可。" } ] } }
错误码格式说明:
名称 | 类型 | 说明 |
---|---|---|
无 | 无 | 无 |
调用示例:
无