查询每个星座当天的运势,幸运数字,幸运颜色
接口地址: https://wzapi.com/api/xingzuo
返回格式: JSON
请求方式: GET
请求示例: https://wzapi.com/api/xingzuo?msg=处女
| 参数名 | 必填 | 类型 | 说明 |
|---|---|---|---|
| msg | 是 | string | 星座名称,例如 白羊、金牛、双子 |
| format | 否 | string | 输出格式,默认 json,传 text 返回文本 |
| hh | 否 | string | 文本模式下的换行符,默认换行 |
| apiKey | 付费接口必填 | string | 用户密钥,免费接口可不传 |
| 字段名 | 类型 | 说明 |
|---|---|---|
| code | int | 状态码,200 表示查询成功 |
| message | string | 返回提示信息 |
| data.constellation | string | 星座名称 |
| data.date | string | 运势日期 |
| data.overall | object | 整体运势 |
| data.career | object | 事业运势 |
| data.fortune | object | 财富运势 |
| data.love | object | 爱情运势 |
| data.lucky | object | 幸运信息 |
| data.summary | string | 今日提示 |
| code | 说明 |
|---|---|
| 200 | 查询成功 |
| 400 | 参数为空或星座不存在 |
| 500 | 获取运势失败 |
{
"code": 200,
"message": "查询成功",
"data": {
"constellation": "白羊",
"date": "2025-10-18",
"overall": {
"content": "多张开耳朵听听别人的谈话,值得认识的人就主动向前攀谈;人脉有着扩张的机会,好的合作对象可靠自己争取;与伴侣相处时“以柔克刚,以退为进”的策略,能及时掐灭对方燃起的火苗。",
"score": "4"
},
"career": {
"content": "心情愉快,良好的心态让你在遇到困难时也能克服,收获丰厚。",
"score": "4"
},
"fortune": {
"content": "赚钱欲望强烈,对投资感兴趣,资金周转频繁。\\n",
"score": "5"
},
"love": {
"content": "单身者容易得到异性关注,有机会恋爱;已婚者心情平和,容易感受到家庭的温暖。",
"score": "0"
},
"lucky": {
"color": "古铜青",
"numbers": "8",
"direction": "西北方向"
},
"people": {
"friends": "摩羯座",
"enemies": ""
},
"summary": "拓展人脉的好时机。"
},
"timestamp": 1760787219
}
| 参数名 | 参数值 | 操作 |
|---|
{
"code": 200,
"message": "查询成功",
"data": {
"constellation": "白羊",
"date": "2025-10-18",
"overall": {
"content": "多张开耳朵听听别人的谈话,值得认识的人就主动向前攀谈;人脉有着扩张的机会,好的合作对象可靠自己争取;与伴侣相处时“以柔克刚,以退为进”的策略,能及时掐灭对方燃起的火苗。",
"score": "4"
},
"career": {
"content": "心情愉快,良好的心态让你在遇到困难时也能克服,收获丰厚。",
"score": "4"
},
"fortune": {
"content": "赚钱欲望强烈,对投资感兴趣,资金周转频繁。\\n",
"score": "5"
},
"love": {
"content": "单身者容易得到异性关注,有机会恋爱;已婚者心情平和,容易感受到家庭的温暖。",
"score": "0"
},
"lucky": {
"color": "古铜青",
"numbers": "8",
"direction": "西北方向"
},
"people": {
"friends": "摩羯座",
"enemies": ""
},
"summary": "拓展人脉的好时机。"
},
"timestamp": 1760787219
}