接口地址: https://api.ahfi.cn/api/lunarinfo
返回格式: JSON
请求方式: GET
请求示例: https://api.ahfi.cn/api/lunarinfo?type=json
请求参数:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
type | 否 | string | 返回数据的类型,可选值为 json 或 text。默认值为 json。 |
返回参数:
名称 | 类型 | 说明 |
---|---|---|
solar_date | string | 公历日期 |
lunar_date | string | 农历日期 |
current_year | string | 生肖年 |
seasonal | string | 节气 |
返回示例:
code
- {
- "code": 200,
- "msg": "请求成功",
- "data": {
- "solar_date": "今天是公元2024年04月29日",
- "lunar_date": "农历甲辰年三月廿一",
- "current_year": "龙年",
- "seasonal": "谷雨后"
- }
- }