The VedIntel™ AstroAPI is a REST API built on Swiss Ephemeris — the same engine used by professional astrologers worldwide. All computations run locally on our servers with zero external dependency.
Base URLhttps://vedintelastroapi.com
Browse & test all 128 endpoints directly in Postman — no setup required.Run in Postman →
Developer Plan and above includes:
MCP Servernpm install -g vedintel-mcpUse all 128 endpoints directly in Claude Desktop, Cursor, or VS Code
TypeScript SDKnpm install vedintel-jsFully typed, works in Node.js 18+ and browsers, zero dependencies
Authentication
Every request requires an api_key query parameter. Get your key from the dashboard.
example
GET /api/v1/horoscope/planet-details?api_key=vai_live_xxxxxxxxxxxxxxxx&...
Common Parameters
These parameters are required by all birth-data endpoints.
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Pass &lang=CODE on any endpoint. Zodiac signs, planet names, and nakshatra names are returned in the native script of that language. If omitted, defaults to en (English).
Code
Language
Native Name
Script
en
English
English
Latin
hi
Hindi
हिन्दी
Devanagari
ta
Tamil
தமிழ்
Tamil
te
Telugu
తెలుగు
Telugu
kn
Kannada
ಕನ್ನಡ
Kannada
ml
Malayalam
മലയാളം
Malayalam
bn
Bengali
বাংলা
Bengali
gu
Gujarati
ગુજરાતી
Gujarati
mr
Marathi
मराठी
Devanagari
pa
Punjabi
ਪੰਜਾਬੀ
Gurmukhi
ur
Urdu
اردو
Nastaliq (RTL)
sa
Sanskrit
संस्कृतम्
Devanagari
ar
Arabic
العربية
Arabic (RTL)
es
Spanish
Español
Latin
fr
French
Français
Latin
de
German
Deutsch
Latin
pt
Portuguese
Português
Latin
id
Indonesian
Bahasa Indonesia
Latin
it
Italian
Italiano
Latin
nl
Dutch
Nederlands
Latin
ru
Russian
Русский
Cyrillic
ja
Japanese
日本語
CJK
zh
Chinese
中文
CJK
Passing an unsupported code silently falls back to English. Use GET /api/v1/utilities/translate-terms?lang=hi to fetch the full term dictionary for any language.
Response Format
All responses share the same envelope structure.
{
"status": 200, // HTTP status code
"response": { ... }, // Endpoint-specific data
"remaining_api_calls": 498 // Calls left in your quota
}
Rate Limits
Plan
Calls / Month
Req / Sec
Free
500
20 req/sec
Developer
5,000
30 req/sec
Starter
1,00,000
50 req/sec
Professional
10,00,000
200 req/sec
Enterprise
Unlimited
500 req/sec
Error Codes
Code
Meaning
400
Bad Request — missing or invalid parameter
401
Unauthorized — invalid or missing api_key
402
Payment Required — AI endpoints require a paid plan (Developer or above)
429
Too Many Requests — rate limit exceeded
500
Internal Server Error — contact support
All error responses include remaining_api_calls: 0 in the body and the standard X-RateLimit-* headers.
Test key note: The key vai_test_key_dev_only is only accepted when the server is running in NODE_ENV=development (local). It returns 401 on the production Vercel deployment. Use a real API key from the dashboard for production calls.
Join the Builder Community
Get help, share what you build, and follow API updates. Developers helping developers.
All computations run on Swiss Ephemeris— the same engine used by Jagannatha Hora and Parashara Light. Accuracy verified against JHora across 71 automated checks (v2.2.0 overhaul): true node Rahu/Ketu, sidereal integrity checks, nakshatra/pada, dasha balance. A daily golden record cron confirms no regressions. The reference chart below matches JHora to <0.01° for all 9 planets.
Lagna (Ascendant): Scorpio 17.83° · Nakshatra: Jyeshtha 1. All degrees computed with Lahiri ayanamsa.
Find Ascendant
GET/api/v1/extended-horoscope/find-ascendant
Returns the Lagna (Ascendant) sign, degree, and Nakshatra based on birth data.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the Moon Rashi (sign), degree, and Nakshatra for the given birth data.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the Sun Rashi (sign) and degree. Useful for Western sun sign display alongside Vedic computation.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns all 9 Vedic planets with their sign, degree, house placement, Nakshatra, and retrograde status.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns planetary positions for all major divisional charts (D1 through D60). Specify a chart number or get all.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a rendered SVG Kundali chart for any divisional chart (D1–D60) in North Indian (diamond) or South Indian (fixed grid) style. All 21 divisional charts supported — D1 Rasi through D60 Shashtiamsa. Formulas verified against JHora (99.4% match, 170/171 positions). Decode base64 and embed directly in an <img> tag — no library needed.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
# D1 Rasi — South Indian, base64
curl "https://vedintelastroapi.com/api/v1/horoscope/chart-image?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
# D9 Navamsa — North Indian, base64
curl "https://vedintelastroapi.com/api/v1/horoscope/chart-image?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5&div=D9&style=north"
# D10 Dashamsa — South Indian, raw SVG
curl "https://vedintelastroapi.com/api/v1/horoscope/chart-image?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5&div=D10&format=utf8"
# D1 dark theme, 600px
curl "https://vedintelastroapi.com/api/v1/horoscope/chart-image?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5&theme=dark&size=600"
Current Mahadasha Full
GET/api/v1/dashas/current-mahadasha-full
Returns the currently running Mahadasha with all active sub-dashas (Antardasha, Pratyantar) and their exact date ranges.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the currently active Mahadasha lord with start and end dates.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the complete Vimshottari Mahadasha table for the lifetime — all 9 dasha periods with start and end dates.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns all Antardasha (sub-dasha) periods within the current Mahadasha.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the currently running Jaimini Char Dasha sign period with start and end dates.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the complete Yogini Dasha sequence — 8 Yogini periods with their ruling planet and exact date ranges.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Detects the presence of Kaal Sarp Dosha and identifies the specific type (Anant, Kulik, Vasuki, etc.).
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Analyses Mars placement for Mangal Dosha across all relevant houses and returns severity level.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns detailed Manglik status with house analysis, cancellation factors, and compatibility implications.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Analyses the chart for Pitra Dosha indicators — Sun-Rahu/Ketu conjunctions and 9th house afflictions.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns complete Panchang data for the given date and location — Tithi, Vara, Nakshatra, Yoga, Karana, Sunrise, Sunset.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns day and night Choghadiya muhurta time slots for the given date and location with auspicious/inauspicious classification.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns an SVG bar-chart visualisation of the Sarva Ashtakvarga scores across all 12 houses.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns Sarva Ashtakvarga scores for all 12 houses plus each planet's individual Bhinnashtakvarga contribution table.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the individual Bhinnashtakvarga table for each of the 7 planets, showing bindus contributed to each of the 12 houses.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns all Vedic planetary aspects (Drishti) between planets, including special aspects of Mars, Jupiter, and Saturn.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns each planet grouped by the house it occupies, with sign, degree, and lordship information.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a detailed interpretive report for the Lagna — personality traits, ruling planet, strengths, and likely life themes.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns an interpretive narrative for a specific planet's placement — sign, house, dignity, and life-area themes.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns personality traits, physical appearance tendencies, and temperament analysis derived from the Lagna and Moon sign.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns all planet positions using tropical (Western) coordinates — useful for combined Vedic/Western chart applications.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Checks whether the native is currently in Sade Sati or Dhaiya and returns the active phase.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns all past and future Sade Sati periods for the native's Moon sign with peak and ending dates.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns Panchanga at birth, Navamsa Lagna, Atmakaraka, Varnada Lagna, and other extended chart metadata.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the six-fold strength (Shadbala) scores for each planet — Sthana, Dig, Kala, Chesta, Naisargika, and Drik bala.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the temporary and compound friend/enemy relationships between all planet pairs based on chart-specific positions.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns house cusps and their sub-lord chain (sign lord → star lord → sub-lord) in the Krishnamurti Paddhati system.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns each planet's KP sub-lord chain — sign lord, star lord, and sub-lord — for Krishnamurti Paddhati analysis.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns personalised gemstone recommendations based on Lagna lord, 9th lord, and current Mahadasha lord.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns Vedic numerology data derived from birth date — Moolank (radical number), Bhagyank (destiny number), and Name number.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns Rudraksha bead recommendations based on Lagna lord, Moon sign, and planetary strengths.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the Solar Return (Varshapal) chart details for the current or specified year — Year Lord (Varshesh), planets in solar return houses.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns all 12 Jaimini Arutha Padas (A1–A12) — the manifestation points of each house that reveal external life circumstances.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns all Vedic yogas present in the chart — Raja yogas, Dhana yogas, Parivartana, and special yogas like Gaja Kesari, Neecha Bhanga.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Checks for a specific named yoga by ID. Returns whether it is present, the planets forming it, and the expected life effect.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns an interpretive prediction for the current Mahadasha and active Antardasha period based on planetary significations.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the complete Jaimini Char Dasha sequence for all 12 sign periods with start and end dates.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the sub-sign periods within the current Jaimini Char Dasha main period.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns Pratyantar (3rd level) dasha periods within a specified Mahadasha–Antardasha combination.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the sub-periods within the currently active Yogini Dasha main period.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Calculates the total malefic strength (Papa score) in the chart based on malefics in dusthana houses.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the planetary hora (hour) sequence for the given date — each 1-hour slot ruled by a planet, day and night.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a Panchang summary for every day of the given month — Tithi, Nakshatra, and Vara for each date.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the current Moon phase, illumination percentage, and exact dates of the next New Moon and Full Moon.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns Moon sign transitions for the entire month — every date the Moon changes sign with the exact transition time.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns Hindu festival dates for the given year computed from Panchang — Diwali, Holi, Navratri, Ekadashi dates, and more.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns precise sunrise time for the given date and location computed via Swiss Ephemeris.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns precise sunset time for the given date and location computed via Swiss Ephemeris.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the current transit positions of all 9 Vedic planets for the given date and location.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the precise moonrise time for the given date and location via Swiss Ephemeris swe_rise_trans.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the precise moonset time for the given date and location via Swiss Ephemeris swe_rise_trans.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the solar noon time (Sun at highest altitude) for the given date and location.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns all planets currently in retrograde and upcoming retrograde start/end dates for the next 12 months.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the next solar and lunar eclipse from a given date, with full UTC timing (begin/max/end, totality window) and whether each eclipse is visible from the given location.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns all Ekadashi dates for a given year with traditional names (Nirjala, Devutthana, Kamada, etc.) derived from tithi+paksha+masa.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns all Purnima (full moon) dates for a year with traditional names — Guru Purnima, Buddha Purnima, Sharad Purnima, Raksha Bandhan, etc.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns all Amavasya (new moon) dates for a year with traditional names — Diwali Amavasya, Mahalaya, Mauni Amavasya, Shani Amavasya, etc.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Scans a full month and returns every day that carries Siddha Yoga, Amrit Siddhi Yoga, Sarvartha Siddhi Yoga, Ravi Yoga, or an auspicious Nitya Yoga.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Evaluates a date for marriage auspiciousness using Vedic tithi+nakshatra+yoga+vara rules. Returns a 4-point score and per-factor reasoning.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Evaluates a date for travel auspiciousness and returns recommended directions based on weekday (vara) and nakshatra rules.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Evaluates a date for house entry (Griha Pravesh) using BPHS tithi, nakshatra, yoga, and vara rules.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Evaluates a date for vehicle purchase (Vahana Puja) using Vedic tithi, nakshatra, yoga, and vara rules.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Evaluates a date for starting a business or new venture using Vedic tithi, nakshatra, yoga, and vara rules.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the 8-kuta Kundli Milan compatibility score for two individuals using North Indian system (Ashta Koota, max 36 points).
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the 10-porutham compatibility score using the South Indian (Dasha Koota / Tamil) matching system.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the full astrological details used in North Match computation — both individuals' Nakshatra, Rashi, Gana, Nadi, and Yoni.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the astrological input details for South Match — Janma Nakshatra, Star count, and Rashi for both individuals.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a combined compatibility score aggregating North Match, South Match, Rajju-Vedha, and dosha considerations.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Checks for Rajju dosha (longevity conflict) and Vedha dosha (obstruction) between the two Nakshatras.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Compares the Papa scores of both individuals for compatibility — high imbalance can indicate marital tension.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a detailed Nakshatra-level compatibility analysis between two individuals — star distance, Tara, and Rajju group.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns Western astrology compatibility — Sun sign, Venus sign, and Mars sign interaspects between two charts.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Computes North Match scores for up to 10 person-pairs in a single API call. Pass pairs as JSON array.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Computes South Match (Dasha Porutham) scores for up to 10 person-pairs in a single API call.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Full compatibility report: Ashtakoot score out of 36, overall verdict, Mangal dosha compatibility, and Papasamaya scores for both partners.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a personalised daily prediction based on the transiting Moon's house from the natal Sun sign — unique to each user, changes every ~2.3 days as the Moon moves.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a personalised daily prediction based on the transiting Moon's house from the natal Moon sign.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a prediction based on the offset between today's transiting Moon nakshatra and the natal Moon nakshatra.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a personalised weekly prediction based on the transiting Sun's house from the natal Sun sign.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a personalised weekly prediction based on the transiting Sun's house from the natal Moon sign.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a yearly prediction based on the Solar Return (Varshapal) year lord and transiting Jupiter's house from the natal Moon sign.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the physical (23-day), emotional (28-day), and intellectual (33-day) biorhythm cycle values for the given date.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns the personal day number (numerological) for the given date and the life theme it carries.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a complete Vedic numerology profile — Moolank, Bhagyank, personal year number, and life-path interpretation.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns detailed information about a gemstone — ruling planet, Vedic name, benefits, wearing instructions, and contraindications.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Looks up latitude, longitude, and timezone for a city name. Returns top matches with country and state.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Advanced city lookup with country filtering and historical timezone support for birth-time accuracy.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns full details for a Moolank (radical / root number) 1–9 — ruling planet, personality traits, lucky days, colours, and compatible numbers.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns Vastu (architectural direction) recommendations for each of the 27 Nakshatras — favourable directions, deity, and planetary ruler.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns traditional Vedic baby name suggestions based on birth nakshatra. Each of the 4 padas has a starting akshara (syllable); names are grouped by syllable with male/female variants.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Horary astrology based on the panchang of the current moment (or a specified date). Evaluates tithi, nakshatra, yoga, and vara to answer yes/no questions across 8 life domains.
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Generates a full human-quality narrative chart reading using Claude AI. Covers Ascendant, key planetary placements, prominent yogas, and current dasha period. Requires paid plan (Developer and above).
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Returns a plain-language story of the current Mahadasha and Antardasha period — what to expect, key themes, and time windows. Requires paid plan (Developer and above).
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Generates a narrative forecast for upcoming planetary transits over the next 3–6 months relative to the natal chart. Requires paid plan (Developer and above).
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)
Generates a synastry narrative comparing two birth charts — emotional compatibility, karmic connections, and areas of friction. Requires paid plan (Developer and above).
Parameters
Name
Type
Required
Description
api_key
string
required
Your VedIntel™ AstroAPI key
dob
string
required
Date of birth — DD/MM/YYYY
tob
string
required
Time of birth — HH:MM (24-hour)
lat
number
required
Latitude with decimals (e.g. 28.6139)
lon
number
required
Longitude with decimals (e.g. 77.2090)
tz
number
required
Timezone offset from UTC (e.g. 5.5 for IST)
lang
string
optional
Language code — default: en (English). Supported: hi (Hindi), ta (Tamil), te (Telugu), kn (Kannada), ml (Malayalam), bn (Bengali), gu (Gujarati), mr (Marathi), pa (Punjabi), ur (Urdu), sa (Sanskrit), es (Spanish), fr (French), de (German), pt (Portuguese), ar (Arabic), id (Indonesian), it (Italian), nl (Dutch), ru (Russian), ja (Japanese), zh (Chinese)