Skip to content

Legacy Compatibility

POST
/api/legacy/compatibility

Accepts the old Bloom API request format and returns the compatibility analysis 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

Compatibility analysis in legacy format

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation