lunardate
Convert a Gregorian date to the traditional Chinese lunar calendar, returning the lunar year with zodiac and lunar date in Chinese characters.
Instructions
Gregorian-Lunar Calendar Conversion API Request
Parameters:
date: Gregorian date to convert (YYYY-MM-DD format)
Request Example: https://data.weather.gov.hk/weatherAPI/opendata/lunardate.php?date=2025-07-26
Response Keys:
LunarYear: Lunar year in traditional Chinese with zodiac (e.g. "癸卯年,兔")
LunarDate: Lunar date in traditional Chinese (e.g. "六月初二")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Gregorian date to convert (YYYY-MM-DD format) |