GET /tarot/random
从完整的 78 张塔罗牌(22 张大阿尔卡纳和 56 张小阿尔卡纳)中随机抽取一张。返回牌名、阿尔卡纳类型、花色(小阿尔卡纳)、编号、正位和逆位含义以及描述。每次抽取随机且独立。适用于每日塔罗牌阅读应用、占卜工具、算命娱乐功能和神秘主义主题的游戏或创意写作提示。
curl https://nordapi.ee/api/v1/tarot/random
curl https://nordapi.ee/api/v1/tarot/random
curl https://nordapi.ee/api/v1/tarot/random
curl https://nordapi.ee/api/v1/tarot/random
{
"count": 1,
"data": [
{
"desc": "A prostrate figure, pierced by all the swords belonging to the card.",
"meaning_rev": "Advantage, profit, success, favour, but none of these are permanent; also power and authority.",
"meaning_up": "Whatsoever is intimated by the design; also pain, affliction, tears, sadness, desolation. It is not especially a card of violent death.",
"name": "Ten of Swords",
"name_short": "sw10",
"suit": "swords",
"type": "minor",
"value": "ten"
}
],
"success": true
}