{ "opencollection": "1.0.0", "info": { "name": "SWAPI - Star Wars Films Vehicles API", "version": "1.0" }, "items": [ { "info": { "name": "Vehicles", "type": "folder" }, "items": [ { "info": { "name": "List All Vehicles", "type": "http" }, "http": { "method": "GET", "url": "https://swapi.dev/api/vehicles/", "params": [ { "name": "search", "value": "", "type": "query", "description": "Case-insensitive partial match against the resource's main name/title field." }, { "name": "page", "value": "", "type": "query", "description": "One-based page number for paginated list responses (10 items per page)." } ] }, "docs": "Returns a paginated list of non-hyperdrive vehicles." }, { "info": { "name": "Get Vehicle By Id", "type": "http" }, "http": { "method": "GET", "url": "https://swapi.dev/api/vehicles/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Numeric SWAPI identifier for the resource." } ] }, "docs": "Returns a single vehicle by its numeric SWAPI id." } ] } ], "bundled": true }