HomeAPI DocsTransits API › Current Transits

Current Transits

POST /v1/transits/current

Current planetary positions for given date and location.

Example request

curl -X POST https://api.grahaapi.com/v1/transits/current   -H "Authorization: Bearer sk-test-your-key"   -H "Content-Type: application/json"   -d '{"date":"2026-07-15","lat":28.6139,"lon":77.209,"time":"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
datestringTransit date YYYY-MM-DD
latnumberLatitude of observation
lonnumberLongitude of observation
tznumberUTC offset (IST = 5.5)
timestring | nullHH:MM local time (defaults to 12:00 noon)

Example body

{
  "date": "2026-07-15",
  "lat": 28.6139,
  "lon": 77.209,
  "time": "10:30",
  "tz": 5.5
}

Get a free API key Try it in the playground

Related Transits endpoints

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