https://json.astrologyapi.com/v1/yes_no_tarotx-astrologyapi-keystringrequiredAPI access token used to authenticate requests. Send your access token in this custom header.
Accept-LanguagestringPreferred language for the response content. Supported: English - en.
tarot_idintrequiredTarot id, eg: 10 for five of wands, 1 for king of wands
| Tarot ID | Card Name |
|---|---|
| 1 | The Magician |
| 2 | The Hierophant |
| 3 | The Emperor |
| 4 | Death |
| 5 | The Hermit |
| 6 | The Devil |
| 7 | Temperance |
| 8 | The Fool |
| 9 | The Chariot |
| 10 | Justice |
| 11 | The Judgment |
| 12 | Strength |
| 13 | The Empress |
| 14 | The Wheel of Fortune |
| 15 | The Star |
| 16 | The Moon |
| 17 | The Lovers |
| 18 | The Sun |
| 19 | The Hanged Man |
| 20 | The Tower |
| 21 | The World |
| 22 | The High Priestess |
curl --location 'https://json.astrologyapi.com/v1/yes_no_tarot' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"tarot_id": 10
}'
Runs with sample data β no API key needed
{
"name": "The Magician",
"value": "Yes",
"description": "It's time to manifest your intentions and put them into action. This card signifies the meeting of the material and spiritual realms. So if you're thinking to put your ideas into action, now is the time. The Magician is associated with planet Mercury. Mercury is the winged messenger and travels between the gods and humanity. So if you have a message to drop, be sure that heavens are listening and you shall be answered! This card is all about manifestations, spiritual rebirth and tapping into your infinite potential. So gather your ideas and see them come to reality."
}