Sign up & get a key
Free tier covers 100 calls/day. Email-verify, generate a test key in one click.
export AIE_KEY="aie_test_..."The astrology engine for builders
130 endpoints. Six traditions. One key. Drop birth charts, compatibility, dashas, horary, and forecasts into your matrimony, horoscope, or D2C app β without becoming an astrologer.
curl -X POST https://api.astronode.dev/v1/charts/birth \
-H "Authorization: Bearer aie_test_..." \
-H "Content-Type: application/json" \
-d '{
"date": "1973-04-24",
"time": "17:25:00",
"tz_offset_minutes": 330,
"lat": 19.076,
"lng": 72.8777
}'Six traditions, one consistent JSON shape
Capabilities
Each tradition ships as a coherent cluster of endpoints with the same JSON envelope and the same auth. Click into any one to browse its full surface β sample requests, the tier each endpoint sits behind, and everything you need for your integration.
12 endpoints
Birth charts, varga, dasha, varshphal, panchang.
Explore Vedic β
7 endpoints
Cuspal sub-lord theory + horary 1β249.
Explore KP β
5 endpoints
Fixed-house kundli, 7 rins, and remedies.
Explore Lal Kitab β
5 endpoints
Pythagorean and Chaldean reductions, ank milan.
Explore Numerology β
12 endpoints
Tropical natal, transits, synastry, sun-sign forecasts.
Explore Western β
9 endpoints
Cross-tradition match: Ashtakoot, Porutham, synastry, ank milan.
Explore Compatibility β
7 endpoints
Async PDF reports for chart, compatibility, varshphal, KP, LK, Western.
Explore Reports β
How it works
Free tier covers 100 calls/day. Email-verify, generate a test key in one click.
export AIE_KEY="aie_test_..."Same JSON envelope across every tradition. Lat/lng/tz_offset_minutes β no place-name geocoding needed.
curl -X POST $AIE_API/v1/charts/birth -d '{...birth}'Use our SDK or your own. Every response carries request_id, engine_version, and an interpretation envelope.
{ data: { planets, houses, ... }, meta }For developers
One bearer token. One request envelope. Same response shape across every endpoint: { request_id, data, interpretation, meta }. Sign up, paste your key into curl, get a chart back. No SDK required, no XML, no surprise auth dance.
/v1/openapi.jsoncurl -X POST https://api.aie.example.com/v1/charts/birth \
-H "Authorization: Bearer aie_test_..." \
-H "Content-Type: application/json" \
-d '{
"date": "1995-08-14",
"time": "14:32:00",
"tz_offset_minutes": 330,
"lat": 18.5204,
"lng": 73.8567
}'For individuals
Raw planet positions are a commodity. Meaning is the moat. Every response carries an optional interpretation block β short, plain-English narrative, deterministically composed from versioned content. No LLM hallucinations, no fortune-teller theatrics, no medical or financial claims.
βModerate compatibility (22 / 36). The match has structural stability through friendly planetary lords, but emotional patterns differ β partners may approach decisions from different starting points. Long-term success depends on conscious communication around temperament and timing rather than instinctive alignment.β
Pricing
βΉ0
No card required
βΉ999 / mo
or $15 / mo
βΉ4,999 / mo
or $69 / mo
Custom
All prices are exclusive of GST. Annual billing not yet available β see our refund policy.
Questions
initial_score and the post-cancellation score so callers can render either.