{ "opencollection": "1.0.0", "info": { "name": "SpaceX Capsules Crew API", "version": "5.0.0" }, "items": [ { "info": { "name": "Crew", "type": "folder" }, "items": [ { "info": { "name": "List All Crew", "type": "http" }, "http": { "method": "GET", "url": "https://api.spacexdata.com/v5/crew" }, "docs": "Returns all SpaceX astronauts and crew members" }, { "info": { "name": "Get Crew Member", "type": "http" }, "http": { "method": "GET", "url": "https://api.spacexdata.com/v5/crew/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique crew member identifier" } ] }, "docs": "Returns a single crew member by their unique ID" } ] } ], "bundled": true }