HomeAPI DocsPanchang API › Panchang Full

Panchang Full

POST /v1/panchang/full

Full panchang for given date and location.

Example request

curl -X POST https://api.grahaapi.com/v1/panchang/full   -H "Authorization: Bearer sk-test-your-key"   -H "Content-Type: application/json"   -d '{"dob":"1990-06-15","gender":"male","lat":28.6139,"lon":77.209,"name":"Rahul Sharma","tob":"10:30","tz":5.5}'

Test keys (sk-test-…) are free and unlimited, and return the exact production response structure computed from a fixed sample chart. The response is JSON: {"success": true, "data": {…}, "meta": {…}} with Hindi + English strings, computed on the Lahiri ayanamsa.

Request fields

FieldTypeRequiredDescription
dobstringDate of birth YYYY-MM-DD
tobstring | nullTime of birth HH:MM (24h, local) — omit for sunrise chart
latnumberLatitude of birth place
lonnumberLongitude of birth place
tznumberUTC offset (IST = 5.5)
namestring | nullFull name (optional)
genderstring | null'male' or 'female' (optional, needed for Kua number)

Example body

{
  "dob": "1990-06-15",
  "gender": "male",
  "lat": 28.6139,
  "lon": 77.209,
  "name": "Rahul Sharma",
  "tob": "10:30",
  "tz": 5.5
}

Get a free API key Try it in the playground

Related Panchang endpoints

/v1/panchang/festivals · /v1/panchang/karana · /v1/panchang/muhurta · /v1/panchang/nakshatra · /v1/panchang/rahu-kaal · /v1/panchang/sunrise-sunset