Skip to content

Calculate Synastry Chart

POST
/api/widget-api/synastry/{widgetId}

Calculate synastry chart via embedded widget

Authorizations

ApiKeyAuth

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

TypeAPI Key (header: X-Api-Key)

Parameters

Path Parameters

widgetId*
Typestring
Required

Request Body

application/json
JSON
{
"person1": {
"dateTime": "string",
"latitude": 0,
"longitude": 0,
"timezone": "string",
"placeName": "string"
},
"person2": {
"dateTime": "string",
"latitude": 0,
"longitude": 0,
"timezone": "string",
"placeName": "string"
}
}

Responses

Synastry chart data

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation