---
title: "Life Path Number (pythagorean)"
method: POST
path: "/numerology/pythagorean/life-path"
tags: ["Numerology: Pythagorean"]
---

# Life Path Number (pythagorean)

`POST /numerology/pythagorean/life-path`

Calculate the Life Path number from birth date (year + month + day, reduced). Numerology: Pythagorean system.

## Request body

- NumerologyNameDate
  - `name` string, required
  - `date` string, required

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `system` string, nullable
    - `name` string, nullable
    - `date` string, nullable
    - `lifePath` object, nullable
      - `raw` number, nullable
      - `reduced` number, nullable
      - `isMaster` boolean, nullable
      - `steps` number[], nullable
      - `meaning` object, nullable
        - `number` number, nullable
        - `archetype` string, nullable
        - `strengths` string[], nullable
        - `shortRead` string, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

---

[API](https://skmtc.net/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.net/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/6828e5609564/schema)
