返回接口列表

紫微斗数

稳定版

基于出生时间排紫微斗数命盘,包含十二宫、主星、辅星等完整信息

TOTAL_CALLS

0

AVG_LATENCY

50ms

VERSION

v1.0.0

接口测试

POSThttps://skill.lookfate.com/v1/ziwei
测试参数

请求参数

ParameterTypeRequiredDescription
solarDatestringTRUE阳历日期,格式:YYYY-MM-DD
timeIndexnumberTRUE时辰索引 0-11(0=子时,1=丑时,...,11=亥时)
genderstringTRUE性别:男 或 女
fixLeapbooleanFALSE立春定界,默认 true

调用示例

curl -X POST "https://skill.lookfate.com/v1/ziwei" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{
  "solarDate": "1990-01-01",
  "timeIndex": 6,
  "gender": "男"
}'