Ephemeris Range
Return planet positions for a date range with configurable step (min 0.01 days). Max range: 1 year for sub-day steps, 5 years otherwise. Optionally filter by planetIds.
Request body
Response
Successful calculation
Example response
{
"ok": true
}Changes
Changed in 2 of the 13 revisions of this API.131
- ●
removed the optional property
data/ephemeris/items/positions/items/latitudefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/ephemeris/items/positions/items/speedfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/ephemeris/items/positions/items/isRetrogradeto the response with the200statusresponse-optional-property-added
- ●
- ▲
the
planetIds/items/request property type/format changed fromnumber/tointeger/request-property-type-changed
- ●
the
planetIds/items/request property's min was set to0.00request-property-min-set
- ▲