GET /tarot/random
Draw a random tarot card from the full 78-card deck (22 Major Arcana and 56 Minor Arcana). Returns the card name, arcana type, suit (for Minor Arcana), number, upright and reversed meanings, and description. Each draw is random and independent. Useful for daily tarot reading apps, divination tools, fortune-telling entertainment features, and mysticism-themed games or creative writing prompts.
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 crowned figure, having a pentacle over his crown, clasps another with hands and arms; two pentacles are under his feet. He holds to that which he has.",
"meaning_rev": "Suspense, delay, opposition.",
"meaning_up": "The surety of possessions, cleaving to that which one has, gift, legacy, inheritance.",
"name": "Four of Pentacles",
"name_short": "pe04",
"suit": "pentacles",
"type": "minor",
"value": "four"
}
],
"success": true
}