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

2nd & 8th House

POST
/financial/wealth-house
request.sh
curl -X POST https://api.astroway.info/v1/financial/wealth-house \
-H "X-Api-Key: aw_live_..." \
-H "Content-Type: application/json" \
-d '{ "date": "1990-05-15", "time": "14:30:00", "timezoneOffset": 3, "latitude": 50.45, "longitude": 30.52 }'

Personal money (2nd) and shared resources (8th) house cusps + signs.

Media type application/json
object
Example
{
"date": "1990-05-15",
"time": "14:30:00",
"timezoneOffset": 3,
"latitude": 50.45,
"longitude": 30.52
}

Successful calculation

Media type application/json
object
ok
boolean
data
object
house2
object
cusp
number
nullable
sign
string
nullable
theme
string
nullable
house8
object
cusp
number
nullable
sign
string
nullable
theme
string
nullable
disclaimer
string
nullable
Example
{
"ok": true,
"data": {
"house2": {
"cusp": 192.87,
"sign": "Libra",
"theme": "Personal earnings, possessions, self-worth"
},
"house8": {
"cusp": 12.87,
"sign": "Aries",
"theme": "Shared resources, inheritance, debt, transformation"
},
"disclaimer": "NOT INVESTMENT ADVICE. Financial astrology is entertainment / heuristic only."
}
}

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