Vega
API Reference

Tracked satellites

List and retrieve satellites monitored by the account.

GET /tracked_satellites

List all satellites monitored by the account.

Query parameters

NameTypeRequiredDescription
namestringnoPartial-match filter on satellite name

Response

Each tracked satellite includes its tracked-satellite id, the embedded satellite (name, NORAD number, orbital class, altitude, operator), and membership details.

Use the top-level id (the tracked-satellite ID), not satellite.id, when calling interference endpoints.

GET /tracked_satellites/:id

Retrieve a specific tracked satellite, including membership details.

On this page