https://json.astrologyapi.com/v1/acg/planetary-line/:category/:planetReturns the geometry of one single planet-and-angle astrocartography line. Computes just one line: a specific planet on a specific angle (its Midheaven, IC, Ascendant, or Descendant line). For MC/IC the line is a meridian with a single longitude_deg. For AC/DC it comes back as a curve with a points array of {latitude_deg, longitude_deg} samples tracing the rising/setting line.
1{
2 "line": {
3 "kind": "meridian",
4 "line_type": "MC",
5 "longitude_deg": 107.259319,
6 "object": "Moon",
7 "zenith_latitude_deg": -20.166033
8 }
9}x-astrologyapi-keystring
requiredAPI Access Token to authenticate requests. Send your access token in this custom header.
Accept-Languagestring
Preferred language for the response content
Properties
daynumber
requiredDay of birth (1-31).
monthnumber
requiredMonth of birth (1-12).
yearnumber
requiredYear of birth.
hournumber
requiredHour of birth (0-23).
minnumber
requiredMinute of birth (0-59).
secondnumber
Second of birth (0-59).
tzonenumber
requiredTimezone offset from UTC in hours.
latnumber
requiredLatitude of birth place.
lonnumber
requiredLongitude of birth place.
include_paransboolean
Set to true to also return paran latitude-crossing lines. Default: false.
categorystring
requiredThe angle/line type to compute.
Properties
planetstring
requiredThe celestial body whose line to compute.
Properties
Something is wrong with your request format or parameters.
Your API key is missing or invalid.
You don't have permission to access this specific resource.
The API endpoint you're trying to reach doesn't exist.
Our server is having a temporary glitch.