Nakshatra & Pada
get_nakshatra_padaReturn the birth (sidereal) nakshatra, nakshatra number, pada (quarter), nakshatra lord and degrees-within-nakshatra for every body in the chart: the Ascendant (lagna), the Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu and Ketu, plus the outer planets Uranus, Neptune and Pluto. Each entry contains: 'nakshatra' (one of the 27 nakshatras, e.g. Bharani, Magha, Ashwini), 'nakshatra_number' (1-27), 'pada' (1-4, the quarter of the nakshatra), 'nakshatra_lord' (the planet ruling that nakshatra) and 'degrees_in_nakshatra' (0-13.333, the body's position within the nakshatra). Data only — no interpretation is included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Birth date in YYYY-MM-DD format, e.g. 1985-06-15 | |
| time | Yes | Birth time in 24h HH:MM:SS format, e.g. 10:30:00 | |
| place | No | Optional birth-place name (cosmetic only). | |
| gender | No | Optional. A few classical yogas are defined by gender -- Mahabhagya's rule is gender x day/night x odd/even signs. Supply it when known; when omitted those yogas are left out of the result rather than computed against an assumed gender. | |
| latitude | Yes | Birth-place latitude in decimal degrees, e.g. 13.0827 | |
| timezone | Yes | Timezone offset from UTC in hours, e.g. 5.5 for IST | |
| longitude | Yes | Birth-place longitude in decimal degrees, e.g. 80.2707 |