Skip to content

Legacy Monthly Reports

POST
/api/legacy/monthly-reports

Accepts the old Bloom API request format and returns monthly horoscope reports 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
{
  
"month": 0,
  
"year": 0,
  
"sign_id": "string",
  
"lang": "en"
}

Responses

Monthly reports in legacy format

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation