140+ Vedic & Western endpoints. AI chatbot that answers astrology questions. Anti-fabricated data validation built in.
Copy, paste, run. That's it.
import requests # Free sandbox — no API key needed response = requests.post( "https://api.vedika.io/sandbox/vedic/birth-chart", json={ "datetime": "1990-06-15T10:30:00", "latitude": 12.9716, "longitude": 77.5946, "timezone": "+05:30" } ) chart = response.json() print(chart["ascendant"]) # "Leo" print(chart["planets"]) # Sun, Moon, Mars positions...
// Free sandbox — no API key needed const response = await fetch( "https://api.vedika.io/sandbox/vedic/birth-chart", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ datetime: "1990-06-15T10:30:00", latitude: 12.9716, longitude: 77.5946, timezone: "+05:30" }) } ); const chart = await response.json(); console.log(chart.ascendant); // "Leo"
curl -X POST https://api.vedika.io/sandbox/vedic/birth-chart \ -H "Content-Type: application/json" \ -d '{ "datetime": "1990-06-15T10:30:00", "latitude": 12.9716, "longitude": 77.5946, "timezone": "+05:30" }'
Users ask questions in plain language, get validated astrology answers. 30 languages.
Birth charts, kundali matching, dasha, horoscopes, panchang, numerology, transits.
AI responses validated against Swiss Ephemeris math. No fabricated yogas or wrong signs.
All 3 astrology systems in one API. Sidereal and tropical. Zero cross-contamination.
65 mock endpoints, full API structure. No signup, no key, no cost. Hit /sandbox/vedic/birth-chart right now.
From $12/mo. Get your vk_live_ key instantly. Same endpoints, real data.
Add the API key header, swap sandbox URL to production. Your app has astrology features.
Pay for what you use. Start with the Starter plan.
Start with the free sandbox. No signup required.