POST · WESTERN

Chart Shape

Endpoint POST https://starsapi.com/api/v3/western/natal/chart-shape

Overview

Classifies the overall distribution of planets around the 360° wheel into one of seven recognized chart shapes. This is based on Marc Edmund Jones’ planetary pattern classification system, widely used in Western natal chart analysis.

The shape reveals the native’s fundamental orientation to life — focused vs. scattered, self-driven vs. responsive, specialist vs. generalist.

Authentication

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

Request body

FieldTypeRequiredDescription
yearintegerYesBirth year (1800–2400).
monthintegerYesBirth month (1–12).
dayintegerYesBirth day.
hourintegerYesBirth hour (0–23).
minuteintegerYesBirth minute (0–59).
secondintegerNoDefault 0.
latitudenumberYesDecimal degrees.
longitudenumberYesDecimal degrees.
timezonestringYesIANA timezone.
house_systemstringNoDefault placidus.
node_typestringNotrue, mean, or both. Default true.

Response shape

FieldTypeDescription
shapestringOne of 7 shape types (see below).
descriptionstringInterpretation of the shape.
occupied_arcnumberArc in degrees containing all planets.
empty_arcnumberLargest empty gap in degrees.
signs_occupiedintegerNumber of distinct zodiac signs containing planets.
leading_planetstringFirst planet clockwise after the largest empty gap.
planets_usedintegerNumber of bodies analyzed (excludes South Node and Part of Fortune).

Shape types

ShapeOccupied arcKey featurePersonality
Bundle≤120°All planets in one-thirdHighly focused specialist with narrow but deep interests
Bowl≤180°All planets in one halfSelf-contained, aware of what the empty half represents
Bucket≤180° + singletonBowl with one planet opposite as “handle”The singleton directs all the bowl’s energy outward
Locomotive≤240°Two-thirds occupied, 120° emptyDriven, ambitious, executive energy — the leading planet sets direction
SplayIrregularDistinct clusters, no single gapIndependent, non-conformist, resists categorization
See-SawTwo groupsTwo opposing clusters with gapsLife between two poles — constantly balancing opposing needs
SplashWide spread7+ signs occupiedVersatile generalist, scattered interests, multi-talented

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
400INVALID_DATEInvalid date.
400INVALID_TIMETime outside range.
400INVALID_TIMEZONENot valid IANA.
400INVALID_COORDINATEOut of range.
400INVALID_PARAMInvalid house_system.
500EPHEMERIS_ERRORComputation failed.

See also