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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

country
string

Filter by country code. Empty returns all.

Response

Successful response

ListSatellitesResponse contains the current orbital snapshot.

satellites
object[]