Skip to content
POST/api/astro/numerology/kabbalah/1 credit

Kabbalah numerology

A name's value reduced onto the 22 paths of the Tree of Life, each with its Hebrew letter, tarot trump and Hermetic attribution. The reduction is repeated subtraction of 22 rather than digit-summing, which is what lands the result on a path rather than on a digit 1-9. Mother letters take elements, doubles take planets and simples take signs, the structure the Sefer Yetzirah sets out. WORTH KNOWING: this scores LATIN letters at their Hebrew-equivalent values, which is the modern Western convention for a Latin-script name, not traditional gematria. For gematria on actual Hebrew text use /api/astro/numerology/gematria/. Characters outside A-Z are listed in `unscored` rather than silently dropped.

https://api.occultapi.com/api/astro/numerology/kabbalah/
Test Request

Authentication

Send your key in the X-API-Key header. Keys are server-side credentials — never put one in browser JavaScript or a mobile app.

X-API-Key: yt_live_a1b2c3d4_…
Content-Type: application/json

Request fields

FieldTypeRequiredNotes
namestringrequired

Example request

This example is not yet verified

The field names and types below are taken from the API definition and are accurate, but this particular body has not returned a success when we last ran it — it may need a value we cannot infer. Treat it as a starting point rather than a working command.

curl -X POST https://api.occultapi.com/api/astro/numerology/kabbalah/ \
  -H "X-API-Key: $OCCULT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name":"string"}'

Response

A verified example response is not available for this endpoint yet. The request shape above is generated from the API definition and is accurate; we publish response samples only once we have proven them against a live call.

Errors

Metering errors return { "error": "…", "message": "<code>", "is_error": true }. Show error to people and branch on message. See the error reference.