Skip to content

Legacy Transits

POST
/api/legacy/transits

Accepts the old Bloom API request format and returns the transits 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",
  
"birth_date": "string",
  
"birth_time": "string",
  
"birth_latitude": 0,
  
"birth_longitude": 0,
  
"birth_timezone": "string",
  
"transit_start": "string",
  
"transit_end": "string",
  
"transit_latitude": 0,
  
"transit_longitude": 0,
  
"transit_timezone": "string",
  
"lang": "en"
}

Responses

Transits in legacy format

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation