稳定、快速、免费的 API 接口服务
用于查询某城市的天气
拥有非常全面的天气数据,可以根据IP查询
接口地址: https://api.52vmy.cn/api/query/tian
返回格式: JSON
请求方式: GET
请求示例: https://api.52vmy.cn/api/query/tian?city=北京市
接口定制: 点此加入用户群
默认QPS: 每2秒最多4次 携带Token可无视限制
接口备注:点击前往三日天气API
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
city | 是 | string | 城市 |
ip | 否 | string | IP地址 |
type | 否 | string | 返回格式默认JSON可选text |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
weather | string | 天气 |
degree | string | 温度 |
max_degree | string | 最高温度 |
min_degree | string | 最低温度 |
windn | string | 风向 |
windr | string | 风力 |
humidity | string | 湿度 |
precipitation | string | 降水概率 |
pressure | string | 气压 |
sunup | string | 日出时间 |
sunset | string | 日落时间 |
tips | string | 提示语 |
返回示例:
{ "code": 200, "msg": "成功", "data": { "city": "北京", "cityEnglish": "beijing", "temp": "7", "tempn": "4", "weather": "多云转阴", "wind": "东北风转北风", "windSpeed": "<3级", "time": "2025-10-18 08:00", "warning": { "windSpeed": "05", "wind": "大风", "color": "蓝色", "warning": "市气象台2025年10月18日16时00分发布大风蓝色预警信号:受冷空气影响,预计19日05时至19时,我市大部分地区有3、4级偏北风,阵风6、7级,山区局地阵风可达8级左右,请注意防范。(预警信息来源:国家预警信息发布中心)", "time": "2025-10-21 15:49:27" }, "current": { "city": "北京", "cityEnglish": "beijing", "humidity": "41%", "wind": "南风", "windSpeed": "2级", "pressure": "1026", "visibility": "30km", "weather": "阴", "weatherEnglish": "Overcast", "temp": "9.3", "fahrenheit": "48.7", "tempn": "4", "air": "16", "air_pm25": "16", "date": "10月18日(星期六)", "time": "16:30" }, "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": "建议佩戴透射比为1级的浅色太阳镜" }, { "name": "紫外线强度指数", "index": "弱", "tips": "辐射较弱,涂擦SPF12-15、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": "除特殊体质,无需担心过敏问题。" }, { "name": "美发指数", "index": "适宜", "tips": "适合使用干性发质的护发素。" }, { "name": "雨伞指数", "index": "不带伞", "tips": "天气较好,不用带雨伞。" }, { "name": "防晒指数", "index": "较弱", "tips": "涂抹12-15SPF,PA+护肤品。" }, { "name": "化妆指数", "index": "保湿", "tips": "请选用保湿型霜类化妆品。" }, { "name": "中暑指数", "index": "无中暑风险", "tips": "天气不热,在炎炎夏日中十分难得,可以告别暑气漫漫啦~" }, { "name": "交通指数", "index": "良好", "tips": "气象条件良好,车辆可以正常行驶。" }, { "name": "干燥指数", "index": "适宜", "tips": "温湿条件适宜,风速不大,皮肤无需特殊保养,只做日常护理即可。" } ] } }
PHP代码示例:
$city = $_GET["city"]; $ip = $_GET["ip"]; $type = $_GET["type"]; $url = "https://api.52vmy.cn/api/query/tian?city=".$city."&ip=".$ip."&type=".$type; echo file_get_contents($url);