Skip to content
AstroWay/api v2.19.0 · docs
all systems operational
UA EN

Birth Chart API

The natal chart is the foundation of every astrology app (Co-Star, Sanctuary, The Pattern, Chani — all built on it). AstroWay API provides a full set of endpoints to build and analyze a chart in a single call: from basic planet positions on the same Swiss Ephemeris that powers Solar Fire and Astrodienst, to rare techniques competitors don’t ship — part of the 700+ endpoint platform.

A full natal chart includes the astrology trinity — three “faces” of personality users come back to explore again and again (drives retention):

  • Planet positions — Sun (identity/purpose), Moon (emotional core/needs), Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto + North Node, Chiron. Longitude, latitude, speed, sign, house, retrograde.
  • House cusps — 15 systems available (Placidus, Koch, Whole Sign, Equal, others). ASC (how others perceive the user), MC (career/public image), Vertex.
  • Aspects — conjunction, opposition, trine, square, sextile, quincunx. Orb, applying/separating.
  • Chart sect — diurnal/nocturnal (for classical Hellenistic astrology in the Chris Brennan / Demetra George tradition).
EndpointCreditsWhat it returns
/v1/chart20Full natal chart (planets + houses + aspects)
/v1/planets10Planet positions only (no houses or aspects)
/v1/essential-dignities20Essential dignities table (domicile, exaltation, triplicity, term, face)
/v1/almuten20Almuten figuris — medieval technique
/v1/arabic-parts20Arabic parts/lots (Fortuna, Spirit, others)
/v1/fixed-stars20Planet conjunctions with fixed stars
/v1/midpoints20Planetary midpoints
/v1/disposition-chains20Disposition chains (rulership graphs)
/v1/firdaria20Firdaria periods
/v1/profections20Annual profections
/v1/planetary-phases20Oriental/occidental phases
/v1/receptions20Mutual receptions
Terminal window
curl -X POST https://api.astroway.info/v1/chart \
-H "X-Api-Key: aw_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-07-14",
"time": "14:30:00",
"timezoneOffset": 3,
"latitude": 50.4501,
"longitude": 30.5234,
"houseSystem": "P"
}'
  • Astrology apps — web and mobile apps with chart building
  • AI agents — via MCP server or /interpret/natal for AI interpretations
  • Researchers — bulk calculations for statistical studies
  • Content platforms — natal charts as a feature on existing products

Natal chart (/v1/chart) — 20 credits. On the Free tier (10,000 credits/mo) — 500 charts per month free.

Was this helpful?
Suggest an edit

Last updated: