HomeAPI DocsPrashna API › Prashna Full

Prashna Full

POST /v1/prashna/full

Full Prashna (horary) analysis.

Example request

curl -X POST https://api.grahaapi.com/v1/prashna/full   -H "Authorization: Bearer sk-test-your-key"   -H "Content-Type: application/json"   -d '{"lat":28.6139,"lon":77.209,"question":"क्या मेरा व्यवसाय सफल होगा?","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
questionstringYour horary question (can be in Hindi or English)
latnumberLatitude of the querent's location
lonnumberLongitude of the querent's location
tznumberUTC offset (IST = 5.5)
datetimestring | nullYYYY-MM-DDTHH:MM — time of question (defaults to now)
birthBirthRequest | nullOptional natal chart for deeper analysis

Example body

{
  "lat": 28.6139,
  "lon": 77.209,
  "question": "क्या मेरा व्यवसाय सफल होगा?",
  "tz": 5.5
}

Get a free API key Try it in the playground

Related Prashna endpoints

/v1/prashna/answer · /v1/prashna/outcome · /v1/prashna/pancha-pakshi · /v1/prashna/prashna-lagna · /v1/prashna/remedies · /v1/prashna/significators