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).
Request body
This endpoint reads nothing from the request body. Send {} (or any object, which is ignored).
Response
Successful calculation
Example response
{
"ok": true
}Changes
Changed in 2 of the 13 revisions of this API.123
- ●
removed the optional property
data/lowerfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/upperfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/chineseto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/lines/items/isYangto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/trigramsto the response with the200statusresponse-optional-property-added
- ●
- ▲
added required request body
request-body-added-required
- ▲