chart:read
Kundli / Birth Chart API
Generate a full Vedic birth chart — ascendant, planetary placements and nakshatra — from a date, time and place of birth.
Use cases
- Birth chart generation in an astrology app
- Kundli display on a matrimony or wellness platform
- Chart data as an input to further analysis (dasha, matching, dosha)
Making a request
Example request (the shape this application's own dashboard already sends):
# POST /v1/chart curl -X POST https://api.astrologyservice.in/v1/chart \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"birth":{"year":1990,"month":6,"day":15,"hour":10,"minute":30,"latitude":23.02,"longitude":72.57,"timezone":"Asia/Kolkata"}}'
FAQ
How do I authenticate a request to this API?
Send your API key in the X-API-Key header. See the Authentication guide for details.
Which plan do I need?
This capability is available on every plan — plans differ in monthly quota and rate limit, not which endpoints you can call. See Pricing for current plans.
Where do I find the exact request and response format?
The full parameter-level reference is generated from the live API and kept there so it never drifts out of sync with what's actually deployed.