UnifyAPI
← Back to catalog

celestrak.group

mock data$0.001 / call

Get Satellite Group Orbital Elements

Retrieve TLE orbital element sets for an entire predefined satellite group from CelesTrak. Returns all satellites in the group with NORAD catalog number, international designator, epoch, and full orbital parameters. Supported groups: "stations" (ISS, CSS, Tiangong), "starlink" (SpaceX constellation ~6000 sats), "active" (all active satellites ~7000), "gps-ops" (GPS operational), "glo-ops" (GLONASS), "galileo" (EU), "beidou" (Chinese), "weather" (all weather satellites), "noaa" (NOAA series), "goes" (GOES geostationary weather), "geo" (all geostationary), "amateur" (amateur radio), "cubesat" (CubeSats), "last-30-days" (recent launches), "iridium", "iridium-NEXT", "globalstar", "orbcomm", "oneweb", "intelsat", "ses", "planet", "spire". Data from US Space Force, no auth required.

Space & Astronomyprovider: Celestrak#celestrak#space

Input schema

grouprequired

Predefined satellite group. Key groups: "stations" (ISS, CSS, Tiangong), "starlink" (SpaceX Starlink ~6000 sats), "active" (all active satellites ~7000), "gps-ops" (GPS operational), "glo-ops" (GLONASS), "galileo" (EU Galileo), "beidou" (Chinese BeiDou), "weather" (weather satellites), "noaa" (NOAA weather), "goes" (GOES geostationary weather), "geo" (all geostationary), "amateur" (amateur radio), "cubesat" (CubeSats), "last-30-days" (recent launches), "starlink", "oneweb", "iridium", "iridium-NEXT", "globalstar", "orbcomm", "intelsat", "ses", "planet", "spire", "sarsat", "dmc", "tdrss", "argos", "resource", "analyst".

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/celestrak.group \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"group":"<group>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.