Перейти до вмісту
AstroWay/api v2.157.17 · docs
усі системи в нормі

The seventy-two names (Shem HaMephorash)

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

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.

Successful calculation

Media type application/json
object
ok
boolean
data
object
names
Array<object>
nullable
object
index
number
nullable
letters
string
nullable
normalised
string
nullable
zodiac
object
sign
string
nullable
startDegree
number
nullable
endDegree
number
nullable
count
number
nullable
derivation
string
nullable
absent
string
nullable
Example
{
"ok": true,
"data": {
"names": [
{
"index": 1,
"letters": "והו",
"normalised": "והו",
"zodiac": {
"sign": "Aries",
"startDegree": 0,
"endDegree": 5
}
}
],
"count": 72,
"derivation": "Exodus 14:19-21, 72 consonants each, read boustrophedon...",
"absent": "Latin transliterations, the el/yah suffix per name and any birth-angel attribution are not included..."
}
}

Validation error

Media type application/json
Example
{
"ok": false,
"error": {
"code": "INVALID_INPUT",
"message": "Validation failed: date: Date must be YYYY-MM-DD",
"details": [
{
"path": "date",
"message": "Date must be YYYY-MM-DD"
}
]
}
}

Missing or invalid API key

Media type application/json
Example
{
"ok": false,
"error": {
"code": "INVALID_API_KEY",
"message": "Invalid API key"
}
}
Корисно?