Vedic Astrology API Platform

Vedic Astrology APIs
Built for Developers

Integrate Kundli, Guna Milan, Horoscope, Panchang and Numerology into your applications using simple, secure and scalable REST APIs.

API Request
POST /api/v1/kundli/generate
X-API-KEY: your_api_key
X-API-SECRET: your_api_secret

{
   "name" : "Rahul" ,
   "date" : "1995-08-15" ,
   "time" : "10:30:00" ,
   "place" : "Delhi, India"
}

200 OK   Kundli generated successfully
5+ Astrology APIs
v1 Stable API Version
JSON Standard Response
REST API Architecture

Astrology APIs

Everything required to build modern astrology applications.

Kundli / Birth Chart

Generate detailed Vedic birth charts using date, time and birth location.

POST /api/v1/kundli/generate GET /api/v1/kundli/{birthProfile}

Guna Milan

Calculate marriage compatibility and Ashtakoota Guna Milan between two birth profiles.

POST /api/v1/matching/guna-milan

Horoscope

Retrieve horoscope information by Rashi and requested period.

GET /api/v1/horoscope/{rashi}/{period}

Panchang

Calculate daily Panchang information for a specific date and location.

POST /api/v1/panchang

Numerology

Generate numerology calculations using name, date of birth and other supported parameters.

POST /api/v1/numerology

Developer Platform

Secure API authentication, vendor provisioning and API credentials management.

X-API-KEY + X-API-SECRET

API Endpoints

Versioned and predictable REST endpoints.

POST /api/v1/kundli/generate
GET /api/v1/kundli/{birthProfile}
POST /api/v1/matching/guna-milan
GET /api/v1/horoscope/{rashi}/{period}
POST /api/v1/panchang
POST /api/v1/numerology

Secure API Authentication

Every vendor API request is authenticated using your API credentials.

API Key & Secret

Each vendor receives a unique API key and API secret. Send both credentials with every API request.

X-API-KEY: your_api_key
X-API-SECRET: your_api_secret

Vendor Authentication

Vendor APIs are protected by authentication middleware before requests reach the astrology services.

POST /api/v1/kundli/generate

Authorization: Vendor Authentication

Vendor Management

Manage API vendors and credentials from the Astro API administration system.

+

Create Vendors

Provision new vendors and generate their API credentials.

Rotate Secrets

Rotate vendor API secrets whenever credentials need to be replaced.

Suspend / Reactivate

Control vendor API access by suspending or reactivating accounts.

Start Building with Astro API

Get your API credentials and integrate Vedic astrology into your application today.