---
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

## Changes

- **2026-08-22** `5a17388652f3` — 1 breaking
  - added the new required request property `text`
- **2026-08-15** `3b29061d0d65` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/astroway/apis/astroway-calculation-api/changes/kabbalah/gematria/post.md)

---

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