Retrograde Periods
Find all retrograde stations (direct, retrograde, stationary) for a planet within a date range.
Request body
Response
Successful calculation
Example response
{
"ok": true
}Changes
Changed in 2 of the 13 revisions of this API.176
- ●
removed the optional property
data/periods/items/directLongitudefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/periods/items/directStationfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/periods/items/retrogradStationfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/periods/items/retrogradeLongitudefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/periods/items/shadowEntryfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/periods/items/shadowExitfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/periods/items/planetIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/periods/items/planetNameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/periods/items/retroEndto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/periods/items/retroStartto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/periods/items/stationDirectLongto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/periods/items/stationRetroLongto 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
- ▲