POST · WESTERN

Retrograde Planets

Endpoint POST https://starsapi.com/api/v3/western/predictions/retrograde

Computes the tropical natal chart and returns only the planets that are retrograde, each with a prewritten interpretation and keyword pills. Non-retrograde planets are omitted entirely. Checks Mercury through Pluto plus Chiron and Lilith (Sun and Moon are never retrograde). Each interpretation is written specifically for the natal retrograde condition — the internalized expression of that planet’s energy.

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.
secondintegerNoBirth second, default 0.
latitudenumberYesDecimal degrees, −90 to 90.
longitudenumberYesDecimal degrees, −180 to 180.
timezonestringYesIANA timezone.
languagestringNoLanguage code. Supported: en, es, fr, pt, it, de, ru. Default en.
house_systemstringNoAny of 23 supported systems. Default placidus.
node_typestringNoOne of true, mean, both. Default true.

Response shape

FieldTypeDescription
retrograde_countintegerNumber of retrograde planets found.
total_checkedintegerTotal planets checked (10).
retrogrades[]arrayOne entry per retrograde planet. Each carries planet, sign, house, speed (degrees/day, negative = retrograde), and prediction with title, text, and keywords array.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
400INVALID_DATEBad calendar date or year out of range.
400INVALID_PARAMBad language or node_type value.
400INVALID_TIMEZONENon-IANA timezone.
400INVALID_COORDINATELat/lon out of range.
405METHOD_NOT_ALLOWEDNon-POST request.

See also