Skip to content

Mirror Path & Circles

The Mirror Path represents the reflective twin of your Life Path Number, unveiling how your soul vibration mirrors into another frequency — often revealing hidden lessons, karmic reflections, and spiritual symmetry.

This endpoint introduces the Circles: a repeating numeric cycle based on the formula 2n + 1 or n + 1 + n, showing how numbers continuously evolve and mirror back into one another.

💡 A groundbreaking numerological insight discovered by Etuge Anselm E, showing that Life Paths don’t end — they reflect, connect, and evolve infinitely in mirror cycles.


Endpoint Overview

Method Path
GET https://api.numerologyapi.com/api/v1/mirror-path
POST https://api.numerologyapi.com/api/v1/mirror-path

Required Headers

"X-API-Key": "YOUR_API_KEY"
"Host": "api.numerologyapi.com"
"Content-Type": "application/json"

Parameters

Parameter Type Required Description
dob string Yes Date of birth (YYYY-MM-DD or YYYYMMDD).
expanded bool No If true, returns full mirror cycle and detailed meanings. Default: false.
allow_masters bool No (Reserved) For future support of master numbers without reduction.

Example Request (GET)

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/mirror-path?dob=1992-07-16&expanded=False&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

Open Dashboard


Example Request (POST)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/mirror-path?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "dob": "1992-07-16",
  "expanded": false
}'

Example Response (expanded = true)

{
  "life_path": 8,
  "is_master_number": "no",
  "mirror_path": 8,
  "mirror_path_meaning": "Unity mirrors itself into the Trinity, first expression of consciousness. It represents the pure source initiating creation through self-reflection.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "42d20c9b03d13313",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "mirror_path",
    "endpoint_description": "Analyzes the Mirror Path, showing alternate life expressions.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:36.837309+01:00",
    "data_source": "Internal Engine / Astro Numerology Interpretation Engine (ANIE)",
    "cacheable_status": true,
    "report_issue": "https://github.com/dakidarts/the-numerology-api/issues",
    "response_language": "en",
    "supported_languages": [
      "en",
      "es",
      "de",
      "fr",
      "pt"
    ],
    "notes": ""
  }
}

Interpretation

Aspect Description
Life Path Your fundamental vibration or spiritual purpose in this lifetime.
Mirror Path The reflective energy your Life Path evolves or balances into — your hidden counterpart.
Cycle The repeating numeric pattern showing your soul’s mirror evolution over time.
Cycle Keywords Symbolic essences tied to each number in your reflection circle.

Example Insight

A Life Path 3 (The Trinity) mirrors into 7 (Mysticism) — indicating that the expressive, creative communicator evolves toward divine introspection and inner wisdom. Over lifetimes, this 3–7 axis teaches balance between joy and depth, expression and silence, creation and contemplation.



Open Dashboard


Note

  • This endpoint uses single-digit reduction (1–9) by default.
  • Master Numbers (11, 22, 33) are not expanded yet but will be supported soon.
  • Cycles always loop back to the originating number, forming eternal reflective sequences.
  • Use expanded=true for deeper analysis, including full mirror cycles and detailed meanings.