Build natal charts, synastry, transits, and horoscopes with one API. All house systems. AI-powered interpretations. 5-minute setup.
From basic sun signs to advanced synastry analysis - one API covers all Western astrology needs.
Complete birth chart with all planets, houses, and aspects. Choose from Placidus, Koch, Whole Sign, Equal, or Campanus house systems.
Compare two charts for relationship compatibility. Inter-aspects, composite charts, and compatibility scores for dating apps.
Current and future planetary positions. Track how transiting planets affect the natal chart for daily, weekly, monthly forecasts.
All major aspects (conjunction, opposition, trine, square, sextile) and minors. Configurable orbs. Pattern detection.
Daily, weekly, monthly, yearly horoscopes for all 12 zodiac signs. AI-generated personalized readings based on transits.
Secondary progressions, solar arc directions. Long-term life themes and psychological development tracking.
Ask in plain English. Get structured JSON. No complex parameter mapping.
// Get natal chart with Western astrology
const chart = await fetch("https://api.vedika.io/v1/query", {
method: "POST",
headers: { "x-api-key": "YOUR_API_KEY" },
body: JSON.stringify({
query: "Calculate natal chart for April 15, 1990, 9:30 AM, London UK. Use Placidus houses. Include aspects.",
system: "western"
})
}).then(r => r.json());
// Response includes:
// - Sun, Moon, Rising signs
// - All planet positions with house placements
// - Aspects with orbs
// - House cusps
// - AI interpretation
Add compatibility scores based on synastry. "You're 85% compatible with this match based on your Venus-Mars aspects."
Daily, weekly, monthly horoscopes. Personalized based on full birth chart, not just sun sign.
Add astrology features to wellness apps. Mercury retrograde alerts, moon phase tracking.
Generate personalized astrology content. Newsletters, push notifications, social posts.
FREE Sandbox to test everything. Production from $12/month.