---
title: "Life Path Number Calculator"
slug: "life-path-number-calculator"
canonical_url: "https://mahadasha.com/life-path-number-calculator"
type: "calculator"
description: "Compute the Life Path (Bhagyank / Destiny) number from a date of birth, with the full reduction trail, master-number preservation and any karmic debt carried at the total."
---

# Life Path Number Calculator

Compute the Life Path (Bhagyank / Destiny) number from a date of birth, with the full reduction trail, master-number preservation and any karmic debt carried at the total.

Month, day and year are each reduced before being summed. This disagrees with digit-string calculators on roughly one date in seven, wherever a component reduces to 11, 22 or 33.

## Inputs

- **birth_date** — date of birth (`YYYY-MM-DD`). **No time, place or timezone required.**

## Programmatic access (for AI agents)

This calculator is backed by a JSON API — agents should call it directly instead of the HTML form:

- **Endpoint:** `POST https://mahadasha.com/api/v1/numerology/core`
- **Auth:** JWT Bearer token — register at `https://mahadasha.com/api/v1/auth/register`
- **OpenAPI schema:** https://mahadasha.com/api/v1/openapi.json
- **API catalog:** https://mahadasha.com/.well-known/api-catalog
- **MCP server card:** https://mahadasha.com/.well-known/mcp/server-card.json

Refer to the OpenAPI schema above for the exact request body and response shape of `https://mahadasha.com/api/v1/numerology/core`.

> Human UI: [Life Path Number Calculator](https://mahadasha.com/life-path-number-calculator)
