AstroAsk Docs
API referenceWestern astrologyV1WesternMidpoints

POST /v1/western/midpoints

Cosmobiology midpoints: the full midpoint matrix for every planet pair plus all midpoint activations (planets sitting on a hard-aspect point of a pair's midpoint axis), with configurable orb and 45°/90° dial.

POST
/v1/western/midpoints

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/western/midpoints" \  -H "Content-Type: application/json" \  -d '{    "date": "1990-01-15T10:30:00"  }'
{  "success": true,  "data": {    "midpoints": "[object: 12599 bytes — omitted for brevity]",    "activations": "[object: 18527 bytes — omitted for brevity]"  }}