{ "opencollection": "1.0.0", "info": { "name": "Breaking Bad Characters API", "version": "1.0.0" }, "items": [ { "info": { "name": "Characters", "type": "folder" }, "items": [ { "info": { "name": "List Characters", "type": "http" }, "http": { "method": "GET", "url": "https://www.breakingbadapi.com/api/characters", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of characters to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of characters to skip before starting to collect the result set." }, { "name": "name", "value": "", "type": "query", "description": "Filter characters by full name. Use `+` for spaces (e.g. `Walter+White`)." }, { "name": "category", "value": "", "type": "query", "description": "Filter by series — `Breaking+Bad`, `Better+Call+Saul`, or both joined by `,`." } ] }, "docs": "Returns a list of every character from the Breaking Bad and Better Call Saul universe." }, { "info": { "name": "Get Character By Id", "type": "http" }, "http": { "method": "GET", "url": "https://www.breakingbadapi.com/api/characters/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Numeric character id." } ] }, "docs": "Returns a single character by numeric id." }, { "info": { "name": "Get Random Character", "type": "http" }, "http": { "method": "GET", "url": "https://www.breakingbadapi.com/api/character/random" }, "docs": "Returns one randomly selected character." } ] } ], "bundled": true }