Testing Western API - Ascendant Report API Using Postman

Gain insights into your personal presentation and life approach with the Ascendant Report, focusing on your rising sign and its influence.

 Last updated : 13 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 "Ascendant Report" API request.
  • Ensure the method is set to POST.
  • Use this request URL: https://astroapi-4.divineapi.com/western-api/v1/ascendant-report

 

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: “<Your_API_Key>” - Your unique API subscription identifier.
    • full_name: “Your name” - Enter name.
    • day: “24” - Enter the date of birth.
    • month: “05” - Enter the month of birth.
    • year: "2023" - The year of interest.
    • hour: “14” - Enter the hour.
    • min: “40” - Enter the minute.
    • sec: “43” - Enter the second.
    • gender: “male” - Enter the gender.
    • place: “New Delhi” - The name of the city.
    • lat: "28.6139" - Latitude for location-specific details.
    • lon: "77.2090" - Longitude for accurate location insights.
    • tzone: "5.5" - Timezone offset from UTC.
    • lan: “en” - Enter the language.
  • Please ensure that the bearer token is exactly the same as in your profile, with no changes in spacing or formatting.
Use translator for other language:

Update translator:  https://divineapi.com/translator

en  For English 

hi  For Hindi 

pt For Portuguese 

fr For French 

es For Spanish 

ru For Russian 

de For German 

nl For Dutch 

it For Italian 

pl For Polish 

ar For Arabic 

ja For Japanese 

zh For Chinese

 

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": {
        "sign": "Libra",
        "sign_no": 7,
        "full_degree": "185.8173362",
        "longitude": "5:49:2",
        "result": "If you have Libra ascendant, you possess a charming and diplomatic personality. You have a natural ability to create harmony and balance in your interactions with others.\n\nYour gracious and polite demeanor makes you well-liked by those around you. You have a genuine interest in people and enjoy forming meaningful connections with others.\n\nYou are fair-minded and objective, always striving to see multiple perspectives before making judgments or decisions. Your ability to weigh both sides of a situation makes you a skilled mediator in conflicts.\n\nYour love for beauty and aesthetics is evident in your personal style and the environments you create. You have an eye for design and appreciate art, music, and culture.\n\nYour sense of justice and desire for equality lead you to advocate for fairness and inclusivity. You seek to create a sense of unity and understanding among diverse groups of people.\n\nYour social skills are excellent, and you thrive in social settings. You enjoy socializing and making new friends, and you have a natural ability to put others at ease.\n\nIn relationships, you value partnership and cooperation. You seek a harmonious and supportive connection with your partner, and you are willing to compromise and find middle ground to maintain peace.\n\nYour desire for balance can sometimes lead to indecisiveness, as you weigh the pros and cons of various options. It's important for you to trust your instincts and make decisions confidently.\n\nYou may have a talent for negotiation and conflict resolution, as your diplomatic nature allows you to find common ground and create win-win situations.\n\nYour sense of justice and desire to make the world a better place may lead you to be involved in charitable or humanitarian endeavors.\n\nFinancially, you may be inclined to spend on items that enhance your personal appearance or create a sense of harmony in your surroundings."
    }
}
  • The response details the Ascendant's position and traits. 
  • "sign" and "sign_no" indicate the zodiac sign (Libra) and its numerical order. 
  • "full_degree" and "longitude" provide the precise Ascendant position. 
  • The "result" section offers a personality interpretation, describing traits and characteristics associated with having a Libra ascendant.

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.