Skip to content

Legacy Composite Chart

POST
/api/legacy/composite

Accepts the old Bloom API request format and returns the composite 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
{
  
"name1": "string",
  
"date1": "string",
  
"time1": "string",
  
"latitude1": 0,
  
"longitude1": 0,
  
"timezone1": "string",
  
"name2": "string",
  
"date2": "string",
  
"time2": "string",
  
"latitude2": 0,
  
"longitude2": 0,
  
"timezone2": "string",
  
"lang": "en"
}

Responses

Composite chart in legacy format

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation