Endpoints overview
Below is an overview of all endpoints currently available on TMDB
Base url
Authentication
/authentication/guest_session/new
This endpoint allows you to create a new session for a guest user.
/authentication/token/new
This endpoint allows you to create a temporary request token that can be used to validate a TMDB user login.
/authentication/session/new
This endpoint allows you to create a fully valid session ID once a user has validated the request token.
/authentication
This endpoint allows you to test if your API key is valid.
Account
/account/{account_id}/favorite
This endpoint allows you to mark a movie or TV show as a favourite.
/account/{account_id}/watchlist
This endpoint allows you to add a movie or TV show to your watchlist.
/account/{account_id}
This endpoint allows you to get the public details of an account on TMDB.
/account/{account_id}/lists
This endpoint allows you to get a user’s list of custom playlists.
/account/{account_id}/favorite/movies
This endpoint allows you to get a user’s list of favourite movies.
/account/{account_id}/favorite/tv
This endpoint allows you to get a user’s list of favourite TV shows.
/account/{account_id}/rated/movies
This endpoint allows you to get a user’s list of rated movies.
/account/{{account_id}}/rated/tv/episodes
This endpoint allows you to get a user’s list of rated TV episodes.
/account/{account_id}/rated/tv
This endpoint allows you to get a user’s list of rated TV shows.
/account/{account_id}/watchlist/movies
This endpoint allows you to get a list of movies added to a user’s watchlist.
/account/{account_id}/watchlist/tv
This endpoint allows you to get a list of TV shows added to a user’s watchlist.
Certifications
/certification/movie/list
This endpoint allows you to get an up-to-date list of the officially supported movie certifications on TMDB.
/certification/tv/list
This endpoint allows you to get an up-to-date list of the officially supported TV show certifications on TMDB.
Changes
/person/changes
This endpoint allows you to get an up-to-date list of the officially supported movie certifications on TMDB.
/tv/changes
This endpoint allows you to get an up-to-date list of the officially supported TV show certifications on TMDB.