{ "opencollection": "1.0.0", "info": { "name": "SpaceX Capsules Rockets API", "version": "5.0.0" }, "items": [ { "info": { "name": "Rockets", "type": "folder" }, "items": [ { "info": { "name": "List All Rockets", "type": "http" }, "http": { "method": "GET", "url": "https://api.spacexdata.com/v5/rockets" }, "docs": "Returns all SpaceX rocket vehicles" }, { "info": { "name": "Get Rocket", "type": "http" }, "http": { "method": "GET", "url": "https://api.spacexdata.com/v5/rockets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique rocket identifier" } ] }, "docs": "Returns a single SpaceX rocket by its unique ID" } ] } ], "bundled": true }