稳定、快速、免费的 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": "31", "gzDate": "壬申", "gzMonth": "甲申", "gzYear": "乙巳", "isBigMonth": "1", "jiri": "0", "lDate": "初九", "lMonth": "七", "lunarDate": "9", "lunarMonth": "7", "lunarYear": "2025", "month": "8", "oDate": "2025-08-30T16:00:00.000Z", "suit": "结婚.出行.打扫.搬家.合婚订婚.搬新房.纳财.订盟.祈福.纳畜.安葬.祭祀.入殓.迁坟.求子.上梁.竖柱", "term": "", "timestamp": "1756569600", "year": "2025" }
PHP代码示例:
$type = $_GET["type"]; $url = "https://api.52vmy.cn/api/wl/wnl?type=".$type; echo file_get_contents($url);