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.
Step by step
01Get current Sade Sati phase
Returns whether the native is currently in Sade Sati and which phase (rising / peak / setting).
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_..."{
"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.
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.
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
/v1/transit/sade-satiCurrent Sade Sati phase.
/v1/transit/small-panotiCurrent Small Panoti / Dhaiya status.
/v1/transit/small-panoti/historyAll Small Panoti windows for any date range.
/v1/reports/sade-sati7.5-year Saturn deep-dive PDF.
Next, try building
Kundli (Birth Chart) App
Complete Vedic birth chart with divisional charts, Ashtakavarga, and Vimshottari Dasha.
Saturn / Sade Sati Transit Alerts
Notify users when Saturn, Rahu, or Ketu changes sign — the moments that matter.
Ready to try? You get 500 free credits — no card needed.
Sign up for free