Mayan Calendars

Calendar Round

Combined Tzolkin + Haab: unique date label within the 52-year cycle (18,980 days).

post/mayan/calendar-round

Request body

datestring required

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

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

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the new required request property date

      new-required-request-property