POST · WESTERN

Composite Chart

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

Overview

Generates a composite midpoint chart — the midpoint of each pair of corresponding planets from both natal charts. The composite chart represents the relationship itself as a third entity, distinct from either individual.

Composite Sun = midpoint of Person 1’s Sun and Person 2’s Sun, and so on for all planets, ASC, and MC. The resulting chart is read like a natal chart but describes the dynamics and purpose of the relationship.

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 (year, month, day, hour, minute, second, latitude, longitude, timezone).
person2.*YesPerson 2 birth data.
house_systemstringNoDefault placidus.
node_typestringNoDefault true.

Response shape

Returns a full chart structure — same format as a natal chart but with midpoint-derived positions.

FieldDescription
planetsComposite planet positions (midpoints of both charts).
ascendantComposite Ascendant.
midheavenComposite MC.
house_cuspsComposite house cusps.
house_systemHouse system used.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
500EPHEMERIS_ERRORComputation failed.

See also

  • Synastry — inter-chart aspects
  • Davison — Davison relationship chart (real chart, not midpoints)