Skip to content

title: Caution Dates Calendar API Endpoint description: Developer documentation for the Caution Dates Calendar endpoint in The Numerology API: caution date forecasting and risky-day calendar insights, 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).


Caution Dates Calendar

The Caution Dates Calendar endpoint returns enterprise numerology output for caution date forecasting and risky-day calendar insights. Use this page for integration-ready parameter rules, allowed options, and response examples.

Endpoint

Method Path
GET https://api.numerologyapi.com/api/v1/caution-dates-calendar
POST https://api.numerologyapi.com/api/v1/caution-dates-calendar

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
top_n integer No 10 range 1..31 How many highest-caution dates to return
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.
top_n integer No 10 range 1..31 How many highest-caution dates to return.

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.