Skip to content

Legacy Lunar Return

POST
/api/legacy/lunarreturn

Accepts the old Bloom API request format and returns the lunar 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",
  
"return_date": "string",
  
"lang": "en"
}

Responses

Lunar return chart in legacy format

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation