Sidereal Suite

Vedic Astrology API

Integrate highly precise, Swiss Ephemeris-backed Jyotish calculations into your application. Generate exact planetary positions (Grahas), houses (Bhavas), Nakshatras, and comprehensive Dasha systems in pure JSON.

Response: /v1/vedic/planets
{
  "ayanamsha": "Lahiri",
  "planets": [
    {
      "name": "Moon",
      "sign": "Taurus",
      "degree": 14.283,
      "nakshatra": "Rohini",
      "pada": 2,
      "is_retrograde": false
    }
  ]
}

Sub-second

Calculation Speed

Swiss Eph

Core Engine Engine

All 4

Major Ayanamshas

99.99%

Uptime SLA

Built for Jyotish Applications

Everything you need to build Kundli generators, matchmaking platforms, and daily Panchang services.

Birth Charts (Kundli)

Generate Lagna (Ascendant) charts, planetary positions in zodiac signs, and complete house calculations based on Sidereal principles.

Dasha Systems

Calculate Vimshottari and Ashtottari Dashas down to the exact Antardasha and Pratyantardasha timing for precise life predictions.

Divisional Charts

Instantly compute complex Varga charts including Navamsha (D9), Dashamsha (D10), and Shashtiamsha (D60) with perfect accuracy.

Nakshatra Engine

Retrieve exact Nakshatra lord, Pada (quarter), and Navamsha sign for every planet to fuel deep astrological analysis.

Ashtakoot Matchmaking

Automate Kundli Milan for dating platforms. Calculate Gunas, Bhakoot, Nadi Dosha, and overall compatibility scores programmatically.

Daily Panchang

Access dynamic endpoints for Tithi, Vara, Nakshatra, Yoga, and Karana, alongside daily Rahu Kaal and Muhurat timings.

Predictable Endpoints

No messy XML. Just clean, documented REST architecture.

POST /v1/vedic/planets

Planetary Positions

Returns exact longitude, Nakshatra data, retrograde status, and dignities (Exalted/Debilitated) for all 9 Grahas based on birth data.

  • Supports Lahiri, Raman, KP, and True Chitra ayanamshas.
  • Includes Uranus, Neptune, and Pluto (optional).
Request Payload
{
  "day": 15,
  "month": 8,
  "year": 1990,
  "hour": 14,
  "min": 30,
  "lat": 28.6139,
  "lon": 77.2090,
  "ayanamsha": "lahiri"
}

POST /v1/vedic/dashas

Vimshottari Dasha

Computes the precise timeline of planetary periods (Maha Dasha) and sub-periods (Antar Dasha) based on the exact degree of the Moon at birth.

JSON Response (Snippet)
"dasha_timeline": [
  {
    "planet": "Jupiter",
    "start_date": "2018-04-12",
    "end_date": "2034-04-12",
    "antardashas": [
      {
        "planet": "Saturn",
        "start_date": "2020-05-30",
        "end_date": "2022-12-11"
      }
    ]
  }
]

Ready to integrate Vedic calculations?

Start building your Jyotish application today. Get up to 1,000 free API calls per month in our sandbox environment.