intermediate
~20 minutes with AI 3 APIs

Annual (Varshaphal) Yearly Report

Generate a Varshaphal (solar return) report for the upcoming birth year.

A one-page annual reading people pay for.

What you'll build

  • Exact solar-return Julian Day (when Sun returns to natal longitude)
  • Varshaphal chart (a kundli cast for that exact moment)
  • Muntha position for the year
  • Year lord (varsha lord) interpretation

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

01Compute the solar-return JD

/v1/varshaphal/solar-return-jd finds the exact moment the Sun returns to the natal sidereal longitude.

02Fetch the varshaphal chart + muntha + lord

Run all three in parallel. Each is 1 credit.

GET /v1/varshaphal/chart
curl "https://api.divyastroapi.com/v1/varshaphal/chart?birth_date=1990-01-15&birth_time=14%3A30&tz=%2B05%3A30&lat=28.61&lon=77.21&year=2027" \
  -H "Authorization: Bearer dv_live_..."

03Interpret

The varsha lord drives the theme for the year; the Muntha house shows life area under focus. Render as a one-page report with classical significations.

APIs used in this recipe

Next, try building

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

Sign up for free