Build Astrology Apps with 120+ Endpoints and AI Chatbot

Vedika API gives you everything you need: birth charts, dashas, compatibility matching, predictions, numerology, and a conversational AI that speaks 30 languages.

Get API Key Try Sandbox
120+
API Endpoints
300+
Yoga Detections
30
Languages
99.9%
Uptime SLA

Documentation Hub

📖

API Reference

Complete endpoint documentation with request/response schemas, authentication, error codes, and rate limits.

View API Docs →

Features

All 120+ endpoints organized by category: birth charts, dashas, yogas, doshas, compatibility, panchang, and more.

Explore Features →
💡

Use Cases

Real-world examples: WhatsApp bots, matching apps, daily horoscopes, kundli tools, transit alerts, gemstone recommenders.

See Use Cases →
🏢

Industries

How astrology apps, matchmaking platforms, e-commerce, wellness apps, and media companies use Vedika API.

View Industries →
💻

Frameworks

Integration guides for React, Next.js, Vue, Angular, Python, Django, Flask, Node.js, Go, Java, .NET, and more.

Framework Guides →
🔗

Integrations

REST API, JavaScript SDK, Python SDK, SSE streaming, and webhook integration guides with code examples.

Integration Guides →
💕

Compatibility

Ashtakoota matching, Guna Milan, Mangal Dosha compatibility, and Western synastry API reference.

Matching Docs →
🌎

Global Coverage

Works for any location on Earth. Provide latitude, longitude, and timezone for accurate calculations worldwide.

See Coverage →

More Resources

📦

SDK Documentation

Official JavaScript (npm) and Python (PyPI) SDKs with typed interfaces and auto-retry.

SDK Docs →
🧪

Sandbox

65 mock endpoints for development and testing. No API key required. Returns realistic sample data.

Open Sandbox →
💰

Pricing

Plans from $12/month. Pay-per-query billing. Calculation endpoints from $0.001. AI queries from $0.15.

View Plans →

Quick Start: 3 Steps to Your First API Call

1

Get Your API Key

Create an account at vedika.io/dashboard and generate a live API key. Plans start at $12/month.

2

Make Your First Call

Use the API key in the x-api-key header. Hit any endpoint with birth data (datetime, latitude, longitude, timezone).

3

Go Live

Integrate into your app. Monitor usage from the dashboard. Scale from hobby project to millions of queries.

curl -X POST https://api.vedika.io/v2/astrology/kundli \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "datetime": "1990-06-15T10:30:00",
    "latitude": 19.0760,
    "longitude": 72.8777,
    "timezone": "+05:30"
  }'