---
title: "Gematria ciphers"
method: POST
path: "/kabbalah/gematria"
tags: ["Kabbalah"]
---

# Gematria ciphers

`POST /kabbalah/gematria`

Seven standard ciphers over a Hebrew text: absolute, large, small, ordinal, inclusive, AtBash and AlBam. Vowel points and cantillation are stripped; a final letter counts as its ordinary form in the absolute value and as 500-900 in the large one, and both are returned rather than one being chosen.

## Request body

- KabbalahGematria
  - `text` string, required

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `input` string, nullable
    - `consonants` string, nullable
    - `letterCount` number, nullable
    - `ciphers` object[], nullable
      - `id` string, nullable
      - `hebrew` string, nullable
      - `name` string, nullable
      - `value` number, nullable
      - `note` string, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

---

[API](https://skmtc.net/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.net/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/6828e5609564/schema)
