intermediate
~15 minutes with AI 4 APIs

Sade Sati & Small Panoti Tracker

Show a native's lifetime Saturn afflictions — Sade Sati (7.5y) and Small Panoti / Dhaiya (2.5y).

Past + current + future Saturn periods, all from a single Moon sign.

What you'll build

  • Current Sade Sati phase (rising / peak / setting / clear)
  • Current Small Panoti / Dhaiya status (Kantak in 4th OR Ashtama in 8th from Moon)
  • Historical timeline of every Sade Sati and Small Panoti window the native has lived through
  • Future-projected windows for life planning

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.

📋 76 lines🎯 Structured context🔗 With API endpoints

Step by step

01Get current Sade Sati phase

Returns whether the native is currently in Sade Sati and which phase (rising / peak / setting).

GET /v1/transit/sade-sati
curl "https://api.divyastroapi.com/v1/transit/sade-sati?birth.date=1986-12-27&birth.time=08%3A14&birth.tz=%2B05%3A30&birth.lat=24.45&birth.lon=74.87" \
  -H "Authorization: Bearer dv_live_..."
example response
{
  "at_jd": 2461175.5,
  "sade_sati": { "status": "clear", "saturn_sign": "Sagittarius", "moon_sign": "Libra" }
}

02Get current Small Panoti status

/v1/transit/small-panoti returns whether the native is in Kantak Shani (Saturn in 4th from Moon) or Ashtama Shani (Saturn in 8th from Moon) — each lasts ~2.5 years.

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

03Pull the full Saturn-affliction history

For a timeline view, call /small-panoti/history with from/to date params. Combine with /transit/sade-sati for the complete picture — together these are the major Saturn-Moon afflictions in any chart.

GET /v1/transit/small-panoti/history
curl "https://api.divyastroapi.com/v1/transit/small-panoti/history?birth.date=1986-12-27&birth.time=08%3A14&birth.tz=%2B05%3A30&birth.lat=24.45&birth.lon=74.87&from=1980-01-01&to=2050-12-31" \
  -H "Authorization: Bearer dv_live_..."

APIs used in this recipe

Next, try building

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

Sign up for free