World's Cheapest API

Build Astrology Apps in Minutes

Vedic + Western Astrology via REST API

Vedic + Western astrology powered by Swiss Ephemeris (NASA JPL data). Python library available (pip install vedastro). Only $1/month unlimited.

$1/month

Unlimited API Calls

6 Categories

Complete Coverage

Free Tier

5 req/min No Card Required

Python Lib

pip install vedastro

What is VedAstro API?

A powerful REST API that brings ancient Vedic + Western astrology to modern applications. Powered by Swiss Ephemeris (NASA JPL data) for professional accuracy.

Available as REST API, Python library, or MCP server. No complex SDKs needed—just simple HTTP requests or Python imports.

How It Works

1
Sign Up (Free)

Get instant access to free tier—5 requests per minute

2
Integrate

REST endpoints or Python library—your choice

3
Calculate

Horoscope, match, numerology, charts, and more

4
Scale (Optional)

Upgrade to unlimited for just $1/month

6 API Categories

Complete Vedic astrology calculations at your fingertips

Horoscope Predictions

200+ Vedic life aspect predictions from birth charts

Match Report

16 Kuta Vedic compatibility factors for marriage matching

Numerology

Chaldean system predictions for names and numbers

Raw Chart Data

All planet/house positions, signs, constellations via Swiss Ephemeris

General Astro Data

24 key Vedic properties: Lagna, Nakshatra, Tithi, Karana, etc.

Ashtakvarga Charts

Sarva & Bhinna charts for precise transit predictions

Want to understand the rules behind every calculation?

Our AI Teacher searches classical Hindu Predictive Astrology texts by plain-English question — find the ancient source behind any API result instantly.

Open Teacher

Ready to Get Started?

Unlock unlimited API calls for just $1/month

Buy Now - $1/month

Simple Integration, Powerful Results

RESTful endpoints that just work. No complex libraries or dependencies.

// Recommended: x-api-key header (also supports: APIKey, Authorization: Bearer) curl "https://api.vedastro.org/api/Calculate/HoroscopePredictions/Location/19.0760,72.8777/Time/14:30/25-10-1992/+05:30/Ayanamsa/RAMAN" \ -H "x-api-key: YOUR_API_KEY" // Alternative: API key in URL (GET requests only) curl "https://api.vedastro.org/api/APIKey/YOUR_API_KEY/Calculate/HoroscopePredictions/Location/19.0760,72.8777/Time/14:30/25-10-1992/+05:30/Ayanamsa/RAMAN"
const response = await fetch("https://api.vedastro.org/api/Calculate/HoroscopePredictions", { method: "POST", headers: { "Content-Type": "application/json", "x-api-key": "YOUR_API_KEY" }, body: JSON.stringify({ Location: { Latitude: 19.0760, Longitude: 72.8777, Name: "Mumbai" }, Time: { StdTime: "14:30 25/10/1992 +05:30" }, Ayanamsa: "RAMAN" }) }); const data = await response.json();
# pip install vedastro from vedastro import * geolocation = GeoLocation("Mumbai", 72.8777, 19.0760) birth_time = Time("14:30 25/10/1992 +05:30", geolocation) # Get horoscope predictions predictions = Calculate.HoroscopePredictions(birth_time) print(json.dumps(predictions, indent=2))

Using with Claude Desktop (MCP Server)

Get direct access to Vedic astrology tools in Claude Desktop via the VedAstro MCP server. Use the custom connector form first, then fall back to config files only if you need a local manual setup.

Quick Setup
  1. Open Claude Desktop and go to Settings > Connectors.
  2. Choose Add custom connector.
  3. Set the URL to https://mcp.vedastro.org/api/mcp.
  4. Open Advanced settings, set Client ID to vedastro, and paste your VedAstro subscriber key into Secret.
  5. Click Add or Connect, then enable VedAstro in chat.
Name: VedAstro
URL: https://mcp.vedastro.org/api/mcp
Advanced settings:
  Client ID: vedastro
  Secret: YOUR_API_KEY_HERE
Connector note: If Claude opens a browser window to the VedAstro authorize page and it fails, return to the connector form and use the manual Advanced settings values above. The full provider guide is kept on the MCP page.
Free Tier (No API Key)
  • 5 calls per minute
  • All features available
  • No credit card required
  • Just remove the "headers" section
Subscriber Key Access
  • Use your VedAstro subscriber key for authenticated access
  • The protected connector URL is /api/mcp
  • The manual header-based URL is /api/mcp/public
  • Get your API key →
Config File Locations
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json
💡 Remember: Restart Claude Desktop after updating the config file for changes to take effect.

Why VedAstro API?

What makes us different

Swiss Ephemeris (NASA JPL)

Same data source as professional astronomers. Professional-grade accuracy for Vedic & Western astrology.

Python Library

Official wrapper—pip install vedastro. No HTTP requests needed. Clean, Pythonic interface.

World's Cheapest

$1/month unlimited vs competitors at $50-$200/month. No per-request fees. Seriously.

Vedic + Western

Not just Vedic—also Western astrology. Serve all your users with one API.

Pricing That Makes Sense

Start free, upgrade when ready. Both tiers include all 6 API categories.

Free Tier

Perfect to get started

$0 /month
  • 5 requests/minute
  • All 6 API categories
  • No credit card required
  • Community support
  • Swiss Ephemeris accuracy
Start Building

Unlimited Tier

For serious builders

Best Value
$1 /month
  • Unlimited requests
  • All 6 API categories
  • API key authentication
  • Priority support
  • Swiss Ephemeris accuracy
Buy Now - $1/month
World's Cheapest API

Other Vedic astrology APIs: $50-$200/month • VedAstro: $1/month. We're not kidding.

Powerful Use Cases

How builders use VedAstro API

Astrology Apps

Build mobile/web astrology apps without complex math. We handle the calculations.

Matchmaking Platforms

Add Vedic compatibility matching to dating/marriage platforms. 16 Kuta analysis.

Research & Data Science

Python library for analyzing patterns. Perfect for astrological research.

Technical Specifications

Protocol

REST API (HTTP/HTTPS) + Python library

Ephemeris

Swiss Ephemeris (NASA JPL data)

Uptime

99.9% SLA on Azure Cloud

Response Time

< 500ms average

Base URL

https://api.vedastro.org/api

Auth

x-api-key header (optional for free tier)

Start Building for Just $1/Month

Join developers worldwide using VedAstro API. Get instant access with our free tier (5 req/min) or unlock unlimited power for just $1/month.

No credit card required to start • Cancel anytime • 5 req/min free tier included