What data does the Kundli API return?
The planet-details endpoint returns all 9 planets (Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu) plus Uranus, Neptune, Pluto for each: zodiac sign, precise degree, nakshatra (and pada), house placement, retrograde status, and dignity (exalted/debilitated/own sign). The response also includes ascendant position and chart metadata.
Does the API return divisional charts (D2, D9, D10, etc.)?
Yes. The /horoscope/divisional-charts endpoint returns all divisional charts from D1 (Rashi) through D60 (Shashtiamsha). Pass chart_type=D9 for Navamsa, chart_type=D10 for Dasamsa, or chart_type=all to get every divisional chart in one call.
Can the API generate a kundli chart image?
Yes. The /horoscope/chart-image endpoint returns a kundli diagram as SVG (default) or PNG. Pass style=north for North Indian (diamond) style or style=south for South Indian (square) style. The response includes the chart as a base64-encoded string ready to render in an <img> tag or embed inline.
How do I get the correct latitude/longitude for a birth place?
You can use any geocoding API (Google Maps, OpenStreetMap Nominatim, etc.) to convert a city name to lat/lon. Our API accepts any decimal coordinates with up to 4 decimal places of precision. For IST (India Standard Time), always pass tz=5.5.