✦ The Astrology API for buildersProgrammatic natal charts, interpretations & compatibility.
One REST API. Western & Vedic systems. Precise ephemeris-grade calculations. Built for developers — production-grade reliability, predictable pricing, and a real audit trail.
- ●Natal charts — Tropical or Vedic, multiple house systems, Lahiri / Krishnamurti / Raman ayanamshas.
- ●Talent profiles — 60+ astrological skills scored from the chart for self-discovery + HR use cases.
- ●Pair compatibility — Western synastry + Vedic Ashtakoota in one call.
- ●PDF reports — generated async, delivered via signed S3 URL.
- ●Free tier — 1 000 requests/day, 10 000/month, 1 active API key. No credit card needed.
curl -X POST https://api.astrolinkers.com/v1/charts \
-H "Authorization: Bearer ak_live_..." \
-H "Content-Type: application/json" \
-d '{
"birth": {
"moment": "1990-06-15T09:30:00Z",
"latitude": 40.71,
"longitude": -74.01
},
"system": "vedic",
"house_system": "placidus",
"ayanamsha": "lahiri"
}'Want the full reference? docs.astrolinkers.com →