80+ EndpointsSwiss EphemerisClaude AIFree to Try

Vedic Astrology API
Built for Production, Designed for Developers

Swiss Ephemeris runs locally on our servers — no third-party compute dependency, ever. 80+ Jyotish endpoints: kundli, dasha, panchang, yoga, matching, doshas. Plus the only live Claude AI interpretation layer in any Vedic API.

Get Free API Key →View API Documentation
80+
Vedic Endpoints
21
Languages Supported
<50ms
Avg Response Time
99.9%
Uptime Target

Get Started in Under 2 Minutes

planet-details.js
// Install: npm install axios
const axios = require('axios')

// Get birth chart with planet details
const res = await axios.get(
  'https://vedintelastroapi.com/api/v1/horoscope/planet-details',
  {
    params: {
      api_key:  'vai_your_key_here',
      dob:      '15/08/1990',   // DD/MM/YYYY
      tob:      '10:30',        // HH:MM (24-hour)
      lat:       28.6139,       // New Delhi latitude
      lon:       77.2090,       // New Delhi longitude
      tz:        5.5,           // IST timezone offset
      ayanamsa: 'lahiri',       // lahiri | raman | kp
    }
  }
)

console.log(res.data)
/* {
  "status": 200,
  "response": {
    "planets": [
      { "name": "Sun", "sign": "Leo", "degree": 28.45,
        "house": 10, "retrograde": false, "nakshatra": "Uttara Phalguni" },
      ...
    ],
    "ascendant": { "sign": "Scorpio", "degree": 12.3 }
  },
  "remaining_api_calls": 49
} */
View complete API documentation →

Every Jyotish Calculation You Need

All 80+ endpoints available on every paid plan. No endpoint locked behind higher tiers.

🏠
Kundli / Birth Chart
Complete natal chart data — planets, houses, ascendant, divisional charts
Planet details
Divisional charts (D1–D60)
Chart image (SVG/PNG)
Ascendant report
Planet report
Western planets
⏱️
Dasha Systems
Vimshottari, Yogini, and Char Dasha periods and sub-periods
Current Mahadasha + full detail
Mahadasha list
Antardasha
Yogini Dasha main + sub
Char Dasha current + main + sub
📅
Panchang
Daily Vedic calendar — tithi, nakshatra, yoga, karana, muhurta
Daily Panchang
Choghadiya Muhurta
Hora Muhurta
Monthly Panchang
Moon phases
Festivals
Sunrise / Sunset
💑
Kundli Milan (Matching)
Marriage compatibility — Ashtakoot, Dashakoot, Rajju-Vedha
North style matching
South style matching
Aggregate match
Rajju-Vedha
Papasamaya match
⚠️
Dosha
All major dosh analysis in Vedic astrology
Mangal Dosh
Manglik Dosh
Kaalsarp Dosh
Pitra Dosh
Papasamaya
📊
Extended Horoscope
Shadbala, Sade Sati, KP system, yogas, Jaimini
Shadbala
Sade Sati (current + table)
KP houses + planets
Yoga list + calculator
Jaimini Karakas
Arutha Padas
Ashtakvarga + Binnashtakvarga
🤖
Claude AI Narratives
Human-readable interpretations powered by Claude — unique to Vedintel
Full chart reading
Transit forecast narrative
Dasha period story
Compatibility narrative

Why Developers Choose Vedintel

Three advantages no other Vedic API offers simultaneously.

⚙️
Swiss Ephemeris — Fully Local
Swiss Ephemeris runs on our own servers. No network call to any third-party for computation. Your production reliability depends only on us — no upstream failure chain.
· Sub-arcsecond planetary accuracy
· Permanent natal chart cache
· Same chart input = instant cache hit forever
🤖
Claude AI Interpretations — Live
Request a chart reading, transit forecast, dasha narrative, or compatibility report in human-readable prose. Powered by Claude. No competitor has this live today.
· Available on all paid plans
· 21 languages
· Customizable tone and depth
🔌
Drop-in VedicAstroAPI Replacement
Built to be a drop-in replacement. Same parameter names, same response envelope format. Change your base URL and API key — your entire integration migrates in minutes.
· Same dob/tob/lat/lon/tz params
· Same status+response envelope
· Same endpoint path structure

What Developers Are Building

📱
Horoscope Apps
Daily/weekly/yearly predictions, nakshatra, panchang
💍
Kundli Milan Sites
Ashtakoot, Dashakoot, compatibility percentage
🗓️
Muhurta Calculators
Auspicious timing, Choghadiya, Hora tables
🌐
Astrology Websites
Full kundli, chart SVG, PDF reports
🔮
Dasha Trackers
Mahadasha, Antardasha, future period analysis
💬
AI Chat Bots
Combine our data with your LLM layer
Kundli API →Panchang API →Marriage Matching API →Horoscope API →

Common Developer Questions

What is a Vedic astrology API?
A Vedic astrology API is a web service that accepts birth data (date, time, place) and returns computed Jyotish (Vedic astrology) data — planetary positions, house cusps, dasha periods, panchang, yoga patterns, and more. Developers integrate these APIs into apps, websites, and horoscope services to provide users with accurate chart data without building the complex astronomical computation themselves.
How accurate is Vedintel AstroAPI?
Vedintel uses Swiss Ephemeris, the same underlying computation library used by professional astrology software worldwide including Jagannath Hora and Parashara's Light. Swiss Ephemeris is accurate to sub-arcsecond precision and is the de-facto standard for serious astronomical computation. All calculations run locally on our servers — no third-party API call introduces error or latency.
Which ayanamsa does the API use?
Default is Lahiri (Chitrapaksha) ayanamsa — the most widely used in Indian Vedic practice and the standard of the Government of India Ephemeris. Pass ayanamsa=raman for BV Raman ayanamsa or ayanamsa=kp for Krishnamurti Paddhati. The choice significantly affects planetary positions, so use what your target users expect.
Can I use this API in a mobile app?
Yes. The API is HTTP GET requests with query parameters — works with any platform that can make HTTP requests: React Native, Flutter, iOS Swift, Android Kotlin, web apps, server-side Node.js, Python, PHP, Ruby, and more. Never embed your API key in a client-side app — route through your own backend.
Is there a free Vedic astrology API?
Yes — Vedintel's free plan gives you 50 API calls per month with access to all 80+ endpoints. No credit card required to sign up. This is enough to fully evaluate the API, build a proof-of-concept, and test your integration. Paid plans start at $49/month for 1,00,000 calls.
Does the API support multiple languages?
Yes. Pass lang=hi for Hindi, lang=bn for Bengali, lang=ta for Tamil, and 17 more Indian and global languages. Language support affects text interpretation fields in responses. All numerical data (degrees, coordinates, timestamps) is always returned in standard formats regardless of language.

Get your free API key

50 calls/month. All 80+ endpoints. No credit card. Start building in under 2 minutes.

Get API Key Free →View Pricing