Transit Range (Gochara)
get_gochara_rangeRaw transit (Gochara) details for EVERY day in a date range, in one call. For the 'AI decides' flow: returns the full per-day snapshot (panchanga, muhurta windows incl. clean Abhijit, all 9 planets, Ashtakavarga, Gochara-phala/Vedha, and the native's Tara/Chandra bala and Sade Sati) with NO scoring or 'best date' selection — you reason and decide. Natal reference computed once. Range capped at 60 days. Use get_muhurta instead if you want the system to rank dates by rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Birth date in YYYY-MM-DD format, e.g. 1985-06-15 | |
| time | Yes | Birth time in 24h HH:MM:SS format, e.g. 10:30:00 | |
| place | No | Optional birth-place name (cosmetic only). | |
| gender | No | Optional. A few classical yogas are defined by gender -- Mahabhagya's rule is gender x day/night x odd/even signs. Supply it when known; when omitted those yogas are left out of the result rather than computed against an assumed gender. | |
| include | No | Enrichment sections (default all). Pass [] for lean per-day output. | |
| to_date | Yes | Range end YYYY-MM-DD (max 60 days) | |
| latitude | Yes | Birth-place latitude in decimal degrees, e.g. 13.0827 | |
| timezone | Yes | Timezone offset from UTC in hours, e.g. 5.5 for IST | |
| from_date | Yes | Range start YYYY-MM-DD | |
| longitude | Yes | Birth-place longitude in decimal degrees, e.g. 80.2707 | |
| event_place | No | Event place name (optional; defaults to birth place) | |
| time_of_day | No | Time used per day (default local noon) | |
| event_latitude | No | Event latitude (optional) | |
| event_timezone | No | Event timezone offset from UTC (optional) | |
| event_elevation | No | Event elevation in metres (optional) | |
| event_longitude | No | Event longitude (optional) |