{ "opencollection": "1.0.0", "info": { "name": "tmdb-api Account Network API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Network", "type": "folder" }, "items": [ { "info": { "name": "Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/network/:network_id", "params": [ { "name": "network_id", "value": "", "type": "path" } ] }, "docs": "Details" }, { "info": { "name": "Alternative Names", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/network/:network_id/alternative_names", "params": [ { "name": "network_id", "value": "", "type": "path" } ] }, "docs": "Get the alternative names of a network." }, { "info": { "name": "Images", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/network/:network_id/images", "params": [ { "name": "network_id", "value": "", "type": "path" } ] }, "docs": "Get the TV network logos by id." } ] } ], "bundled": true }