Use access token to call astrology api.
Learn Morehttps://json.astrologyapi.com/v1/solar_return_house_cuspsThis API solar_return_house_cusps returns the zodiac sign and degree of each house in a solar return chart, along with the ascendant, midheaven, and vertex degrees. The response includes a list of 12 houses with their corresponding zodiac sign and degree, as well as the degrees for ascendant, midheaven, and vertex.
1{
2 "houses": [
3 {
4 "house": 1,
5 "sign": "Aries",
6 "degree": 13.25529
7 },
8 {
9 "house": 2,
10 "sign": "Taurus",
11 "degree": 43.01473
12 },
13 {
14 "house": 3,
15 "sign": "Gemini",
16 "degree": 68.55911
17 },
18 {
19 "house": 4,
20 "sign": "Cancer",
21 "degree": 93.78243
22 },
23 {
24 "house": 5,
25 "sign": "Leo",
26 "degree": 122.1002
27 },
28 {
29 "house": 6,
30 "sign": "Virgo",
31 "degree": 155.86703
32 },
33 {
34 "house": 7,
35 "sign": "Libra",
36 "degree": 193.25529
37 },
38 {
39 "house": 8,
40 "sign": "Scorpio",
41 "degree": 223.01473
42 },
43 {
44 "house": 9,
45 "sign": "Sagittarius",
46 "degree": 248.55911
47 },
48 {
49 "house": 10,
50 "sign": "Capricorn",
51 "degree": 273.78243
52 },
53 {
54 "house": 11,
55 "sign": "Aquarius",
56 "degree": 302.1002
57 },
58 {
59 "house": 12,
60 "sign": "Pisces",
61 "degree": 335.86703
62 }
63 ],
64 "ascendant": 37.368916222730974,
65 "midheaven": 297.8960549871522,
66 "vertex": 194.57571878743278
67}Authorizationstring
requiredBasic Authorization via header
Accept-Languagestring
Preferred language for the response content
Properties
dayint
requiredDate of birth, eg: 10
monthint
requiredMonth of birth, eg: 5
yearint
requiredYear of birth, eg: 1990
hourint
requiredHour of birth, eg: 19
minint
requiredMinute of birth, eg: 55
latfloat
requiredLatitude, eg: 19.2056
lonfloat
requiredLongitude, eg: 25.2056
tzonefloat
requiredTimezone, eg: 5.5
solar_yearint
Solar Year, eg: 2025
house_typestring
Default : "placidus" // koch/topocentric/poryphry/equal_house/whole_sign
Something is wrong with your request format or parameters.
Your API key is missing or invalid.
You don't have permission to access this specific resource.
The API endpoint you're trying to reach doesn't exist.
Our server is having a temporary glitch.