https://json.astrologyapi.com/v1/numerological_numbersx-astrologyapi-keystringrequiredAPI access token used to authenticate requests. Send your access token in this custom header.
Accept-LanguagestringPreferred language for the response content. Supported: English - en.
dateintrequiredDate of birth, eg: 10
monthintrequiredMonth of birth, eg: 5
yearintrequiredYear of birth, eg: 1990
full_namestringrequiredName of the person, eg: John
curl --location 'https://json.astrologyapi.com/v1/numerological_numbers' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"date": 10,
"month": 5,
"year": 1990,
"full_name": "John"
}'
Runs with sample data — no API key needed
{
"name": "Ajeet kanojia",
"birth_date": "2011-5-15",
"lifepath_number": 6,
"personality_number": 11,
"expression_number": 11,
"soul_urge_number": 1,
"subconscious_self_number": 5,
"challenge_numbers": [
1,
2,
1,
1
]
}