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 "Three Numbers Arrows" API request.
- Ensure the method is set to POST.
- Use this request URL: https://astroapi-7.divineapi.com/numerology/v1/three-numbers-arrows
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:
{
{
"status": "success",
"code": 200,
"message": "Request was successful",
"data": [
{
"number_one": 2,
"number_two": 5,
"number_three": 8,
"result": "An individual with the numbers 2, 5, and 8 is likely to earn loads of wealth and property in life. It is considered the secondary success plane but is no less than the other one. It revolves around all the materialistic gain one can earn and joy in your life. You are hardworking and determined. You will bring change in your life through your willpower.\nOnce you set your goal, you will not stop until the goal is met. You wait for the right time and opportunity to act…and succeed. \n\nInterestingly, you are likely to gain property, but it will never be in your name. You will progress in the property business,, but the property you buy will be named after other family members. Therefore, it is advised that if you have a property named after you, do not ever sell it!"
},
{
"number_one": 4,
"number_two": 9,
"number_three": 2,
"result": "The first row of the grid consisting of the numbers 4, 9, and 2 forms the “mental plane”. It is the uppermost part of the grid and indicates the topmost organ of the body, the brain. These numbers are related to all things related to your brain. Those who have these digits in your grid are likely to have an incredible memory. You retain every tiny detail of your life, including distant memories. You can recollect the past in a flash as if witnessed only a few days previous. You are brainy and knowledgeable. Your memory is so efficient, you can spill facts and information like a living encyclopedia. You are very imaginative and creative.\n\nYour analyzing and observation skills are remarkable, and you do not miss even the slightest detail. You are good at thinking, planning, and executing. Your ideations are incredible. Students who have this combination are likely to make records, win applause, and score highest in their field. It is a signal that an individual having this combination is a born topper. You venture onto different things and succeed in you all. You are intelligent and intellectual. You are good at work related to the mind. Thus, you should opt for tasks that prioritize the brain over the body. If you have this combination in your chart, you are likely to flourish as an analyst, a programmer, an engineer, a professor, or a banker.\n\nHowever, in your personal life, you will have to let your heart participate in the process of decision-making. Thinking only with the mind can land you in trouble. Nevertheless, the presence of the numbers 4, 9, and 2 hints at growth and stability, willpower and enthusiasm, and mental stability. And these are the crucial components that pave the path to your success."
},
{
"number_one": 4,
"number_two": 3,
"number_three": 8,
"result": "It is the first vertical plane in your grid marked by your date of birth. It consists of the numerals 4, 3, and 8. It is also known as the “plane of ideas and order”. It exhibits the ability of a person to ideate new and innovative ideas that make you a great thinker. You analyze and introspect before committing and pay detailed attention to your words and work. You do not rely on half-baked knowledge. You believe in foreseeing the consequences of your actions. You make it a point to observe all the possibilities likely to happen. You love to plan your tasks and stick to them. You are disciplined in your approach and like being organized. You do not make thoughtless choices. You pay deep attention to every step and decision you make. Sometimes this makes you self-obsessed and obstinate.\n\nIf an individual has the digits of both the mental plane and the thought plane, then you would be the most intelligent personality in the room. With a highly functional brain and well-formed thoughts, you become unbeatable in your field. You are likely to prosper as a political leader. \n\nYou have a broad vision for yourself. You do not believe in achieving small things in life. Rather, you hop onto larger-than-life goals.\n\nYou might manipulate people and things to gain profit and are a bit less kind and generous than most. You make your own rules to reach greater heights. "
},
{
"number_one": 4,
"number_two": 5,
"number_three": 6,
"result": "If you have 4, 5, and 6 in your grid, it is a sign you are going to be successful in whatever field you choose. Be it academics, business, or corporate, you will achieve big things in life. This arrow has the power to whirl luck in your direction. You are capable of receiving supremacy in life. Your ability to balance your emotions is one of the finest of your skills. You tend to choose paths that will help you and the people around you to succeed. You want to do good for others. You know how and when to exhibit and control your sensitivity. You shrug off emotional baggage and do not hold grudges. You like to communicate with others and learn from everyone.\n\nIf you have this set of numerals, then you are likely to flourish at a young age. It is also called “the golden plane”."
}
]
}
- The Three Numbers Arrows API provides insightful revelations about a person's characteristics, mental abilities, and life tendencies based on their numerological chart.
- By using Postman, you can efficiently test and analyze data, ensuring precise results for personal or professional use.
- This API is a valuable tool for understanding the interplay of specific number combinations and how they shape life paths and success trajectories.
- Integrate it into your applications to deliver personalized and accurate numerological insights seamlessly.
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.
8. Further Assistance
For additional support or inquiries, feel free to contact our customer service team at admin@divineapi.com.