← Underholdning

Tilfeldig tarotkort

GET /tarot/random

Trekk et tilfeldig tarotkort fra den fullstendige kortstokken med 78 kort (22 Store Arkana og 56 Lille Arkana). Returnerer kortnavnet, arkanatype, farge (for Lille Arkana), nummer, oppreiste og omvendte betydninger og beskrivelse. Hvert trekk er tilfeldig og uavhengig. Nyttig for daglige tarotlesningsapper, spådomsverktøy, spådomsunderholdningsfunksjoner og mystisisme-tema-spill eller kreative skriveoppgaver.

Se det visualisert

Eksempelforespørsler

Grunnleggende bruk
curl https://nordapi.ee/api/v1/tarot/random
Draw a random tarot card
curl https://nordapi.ee/api/v1/tarot/random
Get your daily tarot reading
curl https://nordapi.ee/api/v1/tarot/random
Draw another card
curl https://nordapi.ee/api/v1/tarot/random

Livesvar

{
  "count": 1,
  "data": [
    {
      "desc": "Three swords piercing a heart; cloud and rain behind.",
      "meaning_rev": "Mental alienation, error, loss, distraction, disorder, confusion.",
      "meaning_up": "Removal, absence, delay, division, rupture, dispersion, and all that the design signifies naturally, being too simple and obvious to call for specific enumeration.",
      "name": "Three of Swords",
      "name_short": "sw03",
      "suit": "swords",
      "type": "minor",
      "value": "three"
    }
  ],
  "success": true
}