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

Rubeus: Red

POST
/geomancy/rubeus
request.sh
curl -X POST https://api.astroway.info/v1/geomancy/rubeus \
-H "X-Api-Key: aw_live_..." \
-H "Content-Type: application/json" \
-d '{}'

Passion, anger, blood: ill omen.

Media type application/json

This endpoint reads nothing from the request body. Send {} (or any object, which is ignored).

object
Example
{}

Successful calculation

Media type application/json
object
ok
boolean
data
object
figure
object
slug
string
nullable
latin
string
nullable
english
string
nullable
pattern
Array<number>
nullable
ruler
string
nullable
element
string
nullable
sign
string
nullable
nature
string
nullable
meaning
string
nullable
positive
string
nullable
negative
string
nullable
divinatory
string
nullable
source
string
nullable
Example
{
"ok": true,
"data": {
"figure": {
"slug": "rubeus",
"latin": "Rubeus",
"english": "Red",
"pattern": [
1
],
"ruler": "Mars",
"element": "water",
"sign": "Scorpio",
"nature": "evil",
"meaning": "passion, anger, blood",
"positive": "intensity, courage in struggle",
"negative": "violence, lust, deceit",
"divinatory": "reverse a chart; ill omen for most matters"
},
"source": "Agrippa \"De Occulta Philosophia\" 1531 + Skinner \"Terrestrial Astrology\" 1980"
}
}

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