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.

Try API Builder

$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

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. No coding required!

Quick Setup

Add this to your Claude Desktop configuration file:

{
  "mcpServers": {
    "vedastro": {
      "url": "https://mcp.vedastro.org/api/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY_HERE"
      }
    }
  }
}
Free Tier (No API Key)
  • 5 calls per minute
  • All features available
  • No credit card required
  • Just remove the "headers" section
Premium (With 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
Get Unlimited Tier
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