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