POST /v1/ascendant
The rising sign (Lagna) of the birth chart: sign, exact degree, nakshatra and midheaven.
Authorization
ApiKeyAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/ascendant" \ -H "Content-Type: application/json" \ -d '{ "date": "1990-01-15T10:30:00", "lat": 28.6139, "lng": 77.209 }'{ "success": true, "data": { "degree": 331.43152605600557, "sign": 11, "signName": "Pisces", "nakshatra": "Purva Bhadrapada", "nakshatraPada": 4, "midheaven": 243.1623328532662 }}POST /v1/batch
Batch endpoint — executes up to 50 requests against the route handlers in one call, returning { status, body } per item in order. One failing item never fails the batch. Direct-channel only (not available on RapidAPI). Quota: each item consumes one quota unit, reserved up-front from the monthly allowance; a batch of N items costs N units. Nested /batch requests are rejected. /kundali and /kundali/full (bundle endpoints) are not batchable — request their individual pieces (/ascendant, /planets, /houses/vedic, /panchanga, /ashtakavarga, /yogas, etc.) in bulk instead.
POST /v1/ashtakavarga
337-point bindu strength system across 7 planets and 12 signs.