🌍 Astrocartography API, πŸ”· Human Design API and βœ‹ Palmistry API are now live. Ship them in your app today.

Western Ascendant Report

The general_ascendant_report/tropical API provides a report on a person's ascendant or rising sign based on the tropical zodiac. The response includes the ascendant sign and a detailed description of the person's personality traits, tendencies, and potential challenges based on their ascendant sign.
POSThttps://json.astrologyapi.com/v1/general_ascendant_report/tropical

Authentication

x-astrologyapi-keystringrequired

API access token used to authenticate requests. Send your access token in this custom header.

Accept-Languagestring

Preferred language for the response content. Supported: English - en, Spanish - es, Portuguese - pt, French - fr, Italian - it, German - de, Russian - ru.

Body parameters

dayintrequired

Date of birth, eg: 10

monthintrequired

Month of birth, eg: 5

yearintrequired

Year of birth, eg: 1990

hourintrequired

Hour of birth, eg: 19

minintrequired

Minute of birth, eg: 55

latfloatrequired

Latitude, eg: 19.2056

lonfloatrequired

Longitude, eg: 25.2056

tzonefloatrequired

Timezone, eg: 5.5

house_typestringrequired

Default : placidus // koch/topocentric/poryphry/equal_house/whole_sign

curl --location 'https://json.astrologyapi.com/v1/general_ascendant_report/tropical' \
  --header 'Content-Type: application/json' \
  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
  --data '{
    "day": 10,
    "month": 5,
    "year": 1990,
    "hour": 19,
    "min": 55,
    "lat": 19.2056,
    "lon": 25.2056,
    "tzone": 5.5,
    "house_type": "placidus"
}'
Try it

Runs with sample data β€” no API key needed

{
  "ascendant": "Sagittarius",
  "report": "People with Sagittarius rising tend to be idealistic, aspiring, enthusiastic, religious or agnostic, interested in far away places and cultures or ideas, physically active, risk-taking, outgoing, breezy, extroverted, philosophical, perhaps dogmatic, prejudiced, superficial, looking for greener pastures, and on-the-go. Sagittarius, the Centaur, is half-human, half-animal and this is perhaps the way you are. You have great aspirations, yet may have a most unruly desire nature. You can shoot for the stars or wallow with the animals. There is love of animals, the outdoors, sports, gambling, adventure, and travel. You may lack concentration. You probably have many acquaintances, but few friends. You tend to have casual contacts rather than in-depth relationships. You have a great restlessness and a love to be on the move. You may always be looking for greener pastures, never stopping or slowing down to see where you really are and what's around you. You tend to be talkative and direct and to the point. You may be lacking in tact and diplomacy due to your frankness. Ideas are very important to you. You generally like working with the big picture and dislike all the little details. You may promise much and deliver less. You can rise to the heights or sink to the depths. Which will you choose$1650 Spiritual lesson to learn: Restraint, of all that is given away (and stop procrastinating). Jupiter rules Sagittarius so Jupiter will be important in your chart."
}