Jyotish API with AI Chatbot

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.

API Endpoint Categories

Birth Chart APIs (15)

  • POST /v1/chart/generate
  • GET /v1/chart/planets
  • GET /v1/chart/houses
  • GET /v1/chart/aspects
  • + 11 more endpoints

Divisional Charts (16)

  • GET /v1/varga/d9
  • GET /v1/varga/d10
  • GET /v1/varga/all
  • + 13 more D-charts

Dasha APIs (12)

  • GET /v1/dasha/vimshottari
  • GET /v1/dasha/current
  • GET /v1/dasha/predictions
  • + 9 more endpoints

Yoga Detection (20)

  • GET /v1/yogas/all
  • GET /v1/yogas/raj
  • GET /v1/doshas/mangal
  • + 17 more endpoints

Panchang APIs (10)

  • GET /v1/panchang/daily
  • GET /v1/panchang/tithi
  • GET /v1/panchang/muhurta
  • + 7 more endpoints

Kundali Matching (8)

  • POST /v1/match/ashtakoota
  • GET /v1/match/compatibility
  • GET /v1/match/dosha
  • + 5 more endpoints

RESTful API Design

JSON Responses

All endpoints return clean, well-structured JSON. Easy to parse and integrate into any application.

OpenAPI Spec

Full OpenAPI 3.0 documentation. Import into Postman, Insomnia, or any API client.

Versioned API

Version control ensures backward compatibility. Your integrations never break.

Example API Call

cURL Example
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 API Access

Free

$0
  • 1,000 API calls/month
  • All 120+ calculations
Start Free

Developer

$60
  • 10,000 API calls/month
  • Priority support
Get Started

Enterprise

Custom
  • Unlimited calls
  • Custom endpoints
Contact Sales

Access Jyotish API with AI Chatbot

Complete Vedic astrology API • RESTful JSON • OpenAPI docs

Get Free API Key