UnifyAPI
← Back to catalog

celestrak.tle

mock data$0.001 / call

Get Satellite Orbital Elements by NORAD ID

Retrieve the current Two-Line Element (TLE) orbital data for a specific satellite using its NORAD catalog number. Returns the full GP (General Perturbations) element set: epoch, inclination, RAAN, eccentricity, argument of perigee, mean anomaly, mean motion (revolutions/day), B* drag coefficient, and computed orbital period in minutes. Data is sourced from the US Space Force 18th Space Control Squadron via CelesTrak. Useful for orbital mechanics calculations, satellite pass predictions, and tracking any of the 27,000+ catalogued space objects. Popular NORAD IDs: 25544 (ISS), 20580 (Hubble), 33591 (NOAA-18).

Space & Astronomyprovider: Celestrak#celestrak#space

Input schema

catnrrequired

NORAD catalog number (satellite ID). Examples: 25544 (ISS), 20580 (Hubble Space Telescope), 48274 (Starlink-1007). Integer between 1 and 99999. Obtain from celestrak.satellite.search or celestrak.satellite.group.

string

Call via REST

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

Try it

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