Complete Vedic Astrology RESTful API
The most comprehensive Jyotish API with 120+ calculations covering birth charts, divisional charts, dashas, yogas, panchang, kundali matching, muhurta, transits, and AI predictions. RESTful JSON API with OpenAPI documentation.
POST /v1/chart/generateGET /v1/chart/planetsGET /v1/chart/housesGET /v1/chart/aspectsGET /v1/varga/d9GET /v1/varga/d10GET /v1/varga/allGET /v1/dasha/vimshottariGET /v1/dasha/currentGET /v1/dasha/predictionsGET /v1/yogas/allGET /v1/yogas/rajGET /v1/doshas/mangalGET /v1/panchang/dailyGET /v1/panchang/tithiGET /v1/panchang/muhurtaPOST /v1/match/ashtakootaGET /v1/match/compatibilityGET /v1/match/doshaAll endpoints return clean, well-structured JSON. Easy to parse and integrate into any application.
Full OpenAPI 3.0 documentation. Import into Postman, Insomnia, or any API client.
Version control ensures backward compatibility. Your integrations never break.
curl -X POST https://api.vedika.io/v1/chart/generate \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"datetime": "1990-05-15T10:30:00",
"latitude": 19.0760,
"longitude": 72.8777,
"timezone": "+05:30"
}'
# Response
{
"chart_id": "ch_abc123",
"ascendant": {"sign": "Taurus", "degree": 15.42},
"planets": [...],
"houses": [...],
"yogas": [...]
}
Complete Vedic astrology API • RESTful JSON • OpenAPI docs
Get Free API Key