ephemeris_retrograde_status
Get retrograde/direct status and speed for all planets at a given date/time. Returns is_retrograde flag, longitude speed, and station proximity. Optionally query a single planet.
Instructions
Get retrograde/direct status and speed for all planets at a given date/time. Returns is_retrograde flag, longitude speed, and station proximity for every planet.
CREDIT COST: 1 credit per call.
Optionally pass planet_id (0-9) to query a single planet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | Yes | ISO 8601 date/time. | |
| planet_id | No | Optional single planet ID (0-9). Omit for all planets. |