POST · WESTERN

Davison Chart

Endpoint POST https://starsapi.com/api/v3/western/compatibility/davison

Overview

Generates a Davison relationship chart. Unlike the composite (which uses midpoints of planet positions), the Davison calculates an actual chart for the midpoint in time and space between two births. The midpoint date, midpoint location, and midpoint time are averaged, then a real natal chart is cast for that moment and place.

The result is a genuine chart with astronomically correct planet positions — not mathematical midpoints. Many astrologers consider it more “real” than the composite.

Authentication

MethodExample
Header (recommended)X-Api-Key: am_live_xxxxxxxxxxxx
BearerAuthorization: Bearer am_live_xxxxxxxxxxxx

Request body

Same person1/person2 nested structure as synastry.

FieldTypeRequiredDescription
person1.*YesPerson 1 birth data.
person2.*YesPerson 2 birth data.
house_systemstringNoDefault placidus.
node_typestringNoDefault true.

Response shape

FieldDescription
year, month, day, hour, minuteThe midpoint date/time calculated from both births.
latitude, longitudeMidpoint location.
timezoneTimezone used.
planetsPlanet positions for the midpoint chart (real astronomical positions).
ascendantDavison chart Ascendant.
midheavenDavison chart MC.
house_cuspsHouse cusps for the midpoint chart.

Davison vs Composite

FeatureCompositeDavison
MethodMidpoint of each planet pairReal chart for midpoint date/place
Astronomical realityMathematical constructActual sky at that moment
TransitsCannot be transited (not a real chart)Can be transited (real date exists)
UsageMore common in modern practicePreferred by many traditional astrologers

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
500COMPUTE_ERRORMidpoint calculation failed.
500EPHEMERIS_ERRORComputation failed.

See also