Skip to content

title: Universal Week API Endpoint - Collective Weekly Energy description: Developer documentation for the Universal Week endpoint in The Numerology API: universal week numerology cycle, 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).


Universal Week

The Universal Week endpoint returns enterprise numerology output for universal week numerology cycle. Use this page for integration-ready parameter rules, allowed options, and response examples.

Endpoint

Method Path
GET https://api.numerologyapi.com/api/v1/universal-week
POST https://api.numerologyapi.com/api/v1/universal-week

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
target_date string|null No — pattern ^\d{4}-\d{2}-\d{2}$ Target date in YYYY-MM-DD format
timezone_offset string No Europe/Paris IANA timezone string (example: Europe/Paris) Timezone name, defaults to Europe/Paris
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
target_date string|null No — pattern ^\d{4}-\d{2}-\d{2}$ Target date in YYYY-MM-DD format.
timezone_offset string No Europe/Paris IANA timezone string (example: Europe/Paris) IANA timezone name (for example Europe/Paris).

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.