Astora Developer API
Add astronomically-precise kundli & matching to your own app. Get an API key, call one endpoint, get full chart data back as JSON.
Loading…
Subscribe to individual sections — your key returns only what you pay for. Monthly.
Complete — every section
Every section — the full chart · best value
Pay securely by UPI or card. Access starts the instant your payment succeeds — cancel and nothing is charged or unlocked.
Send a POST request with your key in the x-api-key header:
curl -X POST https://your-app.vercel.app/api/v1/chart \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name":"Aarav","year":1992,"month":8,"day":21,"hour":14,"minute":35,"lat":12.9716,"lon":77.5946,"place_name":"Bengaluru"}'| Base URL | https://your-app.vercel.app |
| Birth chart | POST /api/v1/chart |
| Compatibility | POST /api/v1/match |
| Auth | header x-api-key: <your key> |
| Response | JSON — full chart / match data |