维梦API - 提供免费接口调用平台
该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": "-6.8",
        "tempn": "-11",
        "weather": "小雪转多云",
        "wind": "北风",
        "windSpeed": "<3级",
        "time": "2026-01-18 08:00",
        "warning": {
            "windSpeed": "00",
            "wind": "持续低温",
            "color": "黄色",
            "warning": "市气象台2026年01月17日08时43分发布持续低温黄色预警信号:受强冷空气影响,预计18日至21日有持续低温天气,我市大部分地区夜间最低气温将低于零下12℃,请注意防范。(预警信息来源:国家预警信息发布中心)",
            "time": "2026-01-20 09:33:57"
        },
        "current": {
            "city": "北京",
            "cityEnglish": "beijing",
            "humidity": "70%",
            "wind": "东北风",
            "windSpeed": "1级",
            "pressure": "1026",
            "visibility": "15km",
            "weather": "阴",
            "weatherEnglish": "Overcast",
            "temp": "-6.8",
            "fahrenheit": "19.8",
            "tempn": "-11",
            "air": "38",
            "air_pm25": "38",
            "limitnumber": "不限行",
            "date": "01月18日(星期日)",
            "time": "09:20"
        },
        "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": "辐射弱,涂擦SPF8-12防晒护肤品。"
            },
            {
                "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": "涂抹8-12SPF防晒护肤品。"
            },
            {
                "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);