{ "opencollection": "1.0.0", "info": { "name": "TVDB API V4 Artwork Genres API", "version": "4.7.10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Genres", "type": "folder" }, "items": [ { "info": { "name": "TheTVDB Get All Genres", "type": "http" }, "http": { "method": "GET", "url": "https://api4.thetvdb.com/v4/genres" }, "docs": "returns list of genre records" }, { "info": { "name": "TheTVDB Get Genre Base", "type": "http" }, "http": { "method": "GET", "url": "https://api4.thetvdb.com/v4/genres/:id", "params": [ { "name": "id", "value": "12345", "type": "path", "description": "id" } ] }, "docs": "Returns genre record" } ] } ], "bundled": true }