Sim
Get State
Compute satellite position, velocity, and eclipse status at a timestamp
POST
Base URL:
https://sim.rotastellar.com
— No API key required.Request
Orbital elements defining the satellite orbit. Must include either
altitude_km or mean_motion, plus inclination_deg. See Orbital Elements for full schema.ISO 8601 timestamp for computation. Defaults to current time.
Response Fields
| Field | Type | Description |
|---|---|---|
lat | number | Geodetic latitude (degrees) |
lon | number | Geodetic longitude (degrees) |
altitude_km | number | Height above WGS-84 ellipsoid |
velocity_km_s | number | Orbital velocity |
in_eclipse | boolean | Whether satellite is in Earth’s shadow |
orbit_fraction | number | Position in orbit (0–1) |
timestamp | string | ISO 8601 computation timestamp |

