Skip to content

Legacy Natal Chart

POST
/api/legacy/natal

Accepts the old Bloom API request format and returns the natal chart in the legacy response format.

Authorizations

ApiKeyAuth

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

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

Request Body

application/json
JSON
{
  
"name": "string",
  
"date": "string",
  
"time": "string",
  
"latitude": 0,
  
"longitude": 0,
  
"timezone": "string",
  
"lang": "en"
}

Responses

Natal chart in legacy format

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation