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 "Luck Numerology" API request.
- Ensure the method is set to POST.
- Use this request URL: https://astroapi-7.divineapi.com/numerology/v1/luck-numerology
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>
- day: “24” - Enter the day.
- month: “05” - Enter the month.
- year: “2023” - Enter the year.
- fname: “Rahul” - Enter the first name.
- lname: "kumar" - Enter the last name.
- lan : “en” - Enter the language ex. (en/hi).
- 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": {
"date_sum": 6,
"lucky_dates": "6,15,24",
"lucky_day": "Friday",
"lucky_months": "April, May, September, October",
"bad_health_months": "February, March, August, September",
"imp_years": "15, 24, 33, 42, 51, 60, 69, 78, 96",
"lucky_year_list": [
{
"from_date": "24 May 2037",
"to_date": "23 May 2038",
"year": "15"
},
{
"from_date": "24 May 2046",
"to_date": "23 May 2047",
"year": " 24"
},
{
"from_date": "24 May 2055",
"to_date": "23 May 2056",
"year": " 33"
},
{
"from_date": "24 May 2064",
"to_date": "23 May 2065",
"year": " 42"
},
{
"from_date": "24 May 2073",
"to_date": "23 May 2074",
"year": " 51"
},
{
"from_date": "24 May 2082",
"to_date": "23 May 2083",
"year": " 60"
},
{
"from_date": "24 May 2091",
"to_date": "23 May 2092",
"year": " 69"
},
{
"from_date": "24 May 2100",
"to_date": "23 May 2101",
"year": " 78"
},
{
"from_date": "24 May 2118",
"to_date": "23 May 2119",
"year": " 96"
}
],
"super_lucky_dates": [
"24 Sep 2055",
"15 Oct 2055",
"24 Apr 2064",
"15 May 2064",
"24 Oct 2064",
"06 Apr 2073",
"15 Sep 2073",
"06 Oct 2073",
"15 Apr 2100",
"06 May 2100",
"24 Sep 2100",
"15 Oct 2100"
],
"lucky_color": [
{
"lucky_color": "Blue",
"color_code": "#0000ff"
},
{
"lucky_color": "Pink",
"color_code": "#ffc0cb"
},
{
"lucky_color": "Green",
"color_code": "#00ff00"
}
],
"lucky_color_result": "Lucky Colors: Blue, Green, and Pink. Must avoid Purple.\n\nYou are friendly in nature. You are idealistic and determined. You do not prefer experimentation and are committed to your goals. You have an assertive approach towards matters. You are compassionate toward your fellow beings. Refrain from wearing purple, as it might force you to a precipice. You do not want that; rather you want to be of help to society and the community.",
"lucky_unlucky": {
"lucky": "3,6,9,2",
"unlucky": "1"
}
}
}
- The Luck Numerology API offers a detailed and insightful look into an individual's fortunate and challenging aspects, including lucky dates, days, colors, and significant years.
- By using Postman for testing, you can effectively harness this API to uncover personalized numerological insights that guide decision-making and enhance well-being.
- This tool is invaluable for integrating tailored numerology features into applications, ensuring users receive accurate and meaningful interpretations of their numerological profiles.
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.