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-3.divineapi.com/indian-api/v2/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.
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": {
"planetary_lord": "Mercury",
"symble": "Virgin Girl",
"characteristics": "Earthy, Dual, Female",
"day_of_fast": "Wednesday",
"lucky_stone": [
"Diamond, Blue Sapphire",
"White Sapphire, Phenakite, White Topaz"
],
"ascendant": "Virgo",
"image": "https://astroapi-3.divineapi.com/public/assets/images/zodiacs/Virgo.png",
"analysis": {
"personality": "As a Virgo ascendant, you're known for your practicality, reliability, and meticulous nature. You have a keen eye for detail and an innate desire for perfection. Moreover, you are highly intellectual and analytical, using logic and reasoning to solve complex problems. You are generally quiet and reserved but are willing to help and support those around you. Remember, you're often critical – not just of others but more so of yourself. This sometimes leads to self-doubt. Embrace your strengths and hone your skills instead of focusing on imperfections.",
"career": "You make a mark in the workplace due to your analytical skills, diligence and hardworking nature. Careers that involve detail-oriented tasks, like data analysis, research, editing, or accountancy, are well-suited for you. You're also a good fit for service-oriented fields like healthcare, teaching, or counselling. With your knack for perfection and acute attention to detail, it's important for you to find a career where these qualities are valued. Keep pushing yourself to improve and continue learning to achieve your career goals.",
"health": "Your meticulous nature extends to your health and wellness. You are vigilant about your diet and exercise routine and often take care of your health that goes unnoticed by many. However, overworking and burdening yourself with too many responsibilities can often lead to stress and health issues related to nervous system and intestines. It's essential you learn ways to manage your anxiety and stress levels, and not let your drive for perfection paint over your health regime.",
"finance": "With your practical and analytical mind, financial management comes naturally to you, making you quite good at handling your finances. You have a tendency to be conservative and cautious with your investments, preferring slow and steady growth over risky ventures. You believe in saving for the future and are rarely impulsive in your spending. However, your perfectionist nature can sometimes lead to unnecessary spending on items of high quality, even when they're not needed.",
"relationships": "You tend to approach relationships with the same level of detail and diligence that you apply to other areas in life. You take time to build trusting relationships and look for partners who are practical and intellectually stimulating. You are loyal and devoted, often willing to go to great lengths to help your loved ones. However, your critical nature can strain relationships if not checked. Try to be more tolerant and avoid unrealistic expectations in your relationships."
}
}
}
- To understand the Ascendant Report API response, ensure "success" is 1 for a successful request.
- In the "data" section, you'll find details about the ascendant sign, ruling planet, symbol, and characteristics.
- Additionally, there's an analysis section providing insights into personality traits, career tendencies, health considerations, financial habits, and relationship dynamics associated with the given ascendant sign.
- This includes practical advice and descriptions tailored to individuals with that ascendant sign.
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.