{ "opencollection": "1.0.0", "info": { "name": "tmdb-api Account API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/account/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "session_id", "value": "", "type": "query" } ] }, "docs": "Get the public details of an account on TMDB." }, { "info": { "name": "Add Favorite", "type": "http" }, "http": { "method": "POST", "url": "https://api.themoviedb.org/3/account/:account_id/favorite", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "session_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Mark a movie or TV show as a favourite." }, { "info": { "name": "Add To Watchlist", "type": "http" }, "http": { "method": "POST", "url": "https://api.themoviedb.org/3/account/:account_id/watchlist", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "session_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a movie or TV show to your watchlist." }, { "info": { "name": "Favorite Movies", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/account/:account_id/favorite/movies", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "language", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "session_id", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" } ] }, "docs": "Get a users list of favourite movies." }, { "info": { "name": "Favorite TV", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/account/:account_id/favorite/tv", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "language", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "session_id", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" } ] }, "docs": "Get a users list of favourite TV shows." }, { "info": { "name": "Lists", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/account/:account_id/lists", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "session_id", "value": "", "type": "query" } ] }, "docs": "Get a users list of custom lists." }, { "info": { "name": "Rated Movies", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/account/:account_id/rated/movies", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "language", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "session_id", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" } ] }, "docs": "Get a users list of rated movies." }, { "info": { "name": "Rated TV", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/account/:account_id/rated/tv", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "language", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "session_id", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" } ] }, "docs": "Get a users list of rated TV shows." }, { "info": { "name": "Rated TV Episodes", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/account/:account_id/rated/tv/episodes", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "language", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "session_id", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" } ] }, "docs": "Get a users list of rated TV episodes." }, { "info": { "name": "Watchlist Movies", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/account/:account_id/watchlist/movies", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "language", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "session_id", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" } ] }, "docs": "Get a list of movies added to a users watchlist." }, { "info": { "name": "Watchlist TV", "type": "http" }, "http": { "method": "GET", "url": "https://api.themoviedb.org/3/account/:account_id/watchlist/tv", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "language", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "session_id", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query" } ] }, "docs": "Get a list of TV shows added to a users watchlist." } ] } ], "bundled": true }