HomeAPI DocsNumerology API › Name Analysis

Name Analysis

POST /v1/numerology/name-analysis

**Name Analysis** Breaks down every letter of the name into its Chaldean or Pythagorean numeric value, then computes the total, the reduced Destiny number, and the vowel/consonant sub-sums. Useful for name comparison, name-change analysis, and baby-name tools. **Required:** dob, name **Optional:** system (chaldean|pythagorean, default chaldean) **Returns:** Per-letter values, total, Destiny number, vowel sum, consonant sum, and letter count.

Example request

curl -X POST https://api.grahaapi.com/v1/numerology/name-analysis   -H "Authorization: Bearer sk-test-your-key"   -H "Content-Type: application/json"   -d '{"dob":"1990-05-15","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
namestringFull name for numerology calculation
dobstringDate of birth in YYYY-MM-DD format
systemstringNumerology system — 'chaldean' (Vedic/traditional, recommended) or 'pythagorean' (Western)

Example body

{
  "dob": "1990-05-15",
  "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