Skip to main content
GET
/
api
/
intelligence
/
v1
/
list-satellites
ListSatellites
curl --request GET \
  --url https://api.example.com/api/intelligence/v1/list-satellites
{
  "satellites": [
    {
      "id": "<string>",
      "name": "<string>",
      "country": "<string>",
      "type": "<string>",
      "alt": 123,
      "velocity": 123,
      "inclination": 123,
      "line1": "<string>",
      "line2": "<string>"
    }
  ]
}

Query Parameters

country
string

Filter by country code. Empty returns all.

Response

Successful response

ListSatellitesResponse contains the current orbital snapshot.

satellites
object[]