{ "opencollection": "1.0.0", "info": { "name": "SpaceX REST Capsules Starlink API", "version": "4.0" }, "items": [ { "info": { "name": "Starlink", "type": "folder" }, "items": [ { "info": { "name": "List All Starlink Satellites", "type": "http" }, "http": { "method": "GET", "url": "https://api.spacexdata.com/v4/starlink" }, "docs": "Return every Starlink satellite record with raw Space-Track orbit data." }, { "info": { "name": "Get One Starlink Satellite", "type": "http" }, "http": { "method": "GET", "url": "https://api.spacexdata.com/v4/starlink/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource UUID (MongoDB ObjectId, e.g. `5e9d0d95eda69973a809d1ec`)." } ] }, "docs": "Return a single Starlink satellite by its UUID." }, { "info": { "name": "Query Starlink Satellites", "type": "http" }, "http": { "method": "POST", "url": "https://api.spacexdata.com/v4/starlink/query", "body": { "type": "json", "data": "{}" } }, "docs": "Run a mongoose-paginate-v2 query against the starlink collection." } ] } ], "bundled": true }