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 "Weekly Horoscope Prediction" API request.
- Ensure the method is set to POST.
- Use this request URL: https://astroapi-5.divineapi.com/api/v2/weekly-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.
- week: “current, prev, next” - Enter the week.
- 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",
"week": "07 Apr 2024 to 13 Apr 2024",
"weekly_horoscope": {
"personal": "This week encourages you to invest time in your closest relationships. Quality moments spent with family and friends not only strengthen bonds but also provide a solid foundation for your emotional well-being. Consider hosting a small gathering or planning a special outing to deepen these connections.",
"health": "Your focus turns towards building resilience and strength, both physically and mentally. Establishing a routine that includes both exercise and moments of quiet reflection can significantly enhance your stamina and focus. Remember, consistency is key to seeing tangible results.",
"profession": "Your professional ambitions come into sharp focus, with a clear path to achieving your goals becoming evident. Dedication and hard work are your allies, but don't overlook the importance of strategic planning. Setting measurable objectives can help track your progress and keep you motivated.",
"emotions": "A reflective mood dominates your emotional landscape, prompting introspection. This introspection can lead to valuable insights about your desires and the changes necessary to align your life more closely with them. Embrace this period of self-discovery for the personal growth it offers.",
"travel": "A sense of practicality may influence your travel desires, leading you to consider destinations that offer both relaxation and personal enrichment. Planning a trip that combines leisure with an element of learning or skill-building could prove especially rewarding.",
"luck": [
"Colors of the week : Azure Whisper, Saffron Glow",
"Lucky Numbers of the week : 4, 0, 7",
"Lucky Alphabets you will be in sync with : X, F, S",
"Cosmic Tip : The universe probably thinks humans are cute, always looking up and waving.",
"Tips for Singles : Understand and appreciate diverse views and cultures.",
"Tips for Couples : Share everything: Dreams, hopes, and streaming accounts."
]
}
}
}
- The Weekly Horoscope Prediction API response provides a detailed horoscope for Aries for the specified week, covering personal life, health, profession, emotions, travel, and luck.
- Each section offers specific guidance or insights. The "luck" section includes colors, numbers, alphabets, a cosmic tip, and tips for singles and couples.
- Use these fields to display a comprehensive weekly horoscope 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.