Core

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.

post/ephemeris

Request body

startDatestring required
endDatestring required
stepDaysnumber nullable
planetIdsinteger[]

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}