HomeAPI DocsTransits API › Transit Aspects

Transit Aspects

POST /v1/transits/aspects

Transit planets aspecting natal planets using Vedic Graha Drishti (house-based aspects). All planets aspect 7th; Mars additionally 4th & 8th; Jupiter 5th & 9th; Saturn 3rd & 10th.

Example request

curl -X POST https://api.grahaapi.com/v1/transits/aspects   -H "Authorization: Bearer sk-test-your-key"   -H "Content-Type: application/json"   -d '{"birth":{"dob":"1990-06-15","lat":28.6139,"lon":77.209,"tob":"10:30","tz":5.5},"transit_date":"2026-07-15","transit_time":"10:30"}'

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
birthBirthRequestNatal birth details
transit_datestringTransit date YYYY-MM-DD
transit_timestring | nullHH:MM local time (defaults to 12:00 noon)

Example body

{
  "birth": {
    "dob": "1990-06-15",
    "lat": 28.6139,
    "lon": 77.209,
    "tob": "10:30",
    "tz": 5.5
  },
  "transit_date": "2026-07-15",
  "transit_time": "10:30"
}

Get a free API key Try it in the playground

Related Transits endpoints

/v1/transits/current · /v1/transits/from-birth · /v1/transits/full · /v1/transits/gochara · /v1/transits/ingress · /v1/transits/jupiter