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

Hebrew gematria

Hebrew text scored under one of five ciphers. standard (mispar hechrachi) the ordinary values; gadol the final forms at 500-900 instead of their base values; ordinal (mispar siduri) position in the alef-bet, 1-22; katan each letter reduced to a single digit; atbash each letter swapped for its mirror before valuing. Vowel points and other combining marks are stripped first - they are not letters and carry no value. EXPECTS HEBREW SCRIPT. Latin or any other alphabet scores 0 and every character comes back in `unscored`, rather than being transliterated: every source transliterates differently, and a confident number derived from an arbitrary choice is worse than an obvious zero.

https://api.occultapi.com/api/astro/numerology/gematria/
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
textstringrequired
cipherstringoptional

standard = mispar hechrachi; gadol = finals at 500-900; ordinal = mispar siduri (1-22); katan = each letter reduced to a single digit; atbash = each letter mirrored before valuing.

standardgadolordinalkatanatbash

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/gematria/ \
  -H "X-API-Key: $OCCULT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"string","cipher":"standard"}'

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.