HomeAPI DocsRectification API › Ascendant Options

Ascendant Options

POST /v1/rectification/ascendant-options

Return all 12 ascendant rising windows for the birth day with physical & personality traits. Use this when birth time is completely unknown.

Example request

curl -X POST https://api.grahaapi.com/v1/rectification/ascendant-options   -H "Authorization: Bearer sk-test-your-key"   -H "Content-Type: application/json"   -d '{"dob":"1990-06-15","lat":28.6139,"lon":77.209,"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
latnumberLatitude
lonnumberLongitude
tznumberUTC offset (IST = 5.5)

Example body

{
  "dob": "1990-06-15",
  "lat": 28.6139,
  "lon": 77.209,
  "tz": 5.5
}

Get a free API key Try it in the playground

Related Rectification endpoints

/v1/rectification/ai-suggest · /v1/rectification/event-score · /v1/rectification/kp-ruling-planets