# Life Path Number API

> Life Path Number API. Calculate your Life Path number from your birth date using Pythagorean numerology. This is the most significant number in your

- Capability page: https://roxyapi.com/apis/life-path-number-api
- Full domain: https://roxyapi.com/products/numerology-api
- OpenAPI spec: https://roxyapi.com/api/v2/numerology/openapi.json
- Remote MCP server: https://roxyapi.com/mcp/numerology

## Overview

Calculate your Life Path number from your birth date using Pythagorean numerology. This is the most significant number in your numerology chart, revealing your life purpose, natural talents, and destiny path. Automatically detects Master Numbers (11, 22, 33) and Karmic Debt numbers (13, 14, 16, 19). Returns comprehensive interpretation including personality traits, strengths, challenges, career guidance, relationship compatibility, and spiritual insights. Perfect for numerology apps, birth chart calculators, life purpose discovery tools, personal development platforms, and astrology services. Get detailed 300-500 word meanings for all numbers 1-9, 11, 22, and 33.

## Endpoints

- `POST /api/v2/numerology/life-path` Calculate Life Path number - Most important numerology calculation
- `POST /api/v2/numerology/expression` Calculate Expression number - Natural talents and life goals
- `POST /api/v2/numerology/personal-year` Calculate Personal Year - Annual cycle and forecast for current year
- `POST /api/v2/numerology/chart` Generate Complete Numerology Chart - Full profile analysis
- `POST /api/v2/numerology/soul-urge` Calculate Soul Urge number - Inner motivations and desires
- `POST /api/v2/numerology/personality` Calculate Personality number - How others perceive you
- `POST /api/v2/numerology/birth-day` Calculate Birth Day number - Special talents from day of birth
- `POST /api/v2/numerology/maturity` Calculate Maturity number - Who you become in later life
- `POST /api/v2/numerology/karmic-debt` Detect Karmic Debt numbers - Past life challenges (13, 14, 16, 19)
- `POST /api/v2/numerology/karmic-lessons` Analyze Karmic Lessons - Life lessons from missing numbers
- `POST /api/v2/numerology/bridge` Calculate Bridge Numbers - Harmonize different aspects of personality
- `GET /api/v2/numerology/compound-number/{number}` Compound number meaning - Cheiro Chaldean interpretation 10 to 52

## Example request

```bash
curl -X POST "https://roxyapi.com/api/v2/numerology/life-path" \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"year":1990,"month":7,"day":15}'
```

## Example response

```json
{
  "number": 5,
  "calculation": "Month: 7, Day: 15 → 1+5 = 6, Year: 1990 → 1+9+9+0 = 19 → 1+9 = 10 → 1+0 = 1 → 7+6+1=14 → 5",
  "type": "single",
  "hasKarmicDebt": false,
  "meaning": {
    "title": "The Adventurer",
    "keywords": [
      "adventurous",
      "freedom",
      "versatile",
      "dynamic",
      "curious"
    ],
    "description": "In the span of single-digit numbers 1 to 9, 5 is the number in the exact middle. It acts as a go-between and a pivotal point of change...",
    "strengths": [
      "Curious",
      "Adaptable",
      "Social"
    ],
    "challenges": [
      "Non-committal",
      "Unreliable",
      "Directionless"
    ],
    "career": "Life Path 5 thrives in careers that offer freedom, variety, and constant stimulation...",
    "relationships": "Life Path 5 individuals are exciting, charming, and freedom-loving partners...",
    "spirituality": "Five is the rebel, the traveler, the agent of change. It vibrates with adventure and liberation..."
  }
}
```

## Remote MCP

Every endpoint is a callable tool on the Remote MCP server at https://roxyapi.com/mcp/numerology over Streamable HTTP. Tool name for `POST /numerology/life-path`: `post_numerology_life_path`. `tools/list` is free; `tools/call` bills the same as REST.

## FAQ

### What does the Life Path Number API return?

Calculate your Life Path number from your birth date using Pythagorean numerology. Every response is structured JSON with documented fields, not free text, so you map it straight into your product.

### How do I authenticate with the Life Path Number API?

Pass your key in the X-API-Key header on every request. Keys are delivered instantly at checkout with no approval queue. Use a secret sk key server side, or mint a publishable pk key locked to your origins for browser and no-code use.

### Does the Life Path Number API support multiple languages?

Yes. Append the lang query parameter to any endpoint for responses in English, German, Spanish, French, Hindi, Portuguese, Russian and Turkish. The translated payload includes the full interpretation text, not just field labels.

### Is the Life Path Number API available over Remote MCP for AI agents?

Yes. Every endpoint is exposed as a callable tool on the Remote MCP server at https://roxyapi.com/mcp/numerology over Streamable HTTP, so Claude, ChatGPT, Cursor, and any MCP client auto-discover it with no local setup or Docker.

### How is the Life Path Number API billed?

Flat pricing: 1 request equals 1 quota unit, REST and MCP identical, with no credit weighting or per-token markup. Every plan includes all 12 domains, so the Life Path Number API is included at no extra cost.

### What lang values does the Life Path Number API accept?

The lang parameter accepts en, tr, de, es, hi, pt, fr, ru. Case-insensitive where it is a path value.

## Full reference

Fetch the OpenAPI spec at https://roxyapi.com/api/v2/numerology/openapi.json. Master agent manifest at https://roxyapi.com/llms.txt.
