{ "opencollection": "1.0.0", "info": { "name": "SpaceX Capsules Ships API", "version": "5.0.0" }, "items": [ { "info": { "name": "Ships", "type": "folder" }, "items": [ { "info": { "name": "List All Ships", "type": "http" }, "http": { "method": "GET", "url": "https://api.spacexdata.com/v5/ships" }, "docs": "Returns all SpaceX fleet vessels including drone ships, fairing recovery vessels, and crew ships" }, { "info": { "name": "Get Ship", "type": "http" }, "http": { "method": "GET", "url": "https://api.spacexdata.com/v5/ships/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique ship identifier" } ] }, "docs": "Returns a single ship by its unique ID" } ] } ], "bundled": true }