Integrate the complete 78-card Rider-Waite-Smith deck into your application. Generate randomized spreads, retrieve deep upright and reversed meanings, and access high-resolution card imagery instantly.
{
"spread": "Past, Present, Future",
"cards": [
{
"position": "Past",
"name": "The Fool",
"arcana": "Major",
"orientation": "Upright",
"meaning": "Beginnings, innocence, spontaneity, a free spirit.",
"image_url": "https://cdn.planetsxp.com/tarot/rws/the_fool.jpg"
}
]
}
Complete RWS Deck
Upright & Reversed Logic
Celtic Cross & Spreads
High-Res Card Assets
Power your daily draws, interactive readings, and educational tarot directories seamlessly.
Draw cards using built-in spread logic including Single Card, Past-Present-Future, Career Path, and the 10-card Celtic Cross.
The drawing engine accurately simulates physical shuffling. You can enable or disable reversed cards with a simple boolean parameter.
Every API response includes a fast, CDN-hosted URL to a high-resolution, restored image of the Rider-Waite-Smith card.
Retrieve deep metadata for every card, including numerology, planetary associations, element, and detailed paragraphs for love and career.
Access a dedicated endpoint for quick "Yes or No" questions. It draws a single card and provides a definitive answer based on the card's energy.
Use the "Card of the Day" endpoint to ensure every user on your platform sees the exact same daily card, perfect for community apps.
Effortlessly pull cards, spreads, and metadata with simple REST commands.
The core endpoint for interactive readings. Specify the number of cards to pull, whether to allow reversals, and if you want to apply a specific named spread format.
?count=3
&reversals=true
&spread=past_present_future
Fetch the complete encyclopedia entry for a specific card. Perfect for building Tarot dictionaries and educational directories within your application.
"metadata": {
"name": "Death",
"number": 13,
"arcana": "Major",
"element": "Water",
"astrology": "Scorpio",
"description": "The Death card represents the end of a major phase..."
}
Everything you need to know about integrating our Tarot Card API.
Start building your divination application today. Get up to 1,000 free API calls per month in our sandbox environment.