{ "opencollection": "1.0.0", "info": { "name": "Superhero API (akabab) Appearance Biography API", "version": "0.3.0" }, "items": [ { "info": { "name": "Biography", "type": "folder" }, "items": [ { "info": { "name": "Get Character Biography", "type": "http" }, "http": { "method": "GET", "url": "https://akabab.github.io/superhero-api/api/biography/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Numeric character id, 1..731." } ] }, "docs": "Returns just the biography slice for a single character." } ] } ], "bundled": true }