← Afþreying

Handahófskennt taróspil

GET /tarot/random

Dragðu handahófskennt tarot-spil úr fullum 78 spila stokki (22 Major Arcana og 56 Minor Arcana). Skilar nafni spilsins, tegund arcana, lit (fyrir Minor Arcana), númeri, merkingu þegar spilið er uppréttu og snúið, og lýsingu. Hver dráttur er handahófskenndur og óháður. Gagnlegt fyrir forrit fyrir daglegan tarot-lestur, spádómsverkfæri, skemmtanaaðgerðir um spádóma og leiki eða innblástur fyrir skapandi skrif með dulhyggjuþema.

Sjáðu það myndrænt

Dæmi um fyrirspurnir

Grunnnotkun
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

Lifandi svar

{
  "count": 1,
  "data": [
    {
      "desc": "A young man is seated under a tree and contemplates three cups set on the grass before him; an arm issuing from a cloud offers him another cup. His expression notwithstanding is one of discontent with his environment.",
      "meaning_rev": "Novelty, presage, new instruction, new relations.",
      "meaning_up": "Weariness, disgust, aversion, imaginary vexations, as if the wine of this world had caused satiety only; another wine, as if a fairy gift, is now offered the wastrel, but he sees no consolation therein. This is also a card of blended pleasure.",
      "name": "Four of Cups",
      "name_short": "cu04",
      "suit": "cups",
      "type": "minor",
      "value": "four"
    }
  ],
  "success": true
}