1. Securing Your API Key
To start, you need an API key. Head over to https://divineapi.com/ and register to initiate your 7-day trial.
- Select the APIs you are interested in; you can change these selections at any time. You can add or remove APIs in the future.
- Click on checkout, fill out the sign-up form, and enter your payment details on the next page.
Your trial will begin immediately. You won't be charged during the trial period, and you can cancel anytime without incurring any charges.
- After logging in, your API key will be visible on your dashboard on the API Key page ( https://divineapi.com/api-keys)
2. Importing the Postman Collection
Import our Postman collection to facilitate your API testing:
- After logging into your Postman account:
- Open This link: https://documenter.getpostman.com/view/27195761/2sA3Qs8rfV
- Click “Run in Postman” and then select “Run in Web”.
- Select your workspace and then select ‘import’.
3. Configuring Your API Request
Once the collection is imported:
- Locate the "Birthday Numbers" API request.
- Ensure the method is set to POST.
- Use this request URL: https://astroapi-7.divineapi.com/numerology/v1/birthday-number
4. Setting Request Parameters
This API call necessitates only your API key. To find your API key.
- Go to your DivineAPI dashboard > API Key page.
- Click on “Copy” next to the API key
Notice the difference between the key, and the Access Token.
Go back to Postman to set the parameters.
- Navigate to “Authorization”, select “Bearer Token” in the Auth type, and then add the token from your Divine API profile.
- Navigate to 'Body', select 'form_data', and then add:
- api_key | Value: <Your_API_Key>
- day: “24” - Enter the day.
- month: “05” - Enter the month.
- year: “2023” - Enter the year.
- fname: “Rahul” - Enter the first name.
- lname: "kumar" - Enter the last name.
- lan : “en” - Enter the language ex. (en/hi).
- Please ensure that the bearer token is exactly the same as in your profile, with no changes in spacing or formatting.
5. Making the Request
Hit the 'Send' button to submit your request.
6. Deciphering the Response
The API's response will be structured as follows:
{
{
"success": 1,
"data": {
"single_digit": {
"number": 6,
"result": "People born on dates 6, 15, 24 of any month have birth date 6. Your ruling planet is Venus. You have a charming personality that draws people toward you. \n\nYou love partying and traveling. The best part is you will be ABLE to party and travel, freely! This is because you have been lucky in terms of money ever since your birth. You will inherit huge chunks of money from your ancestors and your father. You have a family business, fully set up, for you to assume control over. You will never feel short of possessions like cars and other material things. Your foremost focus is to live a lavish life and enjoy every moment. \n\nYou do not like dull and monotonous life. You want adventure and excitement, where you do not know what will happen next. The excitement of not knowing drives you forward.\n\nYour life partner should also be similar to you; someone who seeks adventure and fun just like you. Otherwise, he or she will leave you. You will fall in love at an early age. \n\nPeople will be impressed by your charm and charisma. But you will also be loathed by some. Because of their jealousy, people may try to harm you. So, be careful. Do not let others take undue advantage of your adventurous nature. \n\nNow, let's talk specifically about those born on the 15th. You are misers. You do not like to spend money on anyone but yourself. If you ever spend money on others there will be a reason for it. You will do so only because you might want help from them. You will be in many give-and-take relationships. But you will still be lucky as you will receive many gifts and prizes. \n\nOverall, you like to remain clean and tidy and approve of people who do the same. You love cleanliness. Sometimes it feels that you would die if you become too dirty. You are beautiful, not just in looks but also in your heart. You wear attractive clothing and spend loads of money on looks and attire. You believe your clothes add beauty to your personality. You like the color white the most.\n\nYou are a great attention seeker. When people do not pay attention to you, you deliberately do something to attract their attention. People find it difficult to understand you. No one can tell what is in your heart or what you are thinking at the moment. You like that.\n\nYou are faithful and dependable. You do not cheat others and hate being cheated. You do not like to be alone and always want good company around you. You are quite curious about how things work. The questions ”what” and ”why” are your favorites. You are immensely talented. You catch things quickly. So, if someone teaches you a new skill, you will learn faster than anyone else."
},
"double_digit": {
"number": 24,
"result": "This number may not have a great impact like birth number 23, but it still holds some power. This number represents that you will reach the heights of success and has the power to attract every beautiful thing in this world. If you are in a field where you work or provide services to the opposite sex, you have more chances of achieving success. For example: If you are a male fashion designer and design clothes for female clients, you will succeed soon. You will notice that most beauticians, make-up artists, gym owners, or instructors have the birth number 24. If you have this number, you make donations or charities to religious organizations or people involved in religious activities. Your weakness is you do not think before speaking; as if saying something to another person and they are hurt by your words. You may also be a miser. This is already a good number for you, but if you control these two weaknesses, you will become more successful than before. "
}
}
}
- Integrating the Birthday Numbers API is a simple and effective way to gain valuable numerological insights based on birth dates.
- By following the outlined steps, users can easily secure their API key, import the Postman collection, configure the request parameters, and retrieve detailed personality analysis.
- The API provides in-depth interpretations of both single and double-digit birthday numbers, offering meaningful insights into an individual's traits, strengths, and potential challenges.
7. Error Resolution
Ensure your API key is correctly entered if you encounter errors, as most issues are due to invalid or missing API keys. For a comprehensive guide on resolving errors and understanding their responses, refer to our Detailed Error Guide for API Integration.
8. Further Assistance
For additional support or inquiries, feel free to contact our customer service team at admin@divineapi.com.