Esoteric

I Ching Hexagram (DEPRECATED: use /iching/throw-coins)

DEPRECATED: legacy un-namespaced random hexagram cast. Superseded by the /iching/* namespace: /iching/throw-coins (seeded + reproducible), /iching/by-question, /iching/with-changing-lines, /iching/daily, /iching/lookup/{n}, all on the Wilhelm-Baynes hexagram set. Still works until its 2027-06-16 sunset, then removed. Casts a single I Ching hexagram (input ignored).

post/iching

Request body

EmptyBody required

This endpoint reads nothing from the request body. Send {} (or any object, which is ignored).

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

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

  • 8ab5a768b52123See the full diff
    • removed the optional property data/lower from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added required request body

      request-body-added-required