ephemeris_planet_position
Get precise ecliptic longitude, latitude, distance, speed, and retrograde status for any planet or celestial body at a given date and time. Supports Sun, Moon, planets, asteroids, and lunar nodes. Optional topocentric calculations with observer coordinates.
Instructions
Get the precise ecliptic longitude, latitude, distance, speed, and retrograde status for a single planet/body at a given date and time. Planet IDs: 0=Sun, 1=Moon, 2=Mercury, 3=Venus, 4=Mars, 5=Jupiter, 6=Saturn, 7=Uranus, 8=Neptune, 9=Pluto, 10=North Node, 11=South Node, 12=Lilith, 15=Chiron, 17=Ceres, 18=Pallas, 19=Juno, 20=Vesta.
CREDIT COST: 1 credit per call.
EXAMPLE: Where is Mars on 2026-03-20 at noon UTC? planet_id=4, datetime='2026-03-20T12:00:00Z'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planet_id | Yes | Planet/body ID (0=Sun, 1=Moon, 2=Mercury, 3=Venus, 4=Mars, 5=Jupiter, 6=Saturn, 7=Uranus, 8=Neptune, 9=Pluto, 10=MeanNode, 11=TrueNode, 12=Lilith, 15=Chiron, 17=Ceres, 18=Pallas, 19=Juno, 20=Vesta). | |
| datetime | Yes | ISO 8601 date/time in UTC or with offset (e.g. '2026-03-20T12:00:00Z' or '2026-03-20T12:00:00-05:00'). | |
| latitude | No | Observer latitude for topocentric position (optional). Omit for geocentric. | |
| longitude | No | Observer longitude for topocentric position (optional). Omit for geocentric. |