{ "opencollection": "1.0.0", "info": { "name": "Space-Track.org REST Authentication Satellite Catalog API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "chocolatechip", "value": "{{chocolatechip}}", "placement": "query" } }, "items": [ { "info": { "name": "Satellite Catalog", "type": "folder" }, "items": [ { "info": { "name": "Query Satellite Catalog (SATCAT)", "type": "http" }, "http": { "method": "GET", "url": "https://www.space-track.org/basicspacedata/query/class/satcat/format/:format", "params": [ { "name": "format", "value": "", "type": "path" }, { "name": "NORAD_CAT_ID", "value": "", "type": "query", "description": "NORAD catalog number" }, { "name": "INTLDES", "value": "", "type": "query", "description": "International designator (e.g., 1998-067A for ISS)" }, { "name": "OBJECT_NAME", "value": "", "type": "query", "description": "Object name (supports wildcard ~~)" }, { "name": "OBJECT_TYPE", "value": "", "type": "query", "description": "Type filter (PAYLOAD, ROCKET BODY, DEBRIS, UNKNOWN)" }, { "name": "COUNTRY_CODE", "value": "", "type": "query", "description": "Country code filter" }, { "name": "LAUNCH_DATE", "value": "", "type": "query", "description": "Launch date filter" }, { "name": "DECAY_DATE", "value": "", "type": "query", "description": "Decay date (use null-val for active objects)" }, { "name": "orderby", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns satellite catalog information including object metadata, launch dates, countries of origin, and object classification." }, { "info": { "name": "Get Space Object Counts by Country (Boxscore)", "type": "http" }, "http": { "method": "GET", "url": "https://www.space-track.org/basicspacedata/query/class/boxscore/format/:format", "params": [ { "name": "format", "value": "", "type": "path" } ] }, "docs": "Returns a count of tracked space objects by country and object type." } ] } ], "bundled": true }