Returns everything stored for one record in the celebrity database, addressed by the numeric `id` you get back from the search endpoint. Use it after a search when you want the actual charts rather than the summary line.
The response repeats the summary fields — name, gender, birth date and time, city, country, coordinates, Rodden rating, data source, categories, image URL, the Rashi ascendant and the localised birth datetime — and adds a nested `data` object holding the precomputed astrology. That includes `chart_data` keyed by divisional chart (RashiChart, HoraChart, DrekkanaChart, ChaturthamsaChart, NavamsaChart, DasamsaChart), each with an ascendant and every celestial body's longitude, latitude, nakshatra, pada, sign and house; `house_hora_data` with the aspect lists per planet; `bhava_arudha_data`; and the combust and retrograde flags. Also present are the collector, the original timezone description and any recorded life events.
An unknown id returns 404.
Path parameters
| Parameter | Type | | Example | What it does |
|---|
| id | integer | required | — | |
Full reference for this endpoint