API Reference 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 URL https://vedintelastroapi.com
Browse & test all 105 endpoints directly in Postman — no setup required. Run in Postman → 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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
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.
Accuracy Validation All computations run on Swiss Ephemeris — the same engine used by Jagannatha Hora and Parashara Light. The reference birth chart below is verified against JHora to 0.0000° for all 9 planets. Use it to cross-check any implementation.
Reference chart dob=01/10/1977 · tob=11:40 · lat=11 · lon=77 · tz=5.5 · ayanamsa=lahiri
curl "https://vedintelastroapi.com/api/v1/horoscope/planet-details?api_key=YOUR_KEY&dob=01/10/1977&tob=11:40&lat=11&lon=77&tz=5.5" expected response (verified against JHora)
Planet Sign Degree House Nakshatra Retro Sun Virgo 14.52° 10 Hasta 4 No Moon Taurus 4.71° 6 Krittika 2 No Mars Cancer 28.34° 8 Ashlesha 1 No Mercury Virgo 25.19° 10 Chitra 1 No Jupiter Gemini 3.20° 7 Mrigashira 3 Yes Venus Leo 25.41° 9 Purva Phalguni 4 No Saturn Cancer 12.58° 8 Pushya 2 No Rahu Libra 2.83° 11 Chitra 3 Yes Ketu Aries 2.83° 5 Ashwini 2 Yes
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/find-ascendant?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Find Moon Sign GET /api/v1/extended-horoscope/find-moon-sign
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/find-moon-sign?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Find Sun Sign GET /api/v1/extended-horoscope/find-sun-sign
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/find-sun-sign?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Planet Details GET /api/v1/horoscope/planet-details
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/horoscope/planet-details?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Divisional Charts GET /api/v1/horoscope/divisional-charts
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha chart_id number optional Divisional chart number 1–60. Omit for all charts.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/horoscope/divisional-charts?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5&chart_id=9"
Chart Image (SVG) GET /api/v1/horoscope/chart-image
Returns a rendered SVG birth chart. Style can be north_indian or south_indian. Format can be base64 or utf8.
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha style string optional north_indian (default) | south_indian | east_indian format string optional base64 (default) | utf8
Example Request Example Response
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&style=north_indian&format=utf8"
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dashas/current-mahadasha-full?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Current Mahadasha GET /api/v1/dashas/current-mahadasha
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dashas/current-mahadasha?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Mahadasha Table GET /api/v1/dashas/mahadasha
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dashas/mahadasha?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Antardasha GET /api/v1/dashas/antardasha
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dashas/antardasha?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Char Dasha (Current) GET /api/v1/dashas/char-dasha-current
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dashas/char-dasha-current?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Yogini Dasha (Main) GET /api/v1/dashas/yogini-dasha-main
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dashas/yogini-dasha-main?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Kaal Sarp Dosha GET /api/v1/dosha/kaalsarp-dosh
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dosha/kaalsarp-dosh?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Mangal Dosha GET /api/v1/dosha/mangal-dosh
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dosha/mangal-dosh?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Manglik Dosha GET /api/v1/dosha/manglik-dosh
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dosha/manglik-dosh?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Pitra Dosha GET /api/v1/dosha/pitra-dosh
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dosha/pitra-dosh?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Daily Panchang GET /api/v1/panchang/panchang
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string required Date for Panchang — DD/MM/YYYY
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/panchang?api_key=YOUR_KEY&date=17/04/2026&lat=28.61&lon=77.20&tz=5.5"
Choghadiya Muhurta GET /api/v1/panchang/choghadiya-muhurta
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string required Date for muhurta — DD/MM/YYYY
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/choghadiya-muhurta?api_key=YOUR_KEY&date=17/04/2026&lat=28.61&lon=77.20&tz=5.5"
Ashtakvarga Chart Image GET /api/v1/horoscope/ashtakvarga-chart-image
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha format string optional base64 (default) | utf8
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/horoscope/ashtakvarga-chart-image?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5&format=utf8"
Ashtakvarga GET /api/v1/horoscope/ashtakvarga
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/horoscope/ashtakvarga?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Bhinnashtakvarga GET /api/v1/horoscope/binnashtakvarga
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/horoscope/binnashtakvarga?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Planetary Aspects GET /api/v1/horoscope/planetary-aspects
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/horoscope/planetary-aspects?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Planets in Houses GET /api/v1/horoscope/planets-in-houses
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/horoscope/planets-in-houses?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Ascendant Report GET /api/v1/horoscope/ascendant-report
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/horoscope/ascendant-report?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Planet Report GET /api/v1/horoscope/planet-report
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha planet_id number required 1=Sun 2=Moon 3=Mars 4=Mercury 5=Jupiter 6=Venus 7=Saturn 8=Rahu 9=Ketu
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/horoscope/planet-report?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5&planet_id=5"
Personal Characteristics GET /api/v1/horoscope/personal-characteristics
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/horoscope/personal-characteristics?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Western Planets GET /api/v1/horoscope/western-planets
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/horoscope/western-planets?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Current Sade Sati GET /api/v1/extended-horoscope/current-sade-sati
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/current-sade-sati?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Sade Sati Table GET /api/v1/extended-horoscope/sade-sati-table
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/sade-sati-table?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Extended Kundli Details GET /api/v1/extended-horoscope/extended-kundli-details
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/extended-kundli-details?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Shadbala GET /api/v1/extended-horoscope/shad-bala
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/shad-bala?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Friendship Table GET /api/v1/extended-horoscope/friendship-table
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/friendship-table?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
KP Houses GET /api/v1/extended-horoscope/kp-houses
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/kp-houses?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
KP Planets GET /api/v1/extended-horoscope/kp-planets
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/kp-planets?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Gem Suggestion GET /api/v1/extended-horoscope/gem-suggestion
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/gem-suggestion?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Numero Table GET /api/v1/extended-horoscope/numero-table
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/numero-table?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Rudraksha Suggestion GET /api/v1/extended-horoscope/rudraksh-suggestion
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/rudraksh-suggestion?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Varshapal (Solar Return) Details GET /api/v1/extended-horoscope/varshapal-details
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha year number optional Solar return year (e.g. 2026). Defaults to current year.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/varshapal-details?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5&year=2026"
Arutha Padas (Pada Lagna) GET /api/v1/extended-horoscope/arutha-padas
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/arutha-padas?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Jaimini Karakas GET /api/v1/extended-horoscope/jaimini-karakas
Returns the seven Jaimini Chara Karakas — Atmakaraka, Amatyakaraka, Bhatrukaraka, Matrukaraka, Putrakaraka, Gnatikaraka, Darakaraka.
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/jaimini-karakas?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Yoga List GET /api/v1/extended-horoscope/yoga-list
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/yoga-list?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Yoga Calculator GET /api/v1/extended-horoscope/yoga-calculator
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha yoga_id number required Yoga ID (1–120). Refer to the yoga list endpoint for IDs.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/extended-horoscope/yoga-calculator?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5&yoga_id=1"
Mahadasha Predictions GET /api/v1/dashas/mahadasha-predictions
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dashas/mahadasha-predictions?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Char Dasha (Main Table) GET /api/v1/dashas/char-dasha-main
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dashas/char-dasha-main?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Char Dasha (Sub Periods) GET /api/v1/dashas/char-dasha-sub
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dashas/char-dasha-sub?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Specific Sub-Dasha GET /api/v1/dashas/specific-sub-dasha
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha maha_planet string required Mahadasha planet (e.g. Saturn) antar_planet string required Antardasha planet (e.g. Venus)
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dashas/specific-sub-dasha?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5&maha_planet=Saturn&antar_planet=Venus"
Yogini Dasha Sub Periods GET /api/v1/dashas/yogini-dasha-sub
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dashas/yogini-dasha-sub?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Papasamaya GET /api/v1/dosha/papasamaya
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/dosha/papasamaya?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Hora Muhurta GET /api/v1/panchang/hora-muhurta
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string required Date — DD/MM/YYYY
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/hora-muhurta?api_key=YOUR_KEY&date=17/04/2026&lat=28.61&lon=77.20&tz=5.5"
Monthly Panchang GET /api/v1/panchang/monthly-panchang
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha month number required Month number 1–12 year number required Four-digit year (e.g. 2026)
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/monthly-panchang?api_key=YOUR_KEY&month=4&year=2026&lat=28.61&lon=77.20&tz=5.5"
Moon Phase GET /api/v1/panchang/moon-phase
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string optional Date — DD/MM/YYYY. Defaults to today.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/moon-phase?api_key=YOUR_KEY&date=17/04/2026&lat=28.61&lon=77.20&tz=5.5"
Moon Calendar GET /api/v1/panchang/moon-calendar
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha month number required Month 1–12 year number required Four-digit year
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/moon-calendar?api_key=YOUR_KEY&month=4&year=2026&lat=28.61&lon=77.20&tz=5.5"
Festivals GET /api/v1/panchang/festivals
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha year number required Four-digit year
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/festivals?api_key=YOUR_KEY&year=2026&lat=28.61&lon=77.20&tz=5.5"
Sunrise GET /api/v1/panchang/sunrise
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string required Date — DD/MM/YYYY
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/sunrise?api_key=YOUR_KEY&date=17/04/2026&lat=28.61&lon=77.20&tz=5.5"
Sunset GET /api/v1/panchang/sunset
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string required Date — DD/MM/YYYY
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/sunset?api_key=YOUR_KEY&date=17/04/2026&lat=28.61&lon=77.20&tz=5.5"
Planet Transit GET /api/v1/panchang/transit
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string optional Date — DD/MM/YYYY. Defaults to today.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/transit?api_key=YOUR_KEY&date=17/04/2026&lat=28.61&lon=77.20&tz=5.5"
Moon Rise GET /api/v1/panchang/moon-rise
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string required Date — DD/MM/YYYY
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/moon-rise?api_key=YOUR_KEY&date=17/04/2026&lat=28.61&lon=77.20&tz=5.5"
Moon Set GET /api/v1/panchang/moon-set
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string required Date — DD/MM/YYYY
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/moon-set?api_key=YOUR_KEY&date=17/04/2026&lat=28.61&lon=77.20&tz=5.5"
Solar Noon GET /api/v1/panchang/solar-noon
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string required Date — DD/MM/YYYY
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/solar-noon?api_key=YOUR_KEY&date=17/04/2026&lat=28.61&lon=77.20&tz=5.5"
Retrogrades GET /api/v1/panchang/retrogrades
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string optional Reference date — DD/MM/YYYY. Defaults to today.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/panchang/retrogrades?api_key=YOUR_KEY&date=17/04/2026&lat=28.61&lon=77.20&tz=5.5"
North Match (Kundli Milan) GET /api/v1/matching/north-match
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha f_dob string required Female date of birth — DD/MM/YYYY f_tob string required Female time of birth — HH:MM f_lat number required Female birth latitude f_lon number required Female birth longitude f_tz number required Female birth timezone
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/matching/north-match?api_key=YOUR_KEY&m_dob=01/10/1990&m_tob=08:30&m_lat=28.61&m_lon=77.20&m_tz=5.5&f_dob=15/06/1992&f_tob=10:00&f_lat=19.07&f_lon=72.87&f_tz=5.5"
South Match (Dasha Porutham) GET /api/v1/matching/south-match
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha f_dob string required Female date of birth — DD/MM/YYYY f_tob string required Female time of birth — HH:MM f_lat number required Female birth latitude f_lon number required Female birth longitude f_tz number required Female birth timezone
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/matching/south-match?api_key=YOUR_KEY&m_dob=01/10/1990&m_tob=08:30&m_lat=28.61&m_lon=77.20&m_tz=5.5&f_dob=15/06/1992&f_tob=10:00&f_lat=19.07&f_lon=72.87&f_tz=5.5"
North Match Astro Details GET /api/v1/matching/north-match-astro-details
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha f_dob string required Female date of birth — DD/MM/YYYY f_tob string required Female time of birth — HH:MM f_lat number required Female birth latitude f_lon number required Female birth longitude f_tz number required Female birth timezone
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/matching/north-match-astro-details?api_key=YOUR_KEY&m_dob=01/10/1990&m_tob=08:30&m_lat=28.61&m_lon=77.20&m_tz=5.5&f_dob=15/06/1992&f_tob=10:00&f_lat=19.07&f_lon=72.87&f_tz=5.5"
South Match Astro Details GET /api/v1/matching/south-match-astro-details
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha f_dob string required Female date of birth — DD/MM/YYYY f_tob string required Female time of birth — HH:MM f_lat number required Female birth latitude f_lon number required Female birth longitude f_tz number required Female birth timezone
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/matching/south-match-astro-details?api_key=YOUR_KEY&m_dob=01/10/1990&m_tob=08:30&m_lat=28.61&m_lon=77.20&m_tz=5.5&f_dob=15/06/1992&f_tob=10:00&f_lat=19.07&f_lon=72.87&f_tz=5.5"
Aggregate Match GET /api/v1/matching/aggregate-match
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha f_dob string required Female date of birth — DD/MM/YYYY f_tob string required Female time of birth — HH:MM f_lat number required Female birth latitude f_lon number required Female birth longitude f_tz number required Female birth timezone
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/matching/aggregate-match?api_key=YOUR_KEY&m_dob=01/10/1990&m_tob=08:30&m_lat=28.61&m_lon=77.20&m_tz=5.5&f_dob=15/06/1992&f_tob=10:00&f_lat=19.07&f_lon=72.87&f_tz=5.5"
Rajju-Vedha Match GET /api/v1/matching/rajju-vedha-match
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha f_dob string required Female date of birth — DD/MM/YYYY f_tob string required Female time of birth — HH:MM f_lat number required Female birth latitude f_lon number required Female birth longitude f_tz number required Female birth timezone
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/matching/rajju-vedha-match?api_key=YOUR_KEY&m_dob=01/10/1990&m_tob=08:30&m_lat=28.61&m_lon=77.20&m_tz=5.5&f_dob=15/06/1992&f_tob=10:00&f_lat=19.07&f_lon=72.87&f_tz=5.5"
Papasamaya Match GET /api/v1/matching/papasamaya-match
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha f_dob string required Female date of birth — DD/MM/YYYY f_tob string required Female time of birth — HH:MM f_lat number required Female birth latitude f_lon number required Female birth longitude f_tz number required Female birth timezone
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/matching/papasamaya-match?api_key=YOUR_KEY&m_dob=01/10/1990&m_tob=08:30&m_lat=28.61&m_lon=77.20&m_tz=5.5&f_dob=15/06/1992&f_tob=10:00&f_lat=19.07&f_lon=72.87&f_tz=5.5"
Nakshatra Match GET /api/v1/matching/nakshatra-match
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha f_dob string required Female date of birth — DD/MM/YYYY f_tob string required Female time of birth — HH:MM f_lat number required Female birth latitude f_lon number required Female birth longitude f_tz number required Female birth timezone
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/matching/nakshatra-match?api_key=YOUR_KEY&m_dob=01/10/1990&m_tob=08:30&m_lat=28.61&m_lon=77.20&m_tz=5.5&f_dob=15/06/1992&f_tob=10:00&f_lat=19.07&f_lon=72.87&f_tz=5.5"
Western Match GET /api/v1/matching/western-match
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha f_dob string required Female date of birth — DD/MM/YYYY f_tob string required Female time of birth — HH:MM f_lat number required Female birth latitude f_lon number required Female birth longitude f_tz number required Female birth timezone
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/matching/western-match?api_key=YOUR_KEY&m_dob=01/10/1990&m_tob=08:30&m_lat=28.61&m_lon=77.20&m_tz=5.5&f_dob=15/06/1992&f_tob=10:00&f_lat=19.07&f_lon=72.87&f_tz=5.5"
Bulk North Match GET /api/v1/matching/bulk-north-match
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha pairs JSON string required URL-encoded JSON array of up to 10 pairs: [{m_dob,m_tob,m_lat,m_lon,m_tz,f_dob,f_tob,f_lat,f_lon,f_tz}]
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/matching/bulk-north-match?api_key=YOUR_KEY&pairs=%5B%7B%22dob%22%3A%2201%2F10%2F1990%22%2C%22tob%22%3A%2208%3A30%22%2C%22lat%22%3A28.61%2C%22lon%22%3A77.20%2C%22tz%22%3A5.5%2C%22dob2%22%3A%2215%2F06%2F1992%22%2C%22tob2%22%3A%2210%3A00%22%2C%22lat2%22%3A19.07%2C%22lon2%22%3A72.87%2C%22tz2%22%3A5.5%7D%5D"
Bulk South Match GET /api/v1/matching/bulk-south-match
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha pairs JSON string required URL-encoded JSON array of up to 10 pairs: [{m_dob,m_tob,m_lat,m_lon,m_tz,f_dob,f_tob,f_lat,f_lon,f_tz}]
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/matching/bulk-south-match?api_key=YOUR_KEY&pairs=%5B%7B%22dob%22%3A%2201%2F10%2F1990%22%2C%22tob%22%3A%2208%3A30%22%2C%22lat%22%3A28.61%2C%22lon%22%3A77.20%2C%22tz%22%3A5.5%2C%22dob2%22%3A%2215%2F06%2F1992%22%2C%22tob2%22%3A%2210%3A00%22%2C%22lat2%22%3A19.07%2C%22lon2%22%3A72.87%2C%22tz2%22%3A5.5%7D%5D"
Daily Sun Prediction GET /api/v1/predictions/daily-sun
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string optional Date — DD/MM/YYYY. Defaults to today.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/predictions/daily-sun?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Daily Moon Prediction GET /api/v1/predictions/daily-moon
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string optional Date — DD/MM/YYYY. Defaults to today.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/predictions/daily-moon?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Daily Nakshatra Prediction GET /api/v1/predictions/daily-nakshatra
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string optional Date — DD/MM/YYYY. Defaults to today.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/predictions/daily-nakshatra?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Weekly Sun Prediction GET /api/v1/predictions/weekly-sun
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string optional Week start date — DD/MM/YYYY. Defaults to today.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/predictions/weekly-sun?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Weekly Moon Prediction GET /api/v1/predictions/weekly-moon
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string optional Week start date — DD/MM/YYYY. Defaults to today.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/predictions/weekly-moon?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Yearly Prediction GET /api/v1/predictions/yearly
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha year number optional Four-digit year (e.g. 2026). Defaults to current year.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/predictions/yearly?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5&year=2026"
Biorhythm GET /api/v1/predictions/biorhythm
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string optional Date — DD/MM/YYYY. Defaults to today.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/predictions/biorhythm?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Day Number GET /api/v1/predictions/day-number
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha date string optional Date — DD/MM/YYYY. Defaults to today.
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/predictions/day-number?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Numerology Report GET /api/v1/predictions/numerology
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/predictions/numerology?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
Gem Details GET /api/v1/utilities/gem-details
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha gem string required Gem name: ruby | pearl | red_coral | emerald | yellow_sapphire | diamond | blue_sapphire | hessonite | cats_eye
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/utilities/gem-details?api_key=YOUR_KEY&gem=yellow_sapphire"
Geo Search GET /api/v1/utilities/geo-search
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha city string required City name (e.g. Mumbai, New Delhi, London)
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/utilities/geo-search?api_key=YOUR_KEY&city=Mumbai"
Geo Search Advanced GET /api/v1/utilities/geo-search-advanced
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha city string required City name country string optional Country code (e.g. IN, US, GB)
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/utilities/geo-search-advanced?api_key=YOUR_KEY&city=Springfield&country=US"
Radical Number Details GET /api/v1/utilities/radical-number-details
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha radical_number number required Radical number 1–9
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/utilities/radical-number-details?api_key=YOUR_KEY&radical_number=3"
Nakshatra Vastu Details GET /api/v1/utilities/nakshatra-vastu-details
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha nakshatra_id number required Nakshatra number 1–27 (1=Ashwini … 27=Revati)
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/utilities/nakshatra-vastu-details?api_key=YOUR_KEY&nakshatra_id=3"
AI Chart Interpretation GET /api/v1/ai/interpret/chart
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/ai/interpret/chart?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
AI Dasha Narrative GET /api/v1/ai/dasha/narrative
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/ai/dasha/narrative?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
AI Transit Forecast GET /api/v1/ai/transit/forecast
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/ai/transit/forecast?api_key=YOUR_KEY&dob=01/10/1990&tob=08:30&lat=28.61&lon=77.20&tz=5.5"
AI Compatibility Narrative GET /api/v1/ai/compatibility
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. Options: hi, ta, te, kn, ml, gu, mr, bn, or, pa, ur, es, fr, de, it, pt, ar, ru, ja, zh ayanamsa string optional Ayanamsa system — lahiri (default) | raman | kp | pushya_paksha f_dob string required Female date of birth — DD/MM/YYYY f_tob string required Female time of birth — HH:MM f_lat number required Female birth latitude f_lon number required Female birth longitude f_tz number required Female birth timezone
Example Request Example Response
curl "https://vedintelastroapi.com/api/v1/ai/compatibility?api_key=YOUR_KEY&m_dob=01/10/1990&m_tob=08:30&m_lat=28.61&m_lon=77.20&m_tz=5.5&f_dob=15/06/1992&f_tob=10:00&f_lat=19.07&f_lon=72.87&f_tz=5.5"