POST · WESTERN

Davison Chart

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

Computes the Davison relationship chart — a real chart cast for the time-space midpoint of two births (the midpoint date/time and midpoint location). Returns a signed URL to a wheel PNG image plus the computed Davison date. The URL is valid for 24 hours.

Authentication

MethodExample
Header (recommended)X-Api-Key: am_live_xxxxxxxxxxxx
BearerAuthorization: Bearer am_live_xxxxxxxxxxxx
Query?api_key=am_live_xxxxxxxxxxxx

Request body

FieldTypeRequiredDescription
person1objectYesFirst person’s birth data (see person fields).
person2objectYesSecond person’s birth data (same fields).
house_systemstringNoDefault placidus.
center_textstringNoCustom text in chart center.
brandingstringNoBranding text on chart.

Response shape

FieldTypeDescription
chart_urlstringSigned URL to the Davison wheel PNG image. Valid for 24 hours.
davison_datestringThe computed midpoint date/time, e.g. "1991-06-29 12:22".

Errors

HTTPCodeCause
400MISSING_FIELDperson1 or person2 missing, or required sub-fields absent.
405METHOD_NOT_ALLOWEDNon-POST request.
500COMPUTE_ERRORDavison midpoint computation failed.
500EPHEMERIS_ERRORChart computation for the Davison moment failed.

Notes

  • Unlike the composite chart (mathematical midpoints), the Davison chart is a real chart cast for an actual moment in time — the midpoint between two birth dates/times at the midpoint location.
  • davison_date is the computed midpoint — useful for display or transit analysis against the relationship chart.
  • For Davison data (positions, aspects) without the chart image, use Davison.

See also