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.
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": "Strange chalices of vision, but the images are more especially those of the fantastic spirit.",
"meaning_rev": "Desire, will, determination, project.",
"meaning_up": "Fairy favours, images of reflection, sentiment, imagination, things seen in the glass of contemplation; some attainment in these degrees, but nothing permanent or substantial is suggested.",
"name": "Seven of Cups",
"name_short": "cu07",
"suit": "cups",
"type": "minor",
"value": "seven"
}
],
"success": true
}