{ "opencollection": "1.0.0", "info": { "name": "SpaceX REST Capsules Ships API", "version": "4.0" }, "items": [ { "info": { "name": "Ships", "type": "folder" }, "items": [ { "info": { "name": "List All Ships", "type": "http" }, "http": { "method": "GET", "url": "https://api.spacexdata.com/v4/ships" }, "docs": "Return every ship in the SpaceX fleet (droneships, recovery ships, support)." }, { "info": { "name": "Get One Ship", "type": "http" }, "http": { "method": "GET", "url": "https://api.spacexdata.com/v4/ships/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource UUID (MongoDB ObjectId, e.g. `5e9d0d95eda69973a809d1ec`)." } ] }, "docs": "Return a single ship by its UUID." }, { "info": { "name": "Query Ships", "type": "http" }, "http": { "method": "POST", "url": "https://api.spacexdata.com/v4/ships/query", "body": { "type": "json", "data": "{}" } }, "docs": "Run a mongoose-paginate-v2 query against the ships collection." } ] } ], "bundled": true }