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

Na Yin sound-element

POST
/bazi/na-yin
request.sh
curl -X POST https://api.astroway.info/v1/bazi/na-yin \
-H "X-Api-Key: aw_live_..." \
-H "Content-Type: application/json" \
-d '{ "date": "1990-05-15", "time": "14:30:00", "timezoneOffset": 8 }'

The sound-element of each pillar. The sixty jiazi collapse into thirty names, two consecutive pillars to a name; the year pillar na yin is what popular readings mean by “your element”, and it is not the day master.

Media type application/json
object
date required
string
/^\d{4}-\d{2}-\d{2}$/
time
string
/^\d{2}:\d{2}(:\d{2})?$/
timezoneOffset
number
>= -14 <= 14
longitude
number
>= -180 <= 180
trueSolarTime
boolean
stageSchool
string
Allowed values: classical unified
includeFullTable
boolean
language
string
Example
{
"date": "1990-05-15",
"time": "14:30:00",
"timezoneOffset": 8
}

Successful calculation

Media type application/json
object
ok
boolean
data
object
solarYear
number
nullable
pillars
Array<object>
nullable
object
name
string
nullable
stem
string
nullable
branch
string
nullable
pillar
string
nullable
naYin
object
chinese
string
nullable
pinyin
string
nullable
english
string
nullable
element
string
nullable
jiaziIndex
number
nullable
elementName
string
nullable
notes
Array
nullable
methodology
string
nullable
source
string
nullable
disclaimer
string
nullable
Example
{
"ok": true,
"data": {
"solarYear": 1990,
"pillars": [
{
"name": "year",
"stem": "Geng",
"branch": "Wu",
"pillar": "Geng-Wu",
"naYin": {
"chinese": "路旁土",
"pinyin": "Lu Pang Tu",
"english": "Roadside Earth",
"element": "Earth",
"jiaziIndex": 6,
"elementName": "Земля"
}
},
{
"name": "month",
"stem": "Xin",
"branch": "Si",
"pillar": "Xin-Si",
"naYin": {
"chinese": "白蠟金",
"pinyin": "Bai La Jin",
"english": "White Wax Metal",
"element": "Metal",
"jiaziIndex": 17,
"elementName": "Метал"
}
},
{
"name": "day",
"stem": "Geng",
"branch": "Chen",
"pillar": "Geng-Chen",
"naYin": {
"chinese": "白蠟金",
"pinyin": "Bai La Jin",
"english": "White Wax Metal",
"element": "Metal",
"jiaziIndex": 16,
"elementName": "Метал"
}
},
{
"name": "hour",
"stem": "Gui",
"branch": "Wei",
"pillar": "Gui-Wei",
"naYin": {
"chinese": "楊柳木",
"pinyin": "Yang Liu Mu",
"english": "Willow Wood",
"element": "Wood",
"jiaziIndex": 19,
"elementName": "Дерево"
}
}
],
"notes": [],
"methodology": "六十甲子納音. The sixty pillars collapse into thirty sound-elements, two consecutive pillars to a name. The year pillar's na yin is the one popular readings mean by \"your element\", and it is not the day master.",
"source": "The standard 納音 table, public domain",
"disclaimer": "BaZi pillars use the canonical 60-jiazi cycle, anchored at 1990-01-01 = Bing-Yin. Year and month boundaries are the exact Lichun and 節 instants from the ephemeris, stated in China Standard Time; pass time and timezoneOffset for births near a boundary. Day and hour follow the birthplace clock, with the day rolling at 23:00 local."
}
}

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