Testing the Repeating Numbers API Using Postman

Unlocking Insights Through Repeated Numbers: Testing the Astro Repeating Numbers API with Postman

 Last updated : 30 Dec, 2024
 Guide

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 "Repeating Numbers" API request.
  • Ensure the method is set to POST.
  • Use this request URL: https://astroapi-7.divineapi.com/numerology/v1/repeating-numbers

 

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": 2,
            "occurence": 3,
            "result": "The appearance of the number 2 three times in your birth chart makes you more sensitive. You like to be alone with your thoughts. You prefer spending on yourself rather than on others. You think it's better to be alone instead of being hurt by others."
        },
        {
            "number": 3,
            "occurence": 1,
            "result": "If the number 3 appears once in your birth chart, you have a sharp memory. You are creative, practical, and love honesty. You are very positive about achieving your goals. Your speech is sophisticated. You love honesty because you are honest.. You set an example in terms of honesty for other people."
        },
        {
            "number": 4,
            "occurence": 1,
            "result": "If you have number four appear once in your birth chart, then you are very good at vocations related to your hands: painting, craftwork, or handicrafts. You are happy doing these kinds of work. You often feel restless because there are so many thoughts revolving around in your head. You love music and possess great leadership skills."
        },
        {
            "number": 5,
            "occurence": 1,
            "result": "If the number 5 appears once in your birth chart, you are emotionally balanced. You are soft-hearted and love to take care of other people. You appreciate other people for their good work. You encourage yourself as well as others to achieve everything they can."
        },
        {
            "number": 6,
            "occurence": 1,
            "result": "If the number 6 appears once in your birth chart, you love your family and close ones. You happily fulfill your family responsibilities. You achieve everything in your life through hard work. You can become a great parent. If someone in your family faces a problem, they will approach you to find a solution. Deep within you feel insecure. You think that you will become separated from your loved ones."
        },
        {
            "number": 8,
            "occurence": 1,
            "result": "If the number 8 appears once in your birth chart, you like doing good work. You have great management skills. You have a weird attitude that makes you restless like if you start some work, in the middle you get a feeling that you will not be able to complete it so you become restless. You are quite creative but due to a lack of confidence, you are not able to fully utilize it. In the end, you will be able to cross all the mental barriers and become successful."
        },
        {
            "number": 9,
            "occurence": 1,
            "result": "If the number 9 appears once in your birth chart then you have superior thinking power. You dream of doing something big. Willpower and mental balance are your top qualities. As this number relates to humanity, you like to help others."
        }
    ]
}
  • The Astro Repeating Numbers API provides valuable insights into the recurring patterns and influences of numbers in an individual’s birth chart.
  • By using Postman for testing, users can uncover the deeper meaning of these repeated numbers and their implications on personality traits, life choices, and relationships
  • This API serves as a powerful tool for numerological analysis, offering clarity and direction for personal growth and decision-making.
  • Its precise and insightful data ensures a meaningful exploration of how numbers shape your destiny.

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.