Arcanecodex
commited on
Upload tarot_card_data.json
Browse files- tarot_card_data.json +53 -0
tarot_card_data.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"card": "The Fool",
|
4 |
+
"upright_meaning": "Innocence, risk, and beginnings. The Fool brings an opportunity to start over and feel young again or excited at the prospect of a new way of living. It is a time for optimism and a fresh perspective.",
|
5 |
+
"reversed_meaning": "Irresponsibility, rash decisions, and being reckless. The reversed Fool may indicate making unwise decisions or leaping without awareness.",
|
6 |
+
"keywords": [
|
7 |
+
"Beginnings",
|
8 |
+
"Risks",
|
9 |
+
"Innocence"
|
10 |
+
],
|
11 |
+
"element": "Air",
|
12 |
+
"astrological_sign": "Uranus",
|
13 |
+
"symbols": [
|
14 |
+
"Dog",
|
15 |
+
"White Rose",
|
16 |
+
"Sun"
|
17 |
+
]
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"card": "The Magician",
|
21 |
+
"upright_meaning": "Action, creativity, and success. The Magician symbolizes the ability to transform ideas into reality and indicates that it\u2019s time to take action and communicate your ideas and desires.",
|
22 |
+
"reversed_meaning": "Deception, trickery, and lack of direction. The reversed Magician may indicate being misled by a manipulative individual or facing creative blocks.",
|
23 |
+
"keywords": [
|
24 |
+
"Action",
|
25 |
+
"Ambition",
|
26 |
+
"Manifesting"
|
27 |
+
],
|
28 |
+
"element": "Air",
|
29 |
+
"astrological_sign": "Mercury",
|
30 |
+
"symbols": [
|
31 |
+
"Lemniscate",
|
32 |
+
"Magic Wand",
|
33 |
+
"Table with Suit Symbols"
|
34 |
+
]
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"card": "The High Priestess",
|
38 |
+
"upright_meaning": "Secrets, intuition, and learning. The High Priestess represents spiritual knowledge, inner wisdom, and the need to trust your instincts.",
|
39 |
+
"reversed_meaning": "Lack of center, repressed feelings, and secrets revealed. It may suggest ignoring your intuition or struggling to access your inner voice.",
|
40 |
+
"keywords": [
|
41 |
+
"Secrets",
|
42 |
+
"Intuition",
|
43 |
+
"Learning"
|
44 |
+
],
|
45 |
+
"element": "Water",
|
46 |
+
"astrological_sign": "Moon",
|
47 |
+
"symbols": [
|
48 |
+
"Scroll",
|
49 |
+
"Pillars",
|
50 |
+
"Moon Crown"
|
51 |
+
]
|
52 |
+
}
|
53 |
+
]
|