AstroVedic Developer API

Integrate our high-precision Vedic astrological engine into your own applications.

Authentication

Authenticating with the AstroVedic API requires a Bearer Token provided in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Endpoints

GET/api/astrology/kundli

Calculates high-precision Kundli data including Sahasrana and Vimshottari Dasha.

?dob=1990-01-01&time=12:00&lat=25.43&lon=81.84&tz=5.5
GET/api/astrology/panchang

Daily Vedic snapshot (Tithi, Nakshatra, Yoga, Karana).

?lat=28.61&lon=77.20
POST/api/astrology/matchmaking

Executes a full 36-point Ashtakoot Guna Milan compatibility audit.

Standard Response Structure

{ "success": true, "data": { "lagna": { "longitude": "24.52", "sign": "Aries" }, "planets": { ... }, "analysis": { ... } } }

Need a higher-tier API key or custom integration? Contact our Celestial Support Team.