get_panchang
Panchang for a location (and optional date, default: today at that location): tithi, paksha, nakshatra, yoga, karana, vara and its lord, sunrise/sunset. Deterministic, no LLM. Same compute path as GET /api/panchang.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tz | Yes | UTC offset (e.g. 5.5) or IANA zone name (e.g. Asia/Kolkata). | |
| lat | Yes | Birth latitude, -90 to 90. | |
| lng | Yes | Birth longitude, -180 to 180. | |
| date | No | YYYY-MM-DD (default: local today at the location). |