ASTROLOGY API PLATFORM

Powerful APIs for Astrology Applications

A complete astrology API platform providing Kundli, Guna Milan, Horoscope, Panchang and Numerology services through simple REST APIs.

API Service Operational
v1

Astrology APIs

Everything you need to build astrology applications.

Kundli

Generate and retrieve detailed birth charts using birth information.

POST /v1/kundli/generate

GET /v1/kundli/{birthProfile}

Guna Milan

Match two birth profiles and calculate compatibility using traditional astrology.

POST /v1/matching/guna-milan

Horoscope

Retrieve horoscope predictions for different zodiac signs and periods.

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

Panchang

Calculate daily Panchang information based on location and date.

POST /v1/panchang

Numerology

Calculate numerology information from names and dates.

POST /v1/numerology

REST API

Fast and reliable JSON APIs designed for websites, mobile applications and platforms.

Base URL: /api/v1

API Authentication

All vendor APIs require API credentials.

Vendor API Headers

Send your API credentials with every request.

X-API-KEY: YOUR_API_KEY
X-API-SECRET: YOUR_API_SECRET

curl -X POST /api/v1/kundli/generate \ -H "X-API-KEY: YOUR_API_KEY" \ -H "X-API-SECRET: YOUR_API_SECRET"

Vendor Management

Internal APIs for managing API vendors.

👥

Vendor List

Retrieve all registered API vendors.

GET /api/admin/vendors

Create Vendor

Create a new API vendor and generate authentication credentials.

POST /api/admin/vendors

Manage Vendor

Suspend, reactivate or rotate vendor API credentials.

PATCH /api/admin/vendors/{vendor}

About Astro API

Developer-focused astrology infrastructure.

Astro API provides a modern REST API infrastructure for astrology applications. Developers can integrate Kundli generation, horoscope, compatibility, Panchang and numerology functionality without building the underlying astrology calculation system.