Numerology Horoscope

Introducing our Numerology Horoscope API, your portal to numerological insights and predictions for individuals. Easily integrate numerology horoscope data into your website and applications and services.

Use translator for other language:

Update translator: https://divineapi.com/translator

en For English

hi For Hindi

pt For Portuguese

fr For French

es For Spanish

ru For Russian

de For German

nl For Dutch

it For Italian

pl For Polish

ar For Arabic

ja For Japanese

zh For Chinese

POST https://astroapi-5.divineapi.com/api/v2/numerology-horoscope

Request Body

NameTypeDescription

api_key*

String

Your API Key (can be found on your Divineapi dashboard)

number*

Number

A Number Between 1-9.

day*

Integer

date of birth, eg: 13

month*

Integer

month of birth, eg: 04

year*

Integer

year of birth, eg: 2024

timezone*

Float

timezone, eg: 5.5 Timezone List

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "number": 1,
        "prediction": {
            "result": "April 13, 2024: You will be able bring order and calm to the chaos of today's situations. A 4-vibration is known for this ability. This essence will help you prioritize all the things you need, despite your tendency to be very busy. You will also find it easier to arrange things quickly. One will feel more in control of what they do today.\r\n"
        }
    }
}

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="13"' \
--form 'month="04"' \
--form 'year="2024"' \
--form 'tzone="5.5"' \
--form 'lan="en"'

Last updated