Developer API · Free

Free Kundli PDF API

Generate authentic Vedic kundli & matching PDFs from your own site.

Add professional, arc-second-accurate Vedic astrology reports to your website or app. The same engine that powers drrpsharma.comcompletely free.

◆ Every generated PDF includes Dr. R.P. Sharma's consultation page. Per the API terms, this page must remain intact and unmodified.

1 · Get your free API key

2 · Generate a Kundli PDF

POST https://drrpsharma.com/api/kundli/pdf
Header: X-API-Key: your_key_here
Content-Type: application/json

{
  "name": "Ram Kumar",
  "year": 1990, "month": 6, "day": 15,
  "hour": 10, "minute": 30,
  "lat": 28.6139, "lon": 77.2090, "tz": 5.5,
  "place": "Delhi"
}

→ returns application/pdf (the complete report)

3 · Generate a Matching (Milan) PDF

POST https://drrpsharma.com/api/kundli/milan/pdf
Header: X-API-Key: your_key_here

{
  "boy":  { "name":"Ram", "year":1990,"month":6,"day":15,
            "hour":10,"minute":30,"lat":28.6,"lon":77.2,"tz":5.5,"place":"Delhi" },
  "girl": { "name":"Sita","year":1992,"month":9,"day":22,
            "hour":14,"minute":15,"lat":19.07,"lon":72.87,"tz":5.5,"place":"Mumbai" }
}

→ returns application/pdf (36-guna matching report)

4 · Panchang (JSON)

GET https://drrpsharma.com/api/kundli/panchang?place=Delhi&lat=28.6&lon=77.2&tz=5.5&days=7
Header: X-API-Key: your_key_here

→ returns JSON: tithi, nakshatra, yoga, karana, vaar, rahu_kaal, abhijit, sunrise, sunset
Free tier NO CHARGE

Generous free limits for genuine use. The consultation page in each PDF is what keeps the API free.

‹ Back to apps