{ "opencollection": "1.0.0", "info": { "name": "TVDB API V4 Artwork Award Categories API", "version": "4.7.10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Award Categories", "type": "folder" }, "items": [ { "info": { "name": "TheTVDB Get Award Category", "type": "http" }, "http": { "method": "GET", "url": "https://api4.thetvdb.com/v4/awards/categories/:id", "params": [ { "name": "id", "value": "12345", "type": "path", "description": "id" } ] }, "docs": "Returns a single award category base record" }, { "info": { "name": "TheTVDB Get Award Category Extended", "type": "http" }, "http": { "method": "GET", "url": "https://api4.thetvdb.com/v4/awards/categories/:id/extended", "params": [ { "name": "id", "value": "12345", "type": "path", "description": "id" } ] }, "docs": "Returns a single award category extended record" } ] } ], "bundled": true }