UnifyAPI
← Back to catalog

celestrak.search

mock data$0.001 / call

Search Satellites by Name

Search the NORAD satellite catalog by name substring (case-insensitive). Returns all satellites whose name contains the query string, each with NORAD catalog number, international designator (COSPAR ID), epoch, and full orbital element set. Useful for finding the NORAD IDs and TLEs of satellites by operator or mission name (e.g. "STARLINK" returns all ~6000 Starlink satellites, "NOAA" returns NOAA weather sats, "GPS" returns GPS block satellites, "FENGYUN" returns Chinese weather satellites, "ISS" returns ISS modules). Data from US Space Force via CelesTrak, no auth required.

Space & Astronomyprovider: Celestrak#celestrak#space

Input schema

namerequired

Satellite name substring to search (case-insensitive). Examples: "ISS", "STARLINK", "GPS", "NOAA", "GOES", "HUBBLE", "FENGYUN". Returns all satellites whose name contains this string. Minimum 2 characters.

string

Call via REST

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

Try it

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