Skip to content

Calculate Astrocartography Lines (JSON)

GET
/api/astrocartography/lines

Calculate astrocartography line data without rendering.
Returns the raw line coordinates for each planet and angle type,
useful for custom rendering or integration with mapping libraries.

Required parameters:

  • dateTime: Birth date/time (YYYY-MM-DDTHH:mm)
  • location.longitude, location.latitude, location.timezone: Birth location

Authorizations

ApiKeyAuth

API key for authentication. Get your API key from the dashboard.

Type
API Key (header: X-Api-Key)

Responses

Astrocartography lines calculated successfully

application/json
JSON
{
"data": {
"lines": [
{
"planetId": "string",
"angleType": "string",
"points": [
[
]
]
}
]
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation