All Planets Transit
GET/api/transits/allPro
Get positions for all 13 Human Design planets over a date range with configurable granularity (daily/hourly/minute).
Legacy URL supported
The previous endpoint path /api/transit-range is still supported and will continue to work.
Request
Parameters
Response (full format)
Planets returned
All 13 Human Design planets: Sun, Earth, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, NorthNode, SouthNode.
Earth is always 180° opposite the Sun. SouthNode is always 180° opposite NorthNode.
Compact format
Use format=compact for a minimal payload — useful for charts and visualizations:
In compact format, l contains longitudes in the same order as meta.planets, and r lists only the currently retrograde planets.
Chart requests
| Granularity | Chart requests per day | Max Range |
|---|---|---|
daily | 1 | 366 days |
hourly | 24 | 366 days |
minute | 1,440 | 30 days |