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 "Cosmic Celebrity Scoop" API request.
- Ensure the method is set to POST.
- Use this request URL
https://astroapi-7.divineapi.com/api/v1/cosmic-celebrity-scoop
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": [
{
"celebrity_name": "Kanye West",
"astrological_event": "Sun Conjunction Pluto",
"insight": "Kanye's inner visionary power is being amplified today, thanks to the Sun's conjunction with transformative Pluto. This celestial event is poised to bring some innovative ideas out of Kanye, who's never shy about reinventing himself. Expect bold moves, as this cosmic alignment heightens his determination to make impactful changes, possibly inspiring a new creative direction or groundbreaking project.",
"fun_note": "Better keep an eye on Kanye's social media—today's tweet might just spark his next big controversy or genius idea!"
},
{
"celebrity_name": "Beyoncé",
"astrological_event": "North Node Trine Sun",
"insight": "Under the harmonious influence of the North Node trine Sun, Beyoncé is aligning with her destiny more than ever. This auspicious aspect hints at Beyoncé discovering a fulfilling path that resonates with her heart. Whether it's a new venture, a personal revelation, or both, Queen Bey is set to shine even brighter, forging connections and reaping rewards that propel her forward with grace.",
"fun_note": "When the universe aligns in your favor, even Queen Bey has an extra spring in her legendary Sasha Fierce step!"
},
{
"celebrity_name": "Taylor Swift",
"astrological_event": "Ascendant Conjunction Moon",
"insight": "Taylor's natural charm and emotional intuition are on full display as her Ascendant aligns with the nurturing Moon. Today is perfect for connecting with her fans on a deeper level, maybe hinting at new music or a heartfelt message. This influence empowers Taylor to understand her audience's feelings vividly, adding a special touch of magic to her interactions.",
"fun_note": "With such a cosmic touch, Swifties everywhere might get a taste of those sweet 'Moonlight' vibes. Keep your ears peeled!"
},
{
"celebrity_name": "Elon Musk",
"astrological_event": "Mercury Square Moon",
"insight": "Elon's penchant for quick decisions and brainstorms is being challenged by the Mercury square Moon aspect, prompting him to balance thought and emotion. This could be a day of internal debates, where he may question ideas that seemed assured. But fear not, this mental gymnastics could lead to an unexpected yet brilliant solution, typical of his Mars-influenced drive.",
"fun_note": "Warning: Neuralink tweets inbound! Better double check his announcements; today, they could be even more out-of-this-world."
},
{
"celebrity_name": "Rihanna",
"astrological_event": "Venus Sextile Mercury",
"insight": "Rihanna is basking in a creative and social glow today as Venus sextiles Mercury, highlighting communication with elegance and charm. This event suggests a prime time for the multi-talented star to collaborate and ideate new ventures, bringing a touch of her signature flair to everything she touches. Networking today could lead to thrilling opportunities and new artistic inspirations.",
"fun_note": "Is Fenty launching a new line? Or another chart-topping hit underway? With this cosmic charisma, anything's possible!"
}
]
}
}
- Exploring the Cosmic Celebrity Scoop API with Postman is a quick and effective way to access daily astrological insights about popular celebrities.
- By following the steps outlined in this guide, users can effortlessly retrieve star-powered updates and analyze responses for integration into their platforms.
- Whether you're looking to enhance your astrology app, blog, or social media content, Postman provides a seamless way to interact with the API and unlock engaging cosmic insights.
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.