Numerology Horoscope
Deliver personalized numerology-based horoscope predictions with Divine API. Integrate insights derived from birth date numbers to enhance your platform’s astrological offerings.
Introducing our Numerology Horoscope API (Numeroscope), your portal to numerological insights and predictions for individuals. Easily integrate numerology horoscope data into your website and applications and services.
POST https://astroapi-5.divineapi.com/api/v2/numerology-horoscope
Returns Numerology Horoscope in response
Headers
Authorization*
String
your API Access Token
eg: Bearer {token}
Request Body
api_key*
String
Your API Key (can be found on your Divineapi dashboard)
number*
Number
A Number Between 1-9.
day*
Integer
Date, eg: 10 API Dates: Enter today, tomorrow, or yesterday.
month*
Integer
Month, eg: 10 API Dates: Enter today, tomorrow, or yesterday.
year*
Integer
Year, eg: 2024 API Dates: Enter today, tomorrow, or yesterday.
{
"success": 1,
"data": {
"number": 1,
"prediction": {
"result": "Oct 10, 2024 - The hours coming up will be decisive, notably in your work life where you should benefit from an opportunity for your career. Before getting your professional activity up and rolling, you will have to be a better listener and be more open. So, make some concessions and get rid of the little habits and preconceived ideas that you take with you systematically along your path. With a little more innovative spirit and imagination you should be successful more easily."
}
}
}
Take a look at how you might call this method via cURL, NodeJS, JavaScript jQuery AJAX or Python:
curl --location 'https://astroapi-5.divineapi.com/api/v2/numerology-horoscope' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'number="01"' \
--form 'day="10"' \
--form 'month="10"' \
--form 'year="2024"' \
--form 'tzone="5.5"' \
--form 'lan="en"'
Last updated