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.com — completely free.
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)
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)
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
Generous free limits for genuine use. The consultation page in each PDF is what keeps the API free.