Ascendant Report

Gain insights into your personal presentation and life approach with the Ascendant Report, focusing on your rising sign and its influence.

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-4.divineapi.com/western-api/v1/ascendant-report

Returns Ascendant Report in response

Headers

NameTypeDescription

Authorization*

String

your API Access Token

eg: Bearer {token}

Request Body

NameTypeDescription

api_key*

String

your API key

full_name*

String

full name, ex: Rahul Kumar

day*

Integer

date of birth, eg: 24

month*

Integer

month of birth, eg: 05

year*

Integer

year of birth, eg: 2023

hour*

Integer

hour, eg: 14

min *

Integer

minute, eg: 40

sec*

Integer

second, eg 43

gender*

String

gender, ex: male

place*

String

place, ex: New Delhi

lat*

Float

latitude, eg: 28.7041

lon*

Float

longitude, eg: 77.1025

tzone*

Float

timezone, eg: 5.5

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "sign": "Libra",
        "sign_no": 7,
        "full_degree": "185.7194444",
        "longitude": "5:43:10",
        "result": "If you have Libra ascendant, you possess a charming and diplomatic personality. You have a natural ability to create harmony and balance in your interactions with others.\n\nYour gracious and polite demeanor makes you well-liked by those around you. You have a genuine interest in people and enjoy forming meaningful connections with others.\n\nYou are fair-minded and objective, always striving to see multiple perspectives before making judgments or decisions. Your ability to weigh both sides of a situation makes you a skilled mediator in conflicts.\n\nYour love for beauty and aesthetics is evident in your personal style and the environments you create. You have an eye for design and appreciate art, music, and culture.\n\nYour sense of justice and desire for equality lead you to advocate for fairness and inclusivity. You seek to create a sense of unity and understanding among diverse groups of people.\n\nYour social skills are excellent, and you thrive in social settings. You enjoy socializing and making new friends, and you have a natural ability to put others at ease.\n\nIn relationships, you value partnership and cooperation. You seek a harmonious and supportive connection with your partner, and you are willing to compromise and find middle ground to maintain peace.\n\nYour desire for balance can sometimes lead to indecisiveness, as you weigh the pros and cons of various options. It's important for you to trust your instincts and make decisions confidently.\n\nYou may have a talent for negotiation and conflict resolution, as your diplomatic nature allows you to find common ground and create win-win situations.\n\nYour sense of justice and desire to make the world a better place may lead you to be involved in charitable or humanitarian endeavors.\n\nFinancially, you may be inclined to spend on items that enhance your personal appearance or create a sense of harmony in your surroundings."
    }
}

Take a look at how you might call this method via cURL, NodeJS or JavaScript jQuery AJAX and Python :

curl --location 'https://astroapi-4.divineapi.com/western-api/v1/ascendant-report' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'full_name="Rahul Kumar"' \
--form 'day="24"' \
--form 'month="05"' \
--form 'year="2023"' \
--form 'hour="14"' \
--form 'min="40"' \
--form 'sec="43"' \
--form 'gender="male"' \
--form 'place="New Delhi, India"' \
--form 'lat="28.7041"' \
--form 'lon="77.1025"' \
--form 'tzone="5.5"'

Last updated