AskVedicGuru is a Vedic astrology platform built for the Nepal and South Asian market. The developer API gives you programmatic access to the same calculations that power the consumer app.
What's included
- Vedic calculations — birth charts, planets, nakshatras, yogas, doshas, divisional charts, ashtakavarga, shadbala
- Time-based — panchang, rashifal, dasha periods, planetary transits, sade sati
- AI — conversational Vedic astrology assistant (AI Guru) with birth chart context
- Calendar support — both Bikram Sambat (BS) and Gregorian (AD) calendars
Base URL
All API requests go to:
https://api.askvedicguru.com/api/v1How it works
- Create a profile — a profile stores a person's birth date, time, and location. All calculations are derived from this.
- Call any endpoint — pass the
profileIdand get back structured JSON. - Credits are deducted per call based on the endpoint type (2–20 credits).
Request format
All endpoints accept POST with a JSON body and respond with:
json
{
"success": true,
"data": { ... }
}Errors return:
json
{
"success": false,
"error": {
"message": "Human-readable description",
"code": "ERROR_CODE"
}
}Supported locales
Pass the x-locale header to get localized labels (planet names, sign names, score labels):
| Value | Language |
|---|---|
en | English (default) |
hi | Hindi |
ne | Nepali |
http
x-locale: ne