A radix chart (also called an event or natal chart) is the primary calculation that is used to calculate the other (auxiliary) charts.
GET /:env/radix-charts/cast
Request Parameters
Parameter
Required
Description
datetime
Yes
Gregorian calendar datetime value of the radix calculation. Format as YYYY-MM-DD HH:MM:SS. Supported year range: 1000-9999 CE. This value will be treated as local time based on the value oflocation.
location
Yes
The geographic location of the radix calculation. Any Google Maps compatible value is acceptable.
chart_points
Yes
An array of values from the Chart Point Index that will be calculated for the radix chart. Note that points with a corresponding opposite point will automatically include both sides of the axis in the response.
coordinates
No
An array of values from the Coordinate Index that will be calculated for the radix chart. Note that regardless of this value the longitude coordinate is always calculated for each selected chart point.
zodiac
No
A value from the list of zodiacs from the Zodiac Index. If no zodiac is provided in the request, the tropical value will be used in the calculation.
aspects
No
A boolean value indicating whether or not to attempt to calculate aspects for the radix chart.
house_system
No
A value from the list of house systems from the House System Index. If no house system is provided in the request, the koch house system will be used by default.
parallax_moon
No
A boolean value that, if true, will calculate the Moon's position based on the topocentric position of the observer (default false). Elevation/altitude is not taken into account. This parameter has no effect if the Moon isn't requested in the chart_points array.
planetary_nodes
No
A value of either heliocentric or geocentric (default). This parameter has no effect if none of the planetary nodes are included in the chart_points array. Planetary nodes are not the same as the Lunar Nodes. This parameter does not apply to the Lunar Nodes.
lot_calculation
No
A value of either sect (default) or fixed. This parameter has no effect if neither of the lots are included in the chart_points array.
When the aspects request parameter is true, the list of all possible aspects returned is based on the table below.
Note that not all aspects are found in every chart although it's unlikely that any chart would have zero (0) aspects.
Any aspect not found will not appear in the response data.
Aspect
Angle
Applying Orb
Separating Orb
Conjunction
0°
10°
8°
Semi-Square
45°
2°
1° 30'
Sextile
60°
4° 30'
3° 30'
Square
90°
6° 30'
5°
Trine
120°
7°
6°
Sesquiquadrate
135°
2°
1° 30'
Inconjunct
150°
3°
2° 30'
Opposition
180°
8°
6° 30'
Parallel
Declination
1°
1°
Contra-Parallel
Declination
1°
1°
Chart Points
The chart_points response object is an array of chart points.
The chart_points request parameter is required and cannot be an empty array.