Calendar & Cycles

Retrograde Periods

Find all retrograde stations (direct, retrograde, stationary) for a planet within a date range.

post/retrograde-periods

Request body

startDatestring required
endDatestring required
planetIdsinteger[]

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

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

  • 8ab5a768b52166See the full diff
    • removed the optional property data/periods/items/directLongitude from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/periods/items/directStation from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/periods/items/retrogradStation from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/periods/items/retrogradeLongitude from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/periods/items/shadowEntry from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/periods/items/shadowExit from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/periods/items/planetId to the response with the 200 status

      response-optional-property-added

    • added the optional property data/periods/items/planetName to the response with the 200 status

      response-optional-property-added

    • added the optional property data/periods/items/retroEnd to the response with the 200 status

      response-optional-property-added

    • added the optional property data/periods/items/retroStart to the response with the 200 status

      response-optional-property-added

    • added the optional property data/periods/items/stationDirectLong to the response with the 200 status

      response-optional-property-added

    • added the optional property data/periods/items/stationRetroLong 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