Skip to content

title: Monthly Energy Heatmap API Endpoint description: Developer documentation for the Monthly Energy Heatmap endpoint in The Numerology API: monthly numerology heatmap and day-by-day energy scoring, request parameter options, authentication, multilingual JSON responses, and production-ready examples. Extended endpoints are available only on the direct Numerology API platform (RapidAPI gateway not supported).


Monthly Energy Heatmap

The Monthly Energy Heatmap endpoint returns enterprise numerology output for monthly numerology heatmap and day-by-day energy scoring. Use this page for integration-ready parameter rules, allowed options, and response examples.

Endpoint

Method Path
GET https://api.numerologyapi.com/api/v1/monthly-energy-heatmap
POST https://api.numerologyapi.com/api/v1/monthly-energy-heatmap

Availability

  • Authentication: X-API-Key (or Authorization: Bearer YOUR_API_KEY)
  • Supported lang values: en, es, de, fr, pt
  • Access channel: direct API (https://api.numerologyapi.com)
  • RapidAPI gateway: Not currently supported for extended endpoints

Parameters

GET Query Parameters

Parameter Type Required Default Options Description
dob string Yes — pattern ^\d{4}-\d{2}-\d{2}$ Date of birth in YYYY-MM-DD format
month string Yes — pattern ^\d{4}-\d{2}$ Target month in YYYY-MM format
lang string No en en, es, de, fr, pt Response language (supported: en, es, de, fr, pt)

POST Query Parameters

Parameter Type Required Default Options Description
lang string No en en, es, de, fr, pt Response language (supported: en, es, de, fr, pt)

POST Body Parameters

Parameter Type Required Default Options Description
dob string Yes — pattern ^\d{4}-\d{2}-\d{2}$ Date of birth in YYYY-MM-DD format.
month string Yes — pattern ^\d{4}-\d{2}$ Target month in YYYY-MM format.

Response Example

GET

Open Dashboard


Note

This endpoint belongs to the Extended suite and is available through direct API access at https://api.numerologyapi.com. It is currently not supported via the RapidAPI gateway.