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
}

Changes

Changed in 2 of the 13 revisions of this API.131

  • 8ab5a768b52121See the full diff
    • removed the optional property data/ephemeris/items/positions/items/latitude from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/ephemeris/items/positions/items/speed from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/ephemeris/items/positions/items/isRetrograde to the response with the 200 status

      response-optional-property-added

  • 6828e560956411See the full diff
    • the planetIds/items/ request property type/format changed from number/ to integer/

      request-property-type-changed

    • the planetIds/items/ request property's min was set to 0.00

      request-property-min-set