§ APIDocumentation
Everything the screen shows, the API returns.
Authenticate with a project key, ask in plain REST, receive values with their uncertainty attached. Rate limits are generous and published.
§ API.1Core endpoints
- GET
/v1/objects
Search the catalogue by norad id, operator, regime or launch date.
- GET
/v1/objects/{id}/ephemeris
State vectors with covariance over a requested span.
- GET
/v1/conjunctions
Open screening results, ordered by probability.
- POST
/v1/plans
Submit a mission intent and receive a burn schedule.
- WS
/v1/stream/alerts
Push channel for new and updated alerts.
§ API.2First request
curl https://api.orbitx.example/v1/objects/25544/ephemeris \
-H "Authorization: Bearer $ORBITX_KEY" \
-d span=6h -d step=60s
# → epoch, position, velocity, covariance (RIC frame)keys are scoped per project — rotate them freely