results |
Array |
—
|
Array of planet summaries, one entry per non-Earth planet. |
|
results[].altitude_azimuth |
Object |
—
|
Altitude and azimuth of the planet as seen from the observer at the requested datetime. |
|
results[].altitude_azimuth.altitude |
Float |
—
|
Altitude above the horizon in degrees. Negative means below the horizon. |
-12.4 |
results[].altitude_azimuth.azimuth |
Float |
—
|
Azimuth measured clockwise from true north in degrees (0–360). |
112.3 |
results[].altitude_azimuth.formatted_altitude |
String |
—
|
Altitude formatted as a degree string (e.g. -12.4°). |
-12.4° |
results[].altitude_azimuth.formatted_azimuth |
String |
—
|
Azimuth with compass direction (e.g. 112.3° ESE). |
112.3° ESE |
results[].altitude_azimuth.is_visible |
Boolean |
—
|
True if the planet is currently above the horizon. |
false |
results[].distance_to_earth |
Object |
—
|
Distance from this planet to Earth at the requested datetime. |
|
results[].distance_to_earth.distance_km |
Integer |
—
|
Distance to Earth in kilometres. |
78337600 |
results[].distance_to_earth.formatted_distance_km |
String |
—
|
Distance to Earth formatted with comma separators. |
78,337,600 |
results[].distance_to_sun |
Object |
—
|
Distance from this planet to the Sun at the requested datetime. |
|
results[].distance_to_sun.distance_km |
Integer |
—
|
Distance to the Sun in kilometres. |
227936640 |
results[].distance_to_sun.formatted_distance_km |
String |
—
|
Distance to the Sun formatted with comma separators. |
227,936,640 |
results[].planet_name |
String |
—
|
Common name of the planet (e.g. Mars, Jupiter). |
Mars |
results[].planet_symbol |
String |
—
|
Unicode astronomical symbol for the planet (e.g. ♂). |
♂ |
results[].rising_setting |
Object |
—
|
Rise and set events for this planet over the next 24-hour window from the requested datetime. |
|
results[].rising_setting.count |
Integer |
—
|
Number of rise/set events found in the 24-hour window. |
2 |
results[].rising_setting.events |
Array |
—
|
List of rise and set events for this planet, each with the same structure as sky event endpoints. |
|