Skip to content

Legacy Solar Return

POST
/api/legacy/solarreturn

Accepts the old Bloom API request format and returns the solar return 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",
  
"year": 0,
  
"lang": "en"
}

Responses

Solar return chart in legacy format

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation