Testing the Cosmic Buzz Daily API Using Postman

"How to Test the Cosmic Buzz Daily API with Postman: A Step-by-Step Guide"

 Last updated : 21 Jan, 2025

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.

 

2. Importing the Postman Collection

Import our Postman collection to facilitate your API testing:

 

3. Configuring Your API Request

Once the collection is imported:

 

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>
    • sign: “Aries” - Enter the zodiac sign.
    • h_day: “today” - Enter the (yesterday, today, tomorrow)
    • 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.

 

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": {
        "sign": "Aries",
        "date": "21 Jan 2025",
        "result": [
            {
                "event_name": "natal planet Pluto Conjunction transit planet Sun",
                "headline": "A Cosmic Powerhouse: Pluto Meets the Sun!",
                "summary": "On this transformative day, Pluto and the Sun align to ignite powerful changes within us. This potent conjunction encourages deep personal evolution and sheds light on hidden truths. Expect significant shifts in your inner world, as you are called to embrace your power and redefine your path."
            },
            {
                "event_name": "natal planet Sun Conjunction transit planet Pluto",
                "headline": "The Sun Illuminates Pluto's Depth: A Day of Transformation",
                "summary": "With the Sun meeting Pluto, a wave of transformation is at hand. This alignment shines a spotlight on what's been buried, prompting introspection and renewal. It's a moment for profound recognition of personal power and potential, sparking conversations around change and growth."
            },
            {
                "event_name": "natal planet Ascendant Conjunction transit planet Moon",
                "headline": "Your Emotional Compass: The Ascendant Meets the Moon",
                "summary": "As the Ascendant and Moon conjoin, personal feelings and instincts take the forefront. This celestial event enhances intuition, making it a perfect time to trust your gut feelings. Expect emotional clarity and heightened self-awareness, paving the way for personal growth and empathy."
            },
            {
                "event_name": "natal planet Mars Sextile transit planet Uranus",
                "headline": "Dynamic Innovations: Mars and Uranus Team Up!",
                "summary": "When Mars forms a sextile with Uranus, the cosmos invites us to break free from routine and embrace innovation. This energetic pairing sparks creativity and unexpected opportunities. It's an exhilarating day to pursue passions with boldness and inventiveness."
            },
            {
                "event_name": "natal planet Jupiter Trine transit planet Moon",
                "headline": "A Harmonious Dance: Jupiter Trine Moon Brings Bliss",
                "summary": "Jupiter's trine with the Moon promotes emotional harmony and expansion. This gentle aspect fosters optimism and strengthens connections, offering a period of emotional growth and fulfillment. A wonderful time to nurture relationships and manifest abundance in your life."
            }
        ]
    }
}
  • Testing the Cosmic Buzz Daily API with Postman is an easy and efficient way to access daily astrological insights and planetary alignments. 
  • By following the steps outlined in this guide, users can seamlessly fetch, analyze, and integrate these cosmic updates into their platforms. 
  • Whether you're a developer, content creator, or astrology enthusiast, Postman offers a convenient way to explore and utilize the API’s features for enhanced user engagement.

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.