Skip to content

Calculate Transit Chart

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

Calculate transit chart via embedded widget

Authorizations

ApiKeyAuth

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

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

Parameters

Path Parameters

widgetId*
Type
string
Required

Request Body

application/json
JSON
{
  
"birthData": {
  
  
"dateTime": "string",
  
  
"latitude": 0,
  
  
"longitude": 0,
  
  
"timezone": "string",
  
  
"placeName": "string"
  
},
  
"transitDateTime": "string",
  
"transitTimezone": "string"
}

Responses

Transit chart data

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation