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 "Daily Horoscope Prediction" API request.
- Ensure the method is set to POST.
- Use this request URL: https://astroapi-5.divineapi.com/api/v2/daily-horoscope
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:
- Key : api_key | Value: <Your_API_Key>
- sign: “Aries” - Enter the zodiac sign.
- day: “13” - Enter the date API Dates: Enter today, tomorrow, or yesterday.
- month: “04” - Enter the month. API Dates: Enter today, tomorrow, or yesterday.
- year: "2024" - The year of interest. API Dates: Enter today, tomorrow, or yesterday.
- 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:
{
{
"success": 1,
"data": {
"sign": "Aries",
"prediction": {
"personal": "You might feel that you are being treated unfairly by someone close to you today. Perhaps your words have been used against you to make you appear like the bad guy. If you have to make a counter-rebuttal, tell the person that it is about your behavior and not about them.",
"health": "A sense of renewal can invigorate your health today. Embrace this by adopting habits that nurture both body and mind. Whether it’s trying a new sport, refining your eating habits, or simply taking time to unwind, today offers a perfect opportunity for regenerative activities that boost your long-term health.",
"profession": "You'll feel a huge sigh today of relief knowing that all the hard work that you did lately has finally paid off. Rest assured, the hard work of the past few days is over and it's time for you to recover.",
"emotions": "You might need to get up and exert more effort to break from your old habits. You will be surprised by what happens today once you do. You will be pleasantly surprised at what happens today, even though it may relate to your job.",
"travel": "Today’s energies favor urban exploration. Choose a city rich in art, history, and nightlife. If traveling, make a flexible itinerary that allows you to discover hidden gems—unique shops, local theaters, or specialty restaurants. The spontaneous finds will likely be the highlight of your trip, providing stories to tell for years to come.",
"luck": [
"Colors of the day : Auburn, Violet",
"Lucky Numbers of the day : 1, 5",
"Lucky Alphabets you will be in sync with : N, M",
"Cosmic Tip : Allow the moon to restore your health by getting some direct moonlight.",
"Tips for Singles : Explore the dating scene and follow your intuition.",
"Tips for Couples : Your partner will plan something special for you, make sure to show how grateful and appreciative you are."
]
},
"special": {
"lucky_color_codes": [
"#A52A2A",
" #EE82EE"
]
}
}
}
- The Daily Horoscope Prediction API response includes predictions for Aries in various areas: personal life, health, profession, emotions, travel, and luck.
- Each section provides specific advice or insights for the day. The "luck" section includes colors, numbers, alphabets, and tips for singles and couples.
- The "special" section lists the lucky color codes. Use these fields to display personalized daily horoscopes for Aries users.
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.