intermediate
~15 minutes with AI 3 APIs

Lal Kitab Chart + Dasha

Generate a Lal Kitab chart and its 35-year dasha — a popular alternative system across North India.

Aries-based house system + 35-year dasha cycle. No ayanamsa drift.

What you'll build

  • Lal Kitab chart (Vedic planetary positions mapped to Aries-based houses)
  • 35-year Lal Kitab dasha cycle starting from birth
  • Currently active dasha at any query date
  • Per-planet Lal Kitab placement summary

Build this with AI

Copy the full prompt below, paste it into ChatGPT, Claude, Cursor, or Lovable, and get a working Next.js implementation in minutes. No coding skill required.

📋 66 lines🎯 Structured context🔗 With API endpoints

Step by step

01Fetch the Lal Kitab chart

Pass standard Vedic birth data (date / time / tz / lat / lon). The endpoint computes the Vedic chart internally, then re-maps planets to Aries-based houses per Lal Kitab convention.

GET /v1/lalkitab/chart
curl "https://api.divyastroapi.com/v1/lalkitab/chart?date=1986-12-27&time=08%3A14&tz=%2B05%3A30&lat=24.45&lon=74.87" \
  -H "Authorization: Bearer dv_live_..."

02Fetch the dasha schedule

The Lal Kitab dasha is a fixed 35-year cycle (Saturn 6y → Rahu 6y → Ketu 3y → Jupiter 6y → Sun 2y → Moon 1y → Venus 3y → Mars 6y → Mercury 2y). Each period starts on the birthday anniversary.

GET /v1/lalkitab/dasha
curl "https://api.divyastroapi.com/v1/lalkitab/dasha?date=1986-12-27&time=08%3A14&tz=%2B05%3A30&lat=24.45&lon=74.87" \
  -H "Authorization: Bearer dv_live_..."

03Query the current dasha

/v1/lalkitab/dasha/current returns the active dasha at any query date. Defaults to today.

APIs used in this recipe

Next, try building

Ready to try? You get 500 free credits — no card needed.

Sign up for free