I Ching (Standalone)

Hexagram Lookup

Fetch hexagram 1-64 by King Wen number.

get/iching/lookup/{number}

Path parameters

numberinteger required

Hexagram number in King Wen order.

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

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

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added