Major & Minor Arcana | Celtic Cross | Card of the Day | AI Interpretation
Build tarot apps with the most complete tarot API available. 78 cards with full symbolism, upright and reversed meanings, 15 spread layouts, and Vedika AI-powered natural language readings. Purpose-built for faith-tech.
Every tarot feature your app needs, as structured JSON
22 Major Arcana and 56 Minor Arcana cards with full symbolism, keywords, upright meanings, reversed meanings, and elemental associations.
/v2/divination/tarot/cards
Celtic Cross, Three Card, Past-Present-Future, Relationship, Career, Horseshoe, Star, and more. Each spread returns positioned cards with context.
/v2/divination/tarot/spread
Daily card draw with full interpretation. Seeded by date for consistency or random for variety. Perfect for daily content feeds and notifications.
/v2/divination/tarot/daily
Single-card draw optimized for yes/no questions. Returns card, orientation, answer, and confidence level. Simple integration for quick readings.
/v2/divination/tarot/yes-no
Vedika AI interprets card draws and spreads in natural language. Ask context-specific questions and get personalized tarot readings powered by our faith-tech engine.
/v2/divination/tarot/interpret
Draw any number of cards with or without reversals. Returns card details, position meanings, and optional AI narrative for the complete draw.
/v2/divination/tarot/draw
Get tarot readings in seconds
curl -X POST https://api.vedika.io/v2/divination/tarot/spread \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"spread": "celtic_cross",
"question": "What does my career hold?",
"reversals": true
}'
const res = await fetch(
'https://api.vedika.io/v2/divination/tarot/daily',
{
headers: {
'Authorization': 'Bearer your_api_key'
}
}
);
const { data } = await res.json();
console.log(data.card.name); // "The Star"
console.log(data.card.meaning); // upright meaning
console.log(data.interpretation);
All endpoints included in every plan. Tarot + Astrology + Numerology.
78 cards. 15 spreads. AI interpretation. Plans from $12/month.