/numerology namespace · APlicious

Numerology API — life path number, expression, compatibility, and full profile

Build numerology apps, name-compatibility tools, and daily number widgets without any calculation logic. APlicious covers all 14 core numerology calculations — Pythagorean and Chaldean — from a single REST endpoint.

14numerology endpoints
Get free API key View docs
GET /api/v1/numerology/full-profile
const res = await fetch(
  'https://aplicious.com/api/v1/numerology/full-profile' +
  '?dob=01/01/1990&name=John+Doe',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { life_path: { number: 3, label: "The Communicator",
//     strengths: ["creative", "expressive", "social"] },
//   expression: { number: 9, label: "The Humanitarian" },
//   soul_urge: { number: 6 },
//   personal_year: { number: 8, theme: "Power & Achievement" } }

No credit card · Free to start · X-API-Key header auth

What's included in /numerology

Life path number

GET /numerology/life-path?dob=01/01/1990 — returns number, meaning, strengths, challenges, and compatible numbers.

Full profile in one call

GET /numerology/full-profile?dob=...&name=... returns every number (life path, expression, soul urge, personality, personal year) in one response.

Compatibility

Compare two life path numbers — GET /numerology/compatibility?dob1=...&dob2=... returns a score, dynamics, and advice.

Personal year & day

Current personal year and personal day calculations — useful for daily/weekly numerology widgets.

Pinnacles & challenges

Four pinnacle and four challenge numbers across the lifetime — the major cycles of growth and friction.

Start using the numerology API today

Free tier — 250 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /numerology docs

Frequently asked questions

What date format does the API expect?

DD/MM/YYYY — for example, 01/01/1990 for January 1st, 1990.

Is Chaldean numerology supported?

Yes — pass system=chaldean to the expression and name-breakdown endpoints. Default is Pythagorean.

Can I build a paid numerology SaaS on this?

Yes — all plans allow commercial use. The Scale plan supports up to 1M calls/month.

Related API guides

Vedic Astrology API — Kundli, Dasha, Nakshatra, Yoga, Free Tier

REST API for Vedic astrology: kundli (birth chart), Vimshottari dasha, nakshatra

Read guide

Astrology API for Developers — Birth Charts, Transits, Synastry

REST API for Western astrology: natal charts, planet positions, aspects, house s

Read guide

Panchang API — Daily Hindu Calendar, Tithi, Nakshatra, Muhurta

REST API for Hindu Panchang: daily tithi, nakshatra, yoga, karana, sunrise/sunse

Read guide

One key unlocks all 22 namespaces — finance, legal, property, jobs, wellness, and more.

View all plans and pricing →