查询当天公历日期和农历日期,以及节气黄历等信息
https://free.xwteam.cn/api/time/almanac
GET/POST
application/json
名称 | 值 |
---|---|
Content-Type | application/x-www-form-urlencoded;charset:utf-8; |
名称 | 必填 | 类型 | 示例值 | 说明 |
---|---|---|---|---|
y | 是 | string | 2023 | 需要查询的年份,为空则查询当前年份 |
m | 是 | string | 06 | 需要查询的月份,为空则查询当前月份 |
d | 是 | string | 20 | 需要查询的日期,为空则查询当前日期 |
https://free.xwteam.cn/api/time/almanac
正在请求API数据...
名称 | 类型 | 说明 |
---|---|---|
code | int | 状态码 |
msg | string | 状态信息 |
data | string | 请求结果数据集 |
debug | string/array | 调试数据 |
exec_time | float | 执行耗时 |
user_ip | string | 客户端IP |