# The seventy-two names (Shem HaMephorash)

`GET https://api.astroway.info/v1/kabbalah/shem-names`

The 72 three-letter names, computed from Exodus 14:19-21 rather than read from a table, each with its five degrees of the zodiac. Filter with ?index=1..72 or ?longitude=0..360.

Group: Kabbalah. Auth: `X-Api-Key` header. Operation ID: `kabbalah_shem-names_get`.

## Parameters

| Name | In | Required | Type | Description |
|---|---|---|---|---|
| `undefined` |  | no | object |  |
| `undefined` |  | no | object |  |

## Responses

| Status | Meaning |
|---|---|
| 200 | Successful calculation |
| 400 | Validation error |
| 401 | Missing or invalid API key |

### Success fields, under `data`

| Field | Type | Required | Description |
|---|---|---|---|
| `names` | object[] | no |  |
| `count` | number | no |  |
| `derivation` | string | no |  |
| `absent` | string | no |  |

## Example

```bash
curl -X GET https://api.astroway.info/v1/kabbalah/shem-names \
  -H "X-Api-Key: aw_live_..." \
  -H "Content-Type: application/json"
```

---

Rendered from https://api.astroway.info/v1/openapi.json. HTML page: https://api.astroway.info/docs/api/operations/kabbalah_shem-names_get/
