Use access token to call astrology api.
Learn Morehttps://json.astrologyapi.com/v1/solar_return_planet_aspectsThe solar_return_planet_aspects API returns a list of planetary aspects in a solar return chart. The response includes the solar return planet, aspecting planet, type of aspect, and the orb of the aspect.
1[
2 {
3 "solar_return_planet": "Sun",
4 "aspecting_planet": "Moon",
5 "type": "Conjunction",
6 "orb": 6.8
7 },
8 {
9 "solar_return_planet": "Sun",
10 "aspecting_planet": "Mars",
11 "type": "Trine",
12 "orb": 5.4
13 },
14 {
15 "solar_return_planet": "Sun",
16 "aspecting_planet": "Jupiter",
17 "type": "Opposition",
18 "orb": 6.51
19 },
20 {
21 "solar_return_planet": "Moon",
22 "aspecting_planet": "Mars",
23 "type": "Square",
24 "orb": 5.63
25 },
26 {
27 "solar_return_planet": "Moon",
28 "aspecting_planet": "Mercury",
29 "type": "Opposition",
30 "orb": 8.39
31 },
32 {
33 "solar_return_planet": "Moon",
34 "aspecting_planet": "Venus",
35 "type": "Trine",
36 "orb": 0.64
37 },
38 {
39 "solar_return_planet": "Mars",
40 "aspecting_planet": "Mercury",
41 "type": "Conjunction",
42 "orb": 0.72
43 },
44 {
45 "solar_return_planet": "Mars",
46 "aspecting_planet": "Venus",
47 "type": "Sextile",
48 "orb": 8.46
49 },
50 {
51 "solar_return_planet": "Mars",
52 "aspecting_planet": "Saturn",
53 "type": "Trine",
54 "orb": 5.58
55 },
56 {
57 "solar_return_planet": "Mars",
58 "aspecting_planet": "Rahu",
59 "type": "Square",
60 "orb": 6.81
61 },
62 {
63 "solar_return_planet": "Mars",
64 "aspecting_planet": "Ketu",
65 "type": "Square",
66 "orb": 6.81
67 },
68 {
69 "solar_return_planet": "Mercury",
70 "aspecting_planet": "Mars",
71 "type": "Square",
72 "orb": 0.44
73 },
74 {
75 "solar_return_planet": "Mercury",
76 "aspecting_planet": "Venus",
77 "type": "Sextile",
78 "orb": 4.55
79 },
80 {
81 "solar_return_planet": "Mercury",
82 "aspecting_planet": "Saturn",
83 "type": "Trine",
84 "orb": 9.49
85 },
86 {
87 "solar_return_planet": "Jupiter",
88 "aspecting_planet": "Mars",
89 "type": "Square",
90 "orb": 3.92
91 },
92 {
93 "solar_return_planet": "Jupiter",
94 "aspecting_planet": "Mercury",
95 "type": "Conjunction",
96 "orb": 6.67
97 },
98 {
99 "solar_return_planet": "Jupiter",
100 "aspecting_planet": "Venus",
101 "type": "Sextile",
102 "orb": 1.07
103 },
104 {
105 "solar_return_planet": "Venus",
106 "aspecting_planet": "Mars",
107 "type": "Square",
108 "orb": 0.3
109 },
110 {
111 "solar_return_planet": "Venus",
112 "aspecting_planet": "Mercury",
113 "type": "Conjunction",
114 "orb": 3.06
115 },
116 {
117 "solar_return_planet": "Venus",
118 "aspecting_planet": "Saturn",
119 "type": "Trine",
120 "orb": 9.36
121 },
122 {
123 "solar_return_planet": "Saturn",
124 "aspecting_planet": "Rahu",
125 "type": "Sextile",
126 "orb": 1.33
127 },
128 {
129 "solar_return_planet": "Saturn",
130 "aspecting_planet": "Ketu",
131 "type": "Trine",
132 "orb": 1.33
133 },
134 {
135 "solar_return_planet": "Rahu",
136 "aspecting_planet": "Mercury",
137 "type": "Trine",
138 "orb": 7.08
139 },
140 {
141 "solar_return_planet": "Rahu",
142 "aspecting_planet": "Venus",
143 "type": "Opposition",
144 "orb": 0.67
145 },
146 {
147 "solar_return_planet": "Ketu",
148 "aspecting_planet": "Mercury",
149 "type": "Sextile",
150 "orb": 7.08
151 },
152 {
153 "solar_return_planet": "Ketu",
154 "aspecting_planet": "Venus",
155 "type": "Conjunction",
156 "orb": 0.67
157 }
158]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.