Chinese: Zodiac & Feng Shui

Tong Shu date selection

Walk a date range and return the days the almanac endorses for one activity, each with the officer that decided it. Optionally drop the days that clash a person's animal. Range capped at 366 days and a longer one is refused, not truncated.

post/chinese/tong-shu/select

Request body

fromstring required
tostring required
activity'marriage' | 'opening' | 'moving' | 'travel' | 'contract' | 'construction' | 'demolition' | 'medical' | 'funeral' | 'education' required
avoidClashWithstring
includeNeutralboolean

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 2 of the 14 revisions of this API.33

  • 5a17388652f332See the full diff
    • added the new required request property

      new-required-request-property

    • added the new required request property

      new-required-request-property

    • added the new required request property

      new-required-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • endpoint added

      endpoint-added