Skip to content

title: Date Alignment Check API Endpoint description: Developer documentation for the Date Alignment Check endpoint in The Numerology API: date compatibility scoring for life decisions, 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).


Date Alignment Check

The Date Alignment Check endpoint returns enterprise numerology output for date compatibility scoring for life decisions. Use this page for integration-ready parameter rules, allowed options, and response examples.

Endpoint

Method Path
GET https://api.numerologyapi.com/api/v1/date-alignment-check
POST https://api.numerologyapi.com/api/v1/date-alignment-check

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
target_date string Yes — pattern ^\d{4}-\d{2}-\d{2}$ Decision date to evaluate in YYYY-MM-DD format
context string Yes — length 1..80; canonical: marriage, launch, travel, interview, move, contract, surgery, exam, meeting; aliases accepted (examples): wedding, engagement, trip, vacation, test, presentation, negotiation Context such as marriage, launch, travel, interview, move, contract, surgery, exam, meeting
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.
target_date string Yes — pattern ^\d{4}-\d{2}-\d{2}$ Target date in YYYY-MM-DD format.
context string Yes — length 1..80; canonical: marriage, launch, travel, interview, move, contract, surgery, exam, meeting; aliases accepted: wedding, engagement, trip, vacation, test, presentation, negotiation Context to evaluate (for example exam, marriage, launch, travel).

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.