celestrak.intdes
mock data$0.001 / callGet Satellite by International Designator
Look up satellite orbital elements using the international designator (COSPAR ID / Harvard designation). Returns orbital element sets for all objects associated with the designator: primary payload (suffix A), rocket body (B), and debris fragments (C onward). Format is YYYY-NNNX where YYYY=launch year, NNN=launch number of year (zero-padded to 3 digits), X=piece letter. Examples: "1998-067A" (ISS ZARYA module launched 1998, 67th launch, primary payload), "1990-037B" (Hubble Space Telescope), "2019-029B" (Starlink batch 1 rocket body). Useful when you know the mission designator but not the NORAD catalog number. Data from US Space Force via CelesTrak.
Input schema
International designator (COSPAR ID) for the launch or object. Format: YYYY-NNNX where YYYY is launch year, NNN is launch number of that year (3 digits), and X is the piece letter (A=primary payload). Examples: "1998-067A" (ISS ZARYA module), "1990-037B" (Hubble Space Telescope), "2019-029B" (Starlink batch 1). The suffix letter distinguishes primary payload (A), rocket body (B), debris (C onward).
Call via REST
curl -X POST https://unifyapi.pro/api/call/celestrak.intdes \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"intdes":"<intdes>"}'