POST /v1/transits/gochara
All planets' Gochara effects from natal Moon sign.
curl -X POST https://api.grahaapi.com/v1/transits/gochara -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.
| Field | Type | Required | Description |
|---|---|---|---|
birth | BirthRequest | ✅ | Natal birth details |
transit_date | string | ✅ | Transit date YYYY-MM-DD |
transit_time | string | null | — | HH:MM local time (defaults to 12:00 noon) |
{
"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
/v1/transits/aspects · /v1/transits/current · /v1/transits/from-birth · /v1/transits/full · /v1/transits/ingress · /v1/transits/jupiter