celestrak.search
mock data$0.001 / callSearch 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.
Input schema
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.
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>"}'