HomeAPI DocsDasha API › Dasha All Levels

Dasha All Levels

POST /v1/dasha/all-levels

All Vimshottari dasha levels (2–5) computed for the current running period.

Example request

curl -X POST https://api.grahaapi.com/v1/dasha/all-levels   -H "Authorization: Bearer sk-test-your-key"   -H "Content-Type: application/json"   -d '{"dob":"1990-06-15","lat":28.6139,"levels":3,"lon":77.209,"tob":"10:30","tz":5.5}'

Test keys (sk-test-…) are free and unlimited, and return the exact production response structure computed from a fixed sample chart. The response is JSON: {"success": true, "data": {…}, "meta": {…}} with Hindi + English strings, computed on the Lahiri ayanamsa.

Request fields

FieldTypeRequiredDescription
dobstringDate of birth YYYY-MM-DD
tobstring | nullTime of birth HH:MM (24h, local) — omit for sunrise chart
latnumberLatitude of birth place
lonnumberLongitude of birth place
tznumberUTC offset (IST = 5.5)
namestring | nullFull name (optional)
genderstring | null'male' or 'female' (optional, needed for Kua number)
levelsintegerHow many levels deep (2=maha+antar, 3=+pratyantar, etc.)

Example body

{
  "dob": "1990-06-15",
  "lat": 28.6139,
  "levels": 3,
  "lon": 77.209,
  "tob": "10:30",
  "tz": 5.5
}

Get a free API key Try it in the playground

Related Dasha endpoints

/v1/dasha/antardasha · /v1/dasha/char · /v1/dasha/current · /v1/dasha/full · /v1/dasha/mahadasha · /v1/dasha/pratyantara