HomeAPI DocsTransits API › Saturn Transit

Saturn Transit

POST /v1/transits/saturn

Saturn transit analysis including Sade Sati check.

Example request

curl -X POST https://api.grahaapi.com/v1/transits/saturn   -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/aspects · /v1/transits/current · /v1/transits/from-birth · /v1/transits/full · /v1/transits/gochara · /v1/transits/ingress