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
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."
}