Use access token to call astrology api.
Learn Morehttps://json.astrologyapi.com/v1/numerological_numbersThis API numerological_numbers calculates numerological numbers based on a person's name and birthdate. The response includes lifepath_number, personality_number, expression_number, soul_urge_number, subconscious_self_number, and challenge_numbers.
1{
2 "name": "Ajeet kanojia",
3 "birth_date": "2011-5-15",
4 "lifepath_number": 6,
5 "personality_number": 11,
6 "expression_number": 11,
7 "soul_urge_number": 1,
8 "subconscious_self_number": 5,
9 "challenge_numbers": [
10 1,
11 2,
12 1,
13 1
14 ]
15}x-astrologyapi-keystring
requiredAPI Access Token to authenticate requests. Send your access token in this custom header.
Accept-Languagestring
Preferred language for the response content
Properties
dateint
requiredDate of birth, eg: 10
monthint
requiredMonth of birth, eg: 5
yearint
requiredYear of birth, eg: 1990
full_namestring
requiredName of the person, eg: John
Something is wrong with your request format or parameters.
Your API key is missing or invalid.
You don't have permission to access this specific resource.
The API endpoint you're trying to reach doesn't exist.
Our server is having a temporary glitch.