GET:https://s.jixiejidiguan.top/api/tarot
JSON
无(本接口无需任何请求参数)
JSON
参数名 | 类型 | 说明 |
---|---|---|
0.name_cn | string | 卡牌中文名称 |
0.name_en | string | 卡牌英文名称 |
0.type | string | 卡牌类型(权杖/宝剑/圣杯/星币) |
0.meaning.up | string | 正位含义:表示积极、正向的牌义 |
0.meaning.down | string | 逆位含义:表示消极、负向的牌义 |
0.pic | string | 卡牌图片名称(用于本地识别) |
Image | string | 卡牌高清图片 URL 地址 |
curl -X GET 'https://s.jixiejidiguan.top/api/tarot' \
-H 'User-Agent: ProxyPin/1.1.9' \
-H 'Accept: */*' \
-H 'Host: s.jixiejidiguan.top' \
--compressed
{
"0": {
"name_cn": "权杖侍从",
"name_en": "Page of Wands",
"type": "Wands",
"meaning": {
"up": "新计划的开始、尝试新事物、好消息传来",
"down": "三分钟热度、规划太久导致进展不顺、坏消息传来"
},
"pic": "权杖侍从"
},
"Image": "https://s.jixiejidiguan.top/api/src/Tarotcards/Wands/权杖侍从.png"
}
评论已关闭