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

The ten sephirot

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

The Tree of Life as a reference table: Hebrew, meaning, pillar, triad and the Golden Dawn planetary attribution, grouped by pillar. Nothing here is computed, and the response says so.

Successful calculation

Media type application/json
object
ok
boolean
data
object
sephiroth
Array<object>
nullable
object
number
number
nullable
hebrew
string
nullable
name
string
nullable
meaning
string
nullable
pillar
string
nullable
attribution
string
nullable
triad
string
nullable
count
number
nullable
pillars
object
Middle
Array<string>
nullable
attributionSet
string
nullable
Example
{
"ok": true,
"data": {
"sephiroth": [
{
"number": 6,
"hebrew": "תפארת",
"name": "Tiphareth",
"meaning": "Beauty",
"pillar": "Middle",
"attribution": "Sun",
"triad": "Ethical"
}
],
"count": 10,
"pillars": {
"Middle": [
"Kether",
"Tiphareth",
"Yesod",
"Malkuth"
]
},
"attributionSet": "Hermetic Qabalah (Golden Dawn)"
}
}

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"
}
}
Корисно?