维梦API - 提供免费接口调用平台
该API已经过安全认证,请放心使用
娱乐 · 万年历
每日万年历

接口地址: https://api.52vmy.cn/api/wl/wnl

返回格式: JSON

请求方式: GET

请求示例: https://api.52vmy.cn/api/wl/wnl

接口定制: 点此加入用户群

默认QPS: 每2秒最多4次 携带Token可无视限制

接口备注:点击前往 黄历

请求参数说明:

名称 必填 类型 说明
type string 返回格式默认JSON可选text

返回参数说明:

名称 类型 说明

返回示例:

{
    "animal": "蛇",
    "avoid": "安葬.作灶.行丧.伐木.作梁",
    "cnDay": "日",
    "day": "14",
    "gzDate": "丙戌",
    "gzMonth": "乙酉",
    "gzYear": "乙巳",
    "isBigMonth": "1",
    "jiri": "0",
    "lDate": "廿三",
    "lMonth": "七",
    "lunarDate": "23",
    "lunarMonth": "7",
    "lunarYear": "2025",
    "month": "9",
    "oDate": "2025-09-13T16:00:00.000Z",
    "suit": "结婚.出行.打扫.房屋清洁.美甲浴足.理发.动土.安床.祭祀.放水.开池.开光.塑绘",
    "term": "",
    "timestamp": "1757779200",
    "year": "2025"
}

PHP代码示例:

$type = $_GET["type"];
$url = "https://api.52vmy.cn/api/wl/wnl?type=".$type;
echo file_get_contents($url);