Calendar & Cycles

Cyclic Index

Calculate the André Barbault Cyclic Index, sum of all outer planet separations, for a date range to indicate global crisis periods.

post/cyclic-index

Request body

startYearnumber nullable required
endYearnumber nullable required
{"stackTrail":"components:schemas:CyclicIndex:properties:pairs","oasType":"schema","type":"unknown","nullable":true}

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 1 of the 13 revisions of this API.37

  • 8ab5a768b52137See the full diff
    • removed the optional property data/data/items/date from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-removed

    • removed the optional property data/minimum from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/count to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property data/endYear to the response with the 200 status

      response-optional-property-added

    • added the optional property data/startYear to the response with the 200 status

      response-optional-property-added