{ "opencollection": "1.0.0", "info": { "name": "Marvel Characters Comics API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Comics", "type": "folder" }, "items": [ { "info": { "name": "List comics for a character", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.marvel.com/v1/public/characters/:characterId/comics", "params": [ { "name": "characterId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "List comics for a character" }, { "info": { "name": "List comics", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.marvel.com/v1/public/comics", "params": [ { "name": "title", "value": "", "type": "query" }, { "name": "titleStartsWith", "value": "", "type": "query" }, { "name": "modifiedSince", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "List comics" }, { "info": { "name": "Get comic by ID", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.marvel.com/v1/public/comics/:comicId", "params": [ { "name": "comicId", "value": "", "type": "path" } ] }, "docs": "Get comic by ID" } ] } ], "bundled": true }