https://json.astrologyapi.com/v1/soul_urge_numberx-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/soul_urge_number' \
--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",
"soul_urge_number": 1,
"report": [
"The Soul Urge number 1 gives you clarity of purpose and thought. It makes you proactive and a leader in true sense. You are independent and believe in taking a lead. You are your own guide and most often rely on self for guidance. You believe in oneself and in your capabilities and do not shy from taking initiatives or taking the plunge. You are a self-starter and do not wait for a push or backing from others. Being determined and focused, you can easily take up any daunting task and execute it successfully. Honest attempts at what you do, cannot keep success away from you. You take pride in your work and expect others to respect and recognize what you do. Loyalty is one of your strongest traits."
]
}