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 youth and maiden are pledging one another, and above their cups rises the Caduceus of Hermes, between the great wings of which there appears a lion's head. It is a variant of a sign which is found in a few old examples of this card. Some curious emblematical meanings are attached to it, but they do not concern us in this place.",
"meaning_rev": "Lust, cupidity, jealousy, wish, desire, but the card may also give, says W., \"that desire which is not in nature, but by which nature is sanctified.\"",
"meaning_up": "Love, passion, friendship, affinity, union, concord, sympathy, the interrelation of the sexes, and--as a suggestion apart from all offices of divination--that desire which is not in Nature, but by which Nature is sanctified.",
"name": "Two of Cups",
"name_short": "cu02",
"suit": "cups",
"type": "minor",
"value": "two"
}
],
"success": true
}