Mayan Calendars

Full Mayan Date

All four classical components in one call: Long Count + Tzolkin + Haab + Calendar Round + Lord of the Night.

post/mayan/full

Request body

datestring required

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

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

    • added the optional property data/date 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/haab/monthIndex 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/longCount/baktun to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property data/tzolkin/keyword 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/nameIndex 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