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