HomeAPI DocsNumerology API › Numerology Full

Numerology Full

POST /v1/numerology/full

**Full Numerology Profile** The most comprehensive numerology endpoint — computes every number in a single call: Mulank, Bhagyank, Life Path, Destiny, Soul Urge, Personality, Maturity, Personal Year, Name Number, Kua, Lo Shu Grid, 81-combination, Pinnacles, Challenges, Karmic Debt, plus full career, love, finance, marriage, health, child, lucky, compatibility, yantra, and remedies sections. Ideal for building complete numerology profile pages. **Required:** dob, gender ('male' or 'female') **Optional:** name (enables all name-derived numbers), system (chaldean|pythagorean) **Returns:** All numerology numbers, grid, combos, and all lifestyle/life-domain sections in one response.

Example request

curl -X POST https://api.grahaapi.com/v1/numerology/full   -H "Authorization: Bearer sk-test-your-key"   -H "Content-Type: application/json"   -d '{"dob":"1990-05-15","gender":"male","name":"Rahul Sharma","system":"chaldean"}'

Test keys (sk-test-…) are free and unlimited, and return the exact production response structure computed from a fixed sample chart. The response is JSON: {"success": true, "data": {…}, "meta": {…}} with Hindi + English strings, computed on the Lahiri ayanamsa.

Request fields

FieldTypeRequiredDescription
dobstringDate of birth in YYYY-MM-DD format
genderstring | null'male' or 'female' — optional; required only for Kua number
namestringFull name (optional — needed for name-based numbers)
systemstringNumerology system — 'chaldean' (Vedic/traditional, recommended) or 'pythagorean' (Western)

Example body

{
  "dob": "1990-05-15",
  "gender": "male",
  "name": "Rahul Sharma",
  "system": "chaldean"
}

Get a free API key Try it in the playground

Related Numerology endpoints

/v1/numerology/bhagyank · /v1/numerology/bridge-number · /v1/numerology/business-compatibility · /v1/numerology/career · /v1/numerology/challenge-numbers · /v1/numerology/child