免费稳定获取十二星座今日运势数据。包含综合、健康、爱情、财运、幸运颜色等全方位指标。带有双重容灾保障机制,确保全天候响应。
| 请求方式 | GET |
| 接口地址 | https://api.nxzlm.com/horoscope/api.php |
| 返回格式 | JSON |
| 参数名 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
| astro | String | 必填 | 无 | 需要查询的星座名或拼音缩写。例如 aries 或 白羊座。支持:aries/taurus/gemini/cancer/leo/virgo/libra/scorpio/sagittarius/capricorn/aquarius/pisces |
{
"code": 200,
"msg": "success",
"data": {
"name": "白羊座",
"date": "2024-02-10",
"comprehensive": "80%",
"health": "90%",
"love": "70%",
"money": "85%",
"work": "80%",
"color": "红色",
"number": "5",
"qfriend": "狮子座",
"summary": "今天运势平稳,保持平常心即可。"
}
}