Introduction
Welcome to the Yagya Mitra Astrology API documentation. Provided by NavaSanganakah Multiventures and Yagya Ashram, these APIs offer precise astronomical calculations for both Vedic (Sidereal) and Western (Tropical) astrological systems. Our endpoints are designed to be fast, reliable, and easy to integrate into your spiritual or astrological applications.
Jyotish Master API
The master endpoint for commercial-grade astrology. Supports both Sidereal (Nirayana) and Tropical (Sayana) systems with high-precision calculations.
Endpoint
/api/jyotishQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| date | string | No | ISO Date string. Defaults to current time. |
| lat | number | No | Latitude. Defaults to 28.6139. |
| lng | number | No | Longitude. Defaults to 77.2090. |
| sidereal | boolean | No | Set to true for Vedic/Sidereal system. Defaults to false. |
API Explorer
Vedic Astrology API
Provides planetary positions and moon phases based on the Sidereal Zodiac (Nirayana) using Lahiri Ayanamsa. Ideal for Jyotish and Indian astrological calculations.
Endpoint
/api/vedicQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| date | string | No | ISO Date string (e.g., 2026-03-21). Defaults to current time. |
| lat | number | No | Latitude (e.g., 28.6139). Defaults to New Delhi. |
| lng | number | No | Longitude (e.g., 77.2090). Defaults to New Delhi. |
API Explorer
Western Astrology API
Provides planetary positions based on the Tropical Zodiac (Sayana) without Ayanamsa. Ideal for Western astrological calculations.
Endpoint
/api/westernQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| date | string | No | ISO Date string (e.g., 2026-03-21). Defaults to current time. |
| lat | number | No | Latitude (e.g., 28.6139). Defaults to New Delhi. |
| lng | number | No | Longitude (e.g., 77.2090). Defaults to New Delhi. |
API Explorer
Astronomy Engine API
Direct access to raw astronomical data including Right Ascension, Declination, Constellations, Eclipses, and Seasons using the core astronomy-engine.
Endpoint
/api/astronomyQuery Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| date | string | No | ISO Date string. Defaults to current time. |
| lat | number | No | Observer Latitude. |
| lng | number | No | Observer Longitude. |
| elevation | number | No | Observer Elevation in meters. Defaults to 0. |