NEW25 Endpoints | 78 Cards | 15 Spreads | AI Readings | FREE Sandbox

Tarot Reading API

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.

FREE Sandbox
78 Full-Deck Cards
Plans from $12/mo

Complete Tarot System via API

Every tarot feature your app needs, as structured JSON

Full 78-Card Deck

22 Major Arcana and 56 Minor Arcana cards with full symbolism, keywords, upright meanings, reversed meanings, and elemental associations.

/v2/divination/tarot/cards

15 Spread Layouts

Celtic Cross, Three Card, Past-Present-Future, Relationship, Career, Horseshoe, Star, and more. Each spread returns positioned cards with context.

/v2/divination/tarot/spread

Card of the Day

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

Yes/No Oracle

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

AI Interpretation

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

Multi-Card Draw

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

Simple Integration

Get tarot readings in seconds

cURL - Celtic Cross Spread
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
  }'
JavaScript - Card of the Day
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);

Pricing

All endpoints included in every plan. Tarot + Astrology + Numerology.

Starter

$12/mo
  • 300 credits/month
Get Started
POPULAR

Pro

$60/mo
  • 1,500 credits/month
Get Started

Business

$120/mo
  • 3,000 credits/month
Get Started

Enterprise

$240/mo
  • 6,000 credits + SLA
Contact Sales

Build Your Tarot App Today

78 cards. 15 spreads. AI interpretation. Plans from $12/month.