# TMDB-API-Docs ## Docs - [Add favourite](https://devliz.mintlify.app/api-reference/account/add-favourite.md): This endpoint allows you to mark a movie or TV show as a favourite. - [Add to watchlist](https://devliz.mintlify.app/api-reference/account/add-to-watchlist.md): This endpoint allows you to add a movie or TV show to your watchlist. - [Fetch account details](https://devliz.mintlify.app/api-reference/account/fetch-account-details.md): This endpoint allows you to get the public details of an account on TMDB. - [List custom playlist](https://devliz.mintlify.app/api-reference/account/list-custom-playlist.md): This endpoint allows you to get a user's list of custom playlists. - [List favourite movies](https://devliz.mintlify.app/api-reference/account/list-favourite-movies.md): StartFragment - [List favourite TV shows](https://devliz.mintlify.app/api-reference/account/list-favourite-tv-shows.md): This endpoint allows you to get a user's list of favourite TV shows. - [List rated movies](https://devliz.mintlify.app/api-reference/account/list-rated-movies.md): This endpoint allows you to get a user's list of rated movies. - [List rated TV Episodes](https://devliz.mintlify.app/api-reference/account/list-rated-tv-episodes.md): This endpoint allows you to get a user's list of rated TV episodes. - [List rated TV shows](https://devliz.mintlify.app/api-reference/account/list-rated-tv-shows.md): This endpoint allows you to get a user's list of rated TV shows. - [List watchlisted movies](https://devliz.mintlify.app/api-reference/account/list-watchlisted-movies.md): This endpoint allows you to get a list of movies added to a user's watchlist. - [List watchlisted TV shows](https://devliz.mintlify.app/api-reference/account/list-watchlisted-tv-shows.md): This endpoint allows you to get a list of TV shows added to a user's watchlist. - [Create guest session](https://devliz.mintlify.app/api-reference/authentication/create-guest-session.md): This endpoint allows you to create a new session for a guest user. - [Create request token](https://devliz.mintlify.app/api-reference/authentication/create-request-token.md): This endpoint allows you to create a temporary request token that can be used to validate a TMDB user login. - [Create session ID](https://devliz.mintlify.app/api-reference/authentication/create-session-id.md): This endpoint allows you to create a fully valid session ID once a user has validated the request token. - [Validate API key](https://devliz.mintlify.app/api-reference/authentication/validate-api-key.md): This endpoint allows you to test if your API key is valid. - [List movie certifications](https://devliz.mintlify.app/api-reference/certifications/list-movie-certifications.md): This endpoint allows you to get an up-to-date list of the officially supported movie certifications on TMDB. - [List TV certifications](https://devliz.mintlify.app/api-reference/certifications/list-tv-certifications.md): This endpoint allows you to get an up-to-date list of the officially supported TV show certifications on TMDB. - [List changed persons](https://devliz.mintlify.app/api-reference/changes/list-changed-persons.md): This endpoint allows you to fetch list of person IDs that have been changed in the past 24 hours. - [List changed TV shows](https://devliz.mintlify.app/api-reference/changes/list-changed-tv-shows.md): This endpoint allows you to fetch list of TV shows that have been changed in the past 24 hours. - [Fetch collection details](https://devliz.mintlify.app/api-reference/collections/fetch-collection-details.md): This endpoint allows you to fetch a collection by ID - [Fetch collection image](https://devliz.mintlify.app/api-reference/collections/fetch-collection-image.md): This endpoint allows you to fetch images that belong to a collection. - [Fetch collection translations](https://devliz.mintlify.app/api-reference/collections/fetch-collection-translations.md): This endpoint allows you to fetch translations in a collection. - [Fetch alternative names](https://devliz.mintlify.app/api-reference/companies/fetch-alternative-names.md): This endpoint allows you to fetch alternative names for a company. - [Fetch company details](https://devliz.mintlify.app/api-reference/companies/fetch-company-details.md): This endpoint allows you to get the company details by ID. - [Fetch company logos](https://devliz.mintlify.app/api-reference/companies/fetch-company-logos.md): This endpoint allows you to get the company logos by id. - [Authentication](https://devliz.mintlify.app/api-reference/conceptual/authentication.md): Learn how to authenticate on TMDB - [Endpoints overview](https://devliz.mintlify.app/api-reference/conceptual/endpoint-overview.md): Below is an overview of all endpoints currently available on TMDB - [Error codes & Rate limits](https://devliz.mintlify.app/api-reference/conceptual/errors-ratelimits.md): Below is a list of errors you may come across while using TMDB - [Introduction](https://devliz.mintlify.app/api-reference/conceptual/introduction.md): Welcome to V3 of TMDB API reference. Here, you will find a list of methods currently available for our movie, tv, actor and image API. - [Obtain API key](https://devliz.mintlify.app/api-reference/conceptual/obtain-key.md): Learn how to get the right credential for your authentication - [List countries](https://devliz.mintlify.app/api-reference/configuration/list-countries.md): This endpoint allows you to get the list of countries used throughout TMDB. - [List jobs](https://devliz.mintlify.app/api-reference/configuration/list-jobs.md): This endpoint allows you to get the list of the jobs and departments used on TMDB. - [List languages](https://devliz.mintlify.app/api-reference/configuration/list-languages.md): This endpoint allows you to get the list of languages used throught TMDB - [List primary translations](https://devliz.mintlify.app/api-reference/configuration/list-primary-translations.md): This endpoint allows you to get a list of the officially supported translations on TMDB. - [List timezones](https://devliz.mintlify.app/api-reference/configuration/list-timezones.md): This endpoint allows you to get the list of timezones used throughout TMDB. - [Query configuration details](https://devliz.mintlify.app/api-reference/configuration/query-configuration-details.md): This endpoint allows you to query the API configuration details. - [Fetch credit details](https://devliz.mintlify.app/api-reference/credits/fetch-credit-details.md): This endpoint allows you to get a movie or TV credit details by ID. - [Discover movies with filters](https://devliz.mintlify.app/api-reference/discover/discover-movies-with-filters.md): This endpoint allows you to find movies using over 30 filters and sort options. - [Discover TV with filters](https://devliz.mintlify.app/api-reference/discover/discover-tv-with-filters.md): This endpoint allows you to find TV shows using over 30 filters and sort options. - [Add favourite](https://devliz.mintlify.app/api-reference/endpoint/account/add-favourite.md): This endpoint allows you to mark a movie or TV show as a favourite. - [Add to watchlist](https://devliz.mintlify.app/api-reference/endpoint/account/add-to-watchlist.md): This endpoint allows you to add a movie or TV show to your watchlist. - [Fetch account details](https://devliz.mintlify.app/api-reference/endpoint/account/fetch-account-details.md): This endpoint allows you to get the public details of an account on TMDB. - [List custom playlist](https://devliz.mintlify.app/api-reference/endpoint/account/list-custom-playlist.md): This endpoint allows you to get a user's list of custom playlists. - [List favourite movies](https://devliz.mintlify.app/api-reference/endpoint/account/list-favourite-movies.md): StartFragment - [List favourite TV shows](https://devliz.mintlify.app/api-reference/endpoint/account/list-favourite-tv-shows.md): This endpoint allows you to get a user's list of favourite TV shows. - [List rated movies](https://devliz.mintlify.app/api-reference/endpoint/account/list-rated-movies.md): This endpoint allows you to get a user's list of rated movies. - [List rated TV Episodes](https://devliz.mintlify.app/api-reference/endpoint/account/list-rated-tv-episodes.md): This endpoint allows you to get a user's list of rated TV episodes. - [List rated TV shows](https://devliz.mintlify.app/api-reference/endpoint/account/list-rated-tv-shows.md): This endpoint allows you to get a user's list of rated TV shows. - [List watchlisted movies](https://devliz.mintlify.app/api-reference/endpoint/account/list-watchlisted-movies.md): This endpoint allows you to get a list of movies added to a user's watchlist. - [List watchlisted TV shows](https://devliz.mintlify.app/api-reference/endpoint/account/list-watchlisted-tv-shows.md): This endpoint allows you to get a list of TV shows added to a user's watchlist. - [Create guest session](https://devliz.mintlify.app/api-reference/endpoint/authentication/create-guest-session.md): This endpoint allows you to create a new session for a guest user. - [Create request token](https://devliz.mintlify.app/api-reference/endpoint/authentication/create-request-token.md): This endpoint allows you to create a temporary request token that can be used to validate a TMDB user login. - [Create session ID](https://devliz.mintlify.app/api-reference/endpoint/authentication/create-session-id.md): This endpoint allows you to create a fully valid session ID once a user has validated the request token. - [Validate API key](https://devliz.mintlify.app/api-reference/endpoint/authentication/validate-api-key.md): This endpoint allows you to test if your API key is valid. - [List movie certifications](https://devliz.mintlify.app/api-reference/endpoint/certifications/list-movie-certifications.md): This endpoint allows you to get an up-to-date list of the officially supported movie certifications on TMDB. - [List TV certifications](https://devliz.mintlify.app/api-reference/endpoint/certifications/list-tv-certifications.md): This endpoint allows you to get an up-to-date list of the officially supported TV show certifications on TMDB. - [List changed persons](https://devliz.mintlify.app/api-reference/endpoint/changes/list-changed-persons.md): This endpoint allows you to fetch list of person IDs that have been changed in the past 24 hours. - [List changed TV shows](https://devliz.mintlify.app/api-reference/endpoint/changes/list-changed-tv-shows.md): This endpoint allows you to fetch list of TV shows that have been changed in the past 24 hours. - [Fetch collection details](https://devliz.mintlify.app/api-reference/endpoint/collections/fetch-collection-details.md): This endpoint allows you to fetch a collection by ID - [Fetch collection image](https://devliz.mintlify.app/api-reference/endpoint/collections/fetch-collection-image.md): This endpoint allows you to fetch images that belong to a collection. - [Fetch collection translations](https://devliz.mintlify.app/api-reference/endpoint/collections/fetch-collection-translations.md): This endpoint allows you to fetch translations in a collection. - [Fetch alternative names](https://devliz.mintlify.app/api-reference/endpoint/companies/fetch-alternative-names.md): This endpoint allows you to fetch alternative names for a company. - [Fetch company details](https://devliz.mintlify.app/api-reference/endpoint/companies/fetch-company-details.md): This endpoint allows you to get the company details by ID. - [Fetch company logos](https://devliz.mintlify.app/api-reference/endpoint/companies/fetch-company-logos.md): This endpoint allows you to get the company logos by id. - [List countries](https://devliz.mintlify.app/api-reference/endpoint/configuration/list-countries.md): This endpoint allows you to get the list of countries used throughout TMDB. - [List jobs](https://devliz.mintlify.app/api-reference/endpoint/configuration/list-jobs.md): This endpoint allows you to get the list of the jobs and departments used on TMDB. - [List languages](https://devliz.mintlify.app/api-reference/endpoint/configuration/list-languages.md): This endpoint allows you to get the list of languages used throught TMDB - [List primary translations](https://devliz.mintlify.app/api-reference/endpoint/configuration/list-primary-translations.md): This endpoint allows you to get a list of the officially supported translations on TMDB. - [List timezones](https://devliz.mintlify.app/api-reference/endpoint/configuration/list-timezones.md): This endpoint allows you to get the list of timezones used throughout TMDB. - [Query configuration details](https://devliz.mintlify.app/api-reference/endpoint/configuration/query-configuration-details.md): This endpoint allows you to query the API configuration details. - [Fetch credit details](https://devliz.mintlify.app/api-reference/endpoint/credits/fetch-credit-details.md): This endpoint allows you to get a movie or TV credit details by ID. - [Discover movies with filters](https://devliz.mintlify.app/api-reference/endpoint/discover/discover-movies-with-filters.md): This endpoint allows you to find movies using over 30 filters and sort options. - [Discover TV with filters](https://devliz.mintlify.app/api-reference/endpoint/discover/discover-tv-with-filters.md): This endpoint allows you to find TV shows using over 30 filters and sort options. - [Find by ID](https://devliz.mintlify.app/api-reference/endpoint/find/find-by-id.md): This endpoint allows you to find data by external IDs. - [List movie genre](https://devliz.mintlify.app/api-reference/endpoint/genres/list-movie-genre.md): This endpoint allows you to get the list of official genres for movies. - [List TV genre](https://devliz.mintlify.app/api-reference/endpoint/genres/list-tv-genre.md): This endpoint allows you to get the list of official genres for TV shows. - [Fetch keyword details](https://devliz.mintlify.app/api-reference/endpoint/keywords/fetch-keyword-details.md): This endpoint allows you to get keyword details using an ID - [Fetch now playing](https://devliz.mintlify.app/api-reference/endpoint/movie-lists/fetch-now-playing.md): This endpoint allows you to get a list of movies that are currently in theatres. - [Fetch popular](https://devliz.mintlify.app/api-reference/endpoint/movie-lists/fetch-popular.md): This endpoint allows you to get a list of movies by their order of popularity. - [Fetch top rated](https://devliz.mintlify.app/api-reference/endpoint/movie-lists/fetch-top-rated.md): This endpoint allows you to get a list of movies by their order of rating. - [Fetch upcoming](https://devliz.mintlify.app/api-reference/endpoint/movie-lists/fetch-upcoming.md): This endpoint allows you to get a list of movies that are being released soon. - [Add rating](https://devliz.mintlify.app/api-reference/endpoint/movies/add-rating.md): This endpoint allows you to rate a movie and save it to your rated list. - [Delete rating](https://devliz.mintlify.app/api-reference/endpoint/movies/delete-rating.md): This endpoint allows you to delete a user rating. - [Fetch account states](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-account-states.md): This endpoint allows you to get the rating, watchlist, and favorite status of an account. - [Fetch alternative titles](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-alternative-titles.md): This endpoint allows you to get the alternative titles for a movie. - [Fetch external IDs](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-external-ids.md): This endpoint allows you to get external IDs of a movie. - [Fetch latest movie](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-latest-movie.md): This endpoint allows you to get the newest movie ID. - [Fetch movie changes](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-movie-changes.md): This endpoint allows you to get the recent changes for a movie. - [Fetch movie credits](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-movie-credits.md): This endpoint allows you to get the credits of the movie. - [Fetch movie details](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-movie-details.md): This endpoint allows you to get the top-level details of a movie by ID. - [Fetch movie images](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-movie-images.md): This endpoint allows you to get the images that belong to a movie. - [Fetch movie keywords](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-movie-keywords.md): This endpoint allows you to get a list of keyword that have been added to a movie. - [Fetch movie List](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-movie-list.md): This endpoint allows you to get the lists that a movie has been added to. - [Fetch movie recommendations](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-movie-recommendations.md): This endpoint allows you to fetch movie recommendations. - [Fetch movie translation](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-movie-translation.md): This endpoint allows you to get the translations for a movie. - [Fetch release dates](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-release-dates.md): This endpoint allows you to get the release dates and certifications for a movie. - [Fetch similar movies](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-similar-movies.md): This endpoint allows you to get similar movies based on genres and keywords. - [Fetch user reviews](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-user-reviews.md): This endpoint allows you to get the user reviews for a movie. - [Fetch videos](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-videos.md): This endpoint allows you to get the videos that belong to a movie. - [Fetch watch providers](https://devliz.mintlify.app/api-reference/endpoint/movies/fetch-watch-providers.md): This endpoint allows you to get a list of streaming providers for a movie. - [Fetch alternative names](https://devliz.mintlify.app/api-reference/endpoint/networks/fetch-alternative-names.md): This endpoint allows you to get alternative names of the networks. - [Fetch details](https://devliz.mintlify.app/api-reference/endpoint/networks/fetch-details.md): This endpoint allows you to get the details of a network using an ID. - [Fetch images](https://devliz.mintlify.app/api-reference/endpoint/networks/fetch-images.md): This endpoint allows you to get TV network logos by ID. - [Fetch popular](https://devliz.mintlify.app/api-reference/endpoint/people-lists/fetch-popular.md): This endpoint allows you to get a list of people ordered by popularity. - [Fetch combined credits](https://devliz.mintlify.app/api-reference/endpoint/people/fetch-combined-credits.md): This endpoint allows you to get the combined movie and TV credits that belong to a person. - [Fetch details](https://devliz.mintlify.app/api-reference/endpoint/people/fetch-details.md): This endpoint allows you to query the top-level details of a person. - [Fetch external IDs](https://devliz.mintlify.app/api-reference/endpoint/people/fetch-external-ids.md): This endpoint allows you to get the external ID's that belong to a person. - [Fetch latest](https://devliz.mintlify.app/api-reference/endpoint/people/fetch-latest.md): This endpoint allows you to get the newest created person. - [Fetch movie credits](https://devliz.mintlify.app/api-reference/endpoint/people/fetch-movie-credits.md): This endpoint allows you to get the movie credits for a person. - [Fetch person image](https://devliz.mintlify.app/api-reference/endpoint/people/fetch-person-image.md): This endpoint allows you to get the profile images that belong to a person. - [Fetch recent changes](https://devliz.mintlify.app/api-reference/endpoint/people/fetch-recent-changes.md): This endpoint allows you to get the recent changes for a person. - [Fetch TV credits](https://devliz.mintlify.app/api-reference/endpoint/people/fetch-tv-credits.md): This endpoint allows you to get the TV credits that belong to a person. - [Fetch review details](https://devliz.mintlify.app/api-reference/endpoint/reviews/fetch-review-details.md): This endpoint allows you to retrieve the details of a movie or TV show review. - [Search by keyword](https://devliz.mintlify.app/api-reference/endpoint/search/search-by-keyword.md): This endpoint allows you to search for keywords by their name. - [Search collection](https://devliz.mintlify.app/api-reference/endpoint/search/search-collection.md): This endpoint allows you to search for collections by their original, translated, and alternative names. - [Search company](https://devliz.mintlify.app/api-reference/endpoint/search/search-company.md): This endpoint allows you to search for companies by their original and alternative names. - [Search movies](https://devliz.mintlify.app/api-reference/endpoint/search/search-movies.md): This endpoint allows you to search for movies by their original, translated, and alternative titles. - [Search multi options](https://devliz.mintlify.app/api-reference/endpoint/search/search-multi-options.md): This endpoint allows you to use multi-search for movies, TV shows, and people in a single request. - [Search people](https://devliz.mintlify.app/api-reference/endpoint/search/search-people.md): This endpoint allows you to search for people by their names and known-as names. - [Search TV](https://devliz.mintlify.app/api-reference/endpoint/search/search-tv.md): This endpoint allows you to search for TV shows by their original, translated, and known-as names. - [Fetch all Trendings](https://devliz.mintlify.app/api-reference/endpoint/trending/fetch-all-trendings.md): This endpoint allows you to get the trending movies, TV shows, and people. - [Fetch trending movies](https://devliz.mintlify.app/api-reference/endpoint/trending/fetch-trending-movies.md): This endpoint allows you to get the trending movies on TMDB. - [Fetch trending people](https://devliz.mintlify.app/api-reference/endpoint/trending/fetch-trending-people.md): This endpoint allows you to get the trending people on TMDB. - [Fetch trending TVs](https://devliz.mintlify.app/api-reference/endpoint/trending/fetch-trending-tvs.md): This endpoint allows you to get the trending TV shows on TMDB. - [Fetch details](https://devliz.mintlify.app/api-reference/endpoint/tv-episode-groups/fetch-details.md): This endpoint allows you to get the details of a TV episode group. - [Add rating](https://devliz.mintlify.app/api-reference/endpoint/tv-episodes/add-rating.md): This endpoint allows you to rate a TV episode and save it to your rated list. - [Delete rating](https://devliz.mintlify.app/api-reference/endpoint/tv-episodes/delete-rating.md): This endpoint allows you to delete your rating on a TV episode. - [Fetch account states](https://devliz.mintlify.app/api-reference/endpoint/tv-episodes/fetch-account-states.md): This endpoint allows you to get the rating, watchlist, and favorite status of an episode. - [Fetch changes](https://devliz.mintlify.app/api-reference/endpoint/tv-episodes/fetch-changes.md): This endpoint allows you to get the recent changes for a TV episode. - [Fetch episode credits](https://devliz.mintlify.app/api-reference/endpoint/tv-episodes/fetch-episode-credits.md): This endpoint allows you to get credits for an episode. - [Fetch episode details](https://devliz.mintlify.app/api-reference/endpoint/tv-episodes/fetch-episode-details.md): This endpoint allows you to query the details of a TV episode. - [Fetch episode images](https://devliz.mintlify.app/api-reference/endpoint/tv-episodes/fetch-episode-images.md): This endpoint allows you to get the images that belong to a TV episode. - [Fetch external IDs](https://devliz.mintlify.app/api-reference/endpoint/tv-episodes/fetch-external-ids.md): This endpoint allows you to get a list of external IDs that have been added to a TV episode. - [Fetch translations](https://devliz.mintlify.app/api-reference/endpoint/tv-episodes/fetch-translations.md): This endpoint allows you to get the translations that have been added to a TV episode. - [Fetch videos](https://devliz.mintlify.app/api-reference/endpoint/tv-episodes/fetch-videos.md): This endpoint allows you to get the videos that belong to a TV episode. - [Fetch account states](https://devliz.mintlify.app/api-reference/endpoint/tv-seasons/fetch-account-states.md): This endpoint allows you to get the rating, watchlist, and favourite status. - [Fetch aggregate credits](https://devliz.mintlify.app/api-reference/endpoint/tv-seasons/fetch-aggregate-credits.md): This endpoint allows you to get the aggregate credits (cast and crew) that have been added to a TV season. - [Fetch changes](https://devliz.mintlify.app/api-reference/endpoint/tv-seasons/fetch-changes.md): This endpoint allows you to get recent changes for a TV season. - [Fetch external IDs](https://devliz.mintlify.app/api-reference/endpoint/tv-seasons/fetch-external-ids.md): This endpoint allows you to get a list of external IDs that have been added to a TV season. - [Fetch images](https://devliz.mintlify.app/api-reference/endpoint/tv-seasons/fetch-images.md): This endpoint allows you to get the images that belong to a TV season. - [Fetch season credits](https://devliz.mintlify.app/api-reference/endpoint/tv-seasons/fetch-season-credits.md): This endpoint allows you to get the season credit for a TV show. - [Fetch season details](https://devliz.mintlify.app/api-reference/endpoint/tv-seasons/fetch-season-details.md): This endpoint allows you to query the details of a TV season. - [Fetch translations](https://devliz.mintlify.app/api-reference/endpoint/tv-seasons/fetch-translations.md): This endpoint allows you to get the translations for a TV season. - [Fetch videos](https://devliz.mintlify.app/api-reference/endpoint/tv-seasons/fetch-videos.md): This endpoint allows you to get the videos that belong to a TV season. - [Fetch watch providers](https://devliz.mintlify.app/api-reference/endpoint/tv-seasons/fetch-watch-providers.md): This endpoint allows you to get the list of streaming providers we have for a TV season. - [List airing today](https://devliz.mintlify.app/api-reference/endpoint/tv-series-list/list-airing-today.md): This endpoint allows you to get a list of TV shows airing today. - [List on the air](https://devliz.mintlify.app/api-reference/endpoint/tv-series-list/list-on-the-air.md): This endpoint allows you to get a list of TV shows that air in the next 7 days. - [List popular tv](https://devliz.mintlify.app/api-reference/endpoint/tv-series-list/list-popular-tv.md): This endpoint allows you to get a list of TV shows ordered by popularity. - [List top-rated tv](https://devliz.mintlify.app/api-reference/endpoint/tv-series-list/list-top-rated-tv.md): This endpoint allows you to get a list of TV shows ordered by rating. - [Add rating](https://devliz.mintlify.app/api-reference/endpoint/tv-series/add-rating.md): This endpoint allows you to rate a TV show and save it to your rated list. - [Delete rating](https://devliz.mintlify.app/api-reference/endpoint/tv-series/delete-rating.md): This endpoint allows you to delete a TV show from the rated list. - [Fetch account states](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-account-states.md): This endpoint allows you to get the rating, watchlist, and favorite status. - [Fetch aggregate credits](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-aggregate-credits.md): This endpoint allows you to get the aggregate credits (cast and crew) that have been added to a TV show. - [Fetch alternative titles](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-alternative-titles.md): This endpoint allows you to get the alternative titles that have been added to a TV show. - [Fetch content ratings](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-content-ratings.md): This endpoint allows you to get the content ratings that have been added to a TV show. - [Fetch episode groups](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-episode-groups.md): This endpoint allows you to get the episode groups that have been added to a TV show. - [Fetch external IDs](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-external-ids.md): This endpoint allows you to get a list of external IDs that have been added to a TV show. - [Fetch latest TV shows](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-latest-tv-shows.md): This endpoint allows you to get the newest TV show ID. - [Fetch reviews](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-reviews.md): This endpoint allows you to get the reviews that have been added to a TV show. - [Fetch series images](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-series-images.md): This endpoint allows you to get the images that belong to a TV series. - [Fetch similar shows](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-similar-shows.md): This endpoint allows you to get similar TV shows. - [Fetch theatrically screened](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-theatrically-screened.md): This endpoint allows you to get the seasons and episodes that have been screened theatrically. - [Fetch TV changes](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-tv-changes.md): This endpoint allows you to get the recent changes for a TV show. - [Fetch TV credits](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-tv-credits.md): This endpoint allows you to get the latest season credits of a TV show. - [Fetch TV details](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-tv-details.md): This endpoint allows you to get the details of a TV show. - [Fetch TV keywords](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-tv-keywords.md): This endpoint allows you to get a list of keywords that have been added to a TV show. - [Fetch tv show translations](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-tv-show-translations.md): This endpoint allows you to get the translations that have been added to a TV show. - [Fetch tv show videos](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-tv-show-videos.md): This endpoint allows you to get the videos that belong to a TV show. - [Fetch watch providers](https://devliz.mintlify.app/api-reference/endpoint/tv-series/fetch-watch-providers.md): This endpoint allows you to get the list of streaming providers we have for a TV show. - [List TV series](https://devliz.mintlify.app/api-reference/endpoint/tv-series/list-tv-series.md): This endpoint allows you to get the lists that a TV series has been added to. - [Fetch available regions](https://devliz.mintlify.app/api-reference/endpoint/watch-providers/fetch-available-regions.md): This endpoint allows you to get the list of the countries we have watch provider (OTT/streaming) data for. - [Fetch movie providers](https://devliz.mintlify.app/api-reference/endpoint/watch-providers/fetch-movie-providers.md): This endpoint allows you to get the list of streaming providers we have for movies. - [Fetch TV providers](https://devliz.mintlify.app/api-reference/endpoint/watch-providers/fetch-tv-providers.md): This endpoint allows you to get the list of streaming providers we have for TV shows. - [Find by ID](https://devliz.mintlify.app/api-reference/find/find-by-id.md): This endpoint allows you to find data by external IDs. - [List movie genre](https://devliz.mintlify.app/api-reference/genres/list-movie-genre.md): This endpoint allows you to get the list of official genres for movies. - [List TV genre](https://devliz.mintlify.app/api-reference/genres/list-tv-genre.md): This endpoint allows you to get the list of official genres for TV shows. - [Fetch keyword details](https://devliz.mintlify.app/api-reference/keywords/fetch-keyword-details.md): This endpoint allows you to get keyword details using an ID - [Fetch now playing](https://devliz.mintlify.app/api-reference/movie-lists/fetch-now-playing.md): This endpoint allows you to get a list of movies that are currently in theatres. - [Fetch popular](https://devliz.mintlify.app/api-reference/movie-lists/fetch-popular.md): This endpoint allows you to get a list of movies by their order of popularity. - [Fetch top rated](https://devliz.mintlify.app/api-reference/movie-lists/fetch-top-rated.md): This endpoint allows you to get a list of movies by their order of rating. - [Fetch upcoming](https://devliz.mintlify.app/api-reference/movie-lists/fetch-upcoming.md): This endpoint allows you to get a list of movies that are being released soon. - [Add rating](https://devliz.mintlify.app/api-reference/movies/add-rating.md): This endpoint allows you to rate a movie and save it to your rated list. - [Delete rating](https://devliz.mintlify.app/api-reference/movies/delete-rating.md): This endpoint allows you to delete a user rating. - [Fetch account states](https://devliz.mintlify.app/api-reference/movies/fetch-account-states.md): This endpoint allows you to get the rating, watchlist, and favorite status of an account. - [Fetch alternative titles](https://devliz.mintlify.app/api-reference/movies/fetch-alternative-titles.md): This endpoint allows you to get the alternative titles for a movie. - [Fetch external IDs](https://devliz.mintlify.app/api-reference/movies/fetch-external-ids.md): This endpoint allows you to get external IDs of a movie. - [Fetch latest movie](https://devliz.mintlify.app/api-reference/movies/fetch-latest-movie.md): This endpoint allows you to get the newest movie ID. - [Fetch movie changes](https://devliz.mintlify.app/api-reference/movies/fetch-movie-changes.md): This endpoint allows you to get the recent changes for a movie. - [Fetch movie credits](https://devliz.mintlify.app/api-reference/movies/fetch-movie-credits.md): This endpoint allows you to get the credits of the movie. - [Fetch movie details](https://devliz.mintlify.app/api-reference/movies/fetch-movie-details.md): This endpoint allows you to get the top-level details of a movie by ID. - [Fetch movie images](https://devliz.mintlify.app/api-reference/movies/fetch-movie-images.md): This endpoint allows you to get the images that belong to a movie. - [Fetch movie keywords](https://devliz.mintlify.app/api-reference/movies/fetch-movie-keywords.md): This endpoint allows you to get a list of keyword that have been added to a movie. - [Fetch movie List](https://devliz.mintlify.app/api-reference/movies/fetch-movie-list.md): This endpoint allows you to get the lists that a movie has been added to. - [Fetch movie recommendations](https://devliz.mintlify.app/api-reference/movies/fetch-movie-recommendations.md): This endpoint allows you to fetch movie recommendations. - [Fetch movie translation](https://devliz.mintlify.app/api-reference/movies/fetch-movie-translation.md): This endpoint allows you to get the translations for a movie. - [Fetch release dates](https://devliz.mintlify.app/api-reference/movies/fetch-release-dates.md): This endpoint allows you to get the release dates and certifications for a movie. - [Fetch similar movies](https://devliz.mintlify.app/api-reference/movies/fetch-similar-movies.md): This endpoint allows you to get similar movies based on genres and keywords. - [Fetch user reviews](https://devliz.mintlify.app/api-reference/movies/fetch-user-reviews.md): This endpoint allows you to get the user reviews for a movie. - [Fetch videos](https://devliz.mintlify.app/api-reference/movies/fetch-videos.md): This endpoint allows you to get the videos that belong to a movie. - [Fetch watch providers](https://devliz.mintlify.app/api-reference/movies/fetch-watch-providers.md): This endpoint allows you to get a list of streaming providers for a movie. - [Fetch alternative names](https://devliz.mintlify.app/api-reference/networks/fetch-alternative-names.md): This endpoint allows you to get alternative names of the networks. - [Fetch details](https://devliz.mintlify.app/api-reference/networks/fetch-details.md): This endpoint allows you to get the details of a network using an ID. - [Fetch images](https://devliz.mintlify.app/api-reference/networks/fetch-images.md): This endpoint allows you to get TV network logos by ID. - [Fetch popular](https://devliz.mintlify.app/api-reference/people-lists/fetch-popular.md): This endpoint allows you to get a list of people ordered by popularity. - [Fetch combined credits](https://devliz.mintlify.app/api-reference/people/fetch-combined-credits.md): This endpoint allows you to get the combined movie and TV credits that belong to a person. - [Fetch details](https://devliz.mintlify.app/api-reference/people/fetch-details.md): This endpoint allows you to query the top-level details of a person. - [Fetch external IDs](https://devliz.mintlify.app/api-reference/people/fetch-external-ids.md): This endpoint allows you to get the external ID's that belong to a person. - [Fetch latest](https://devliz.mintlify.app/api-reference/people/fetch-latest.md): This endpoint allows you to get the newest created person. - [Fetch movie credits](https://devliz.mintlify.app/api-reference/people/fetch-movie-credits.md): This endpoint allows you to get the movie credits for a person. - [Fetch person image](https://devliz.mintlify.app/api-reference/people/fetch-person-image.md): This endpoint allows you to get the profile images that belong to a person. - [Fetch recent changes](https://devliz.mintlify.app/api-reference/people/fetch-recent-changes.md): This endpoint allows you to get the recent changes for a person. - [Fetch TV credits](https://devliz.mintlify.app/api-reference/people/fetch-tv-credits.md): This endpoint allows you to get the TV credits that belong to a person. - [Fetch review details](https://devliz.mintlify.app/api-reference/reviews/fetch-review-details.md): This endpoint allows you to retrieve the details of a movie or TV show review. - [Search by keyword](https://devliz.mintlify.app/api-reference/search/search-by-keyword.md): This endpoint allows you to search for keywords by their name. - [Search collection](https://devliz.mintlify.app/api-reference/search/search-collection.md): This endpoint allows you to search for collections by their original, translated, and alternative names. - [Search company](https://devliz.mintlify.app/api-reference/search/search-company.md): This endpoint allows you to search for companies by their original and alternative names. - [Search movies](https://devliz.mintlify.app/api-reference/search/search-movies.md): This endpoint allows you to search for movies by their original, translated, and alternative titles. - [Search multi options](https://devliz.mintlify.app/api-reference/search/search-multi-options.md): This endpoint allows you to use multi-search for movies, TV shows, and people in a single request. - [Search people](https://devliz.mintlify.app/api-reference/search/search-people.md): This endpoint allows you to search for people by their names and known-as names. - [Search TV](https://devliz.mintlify.app/api-reference/search/search-tv.md): This endpoint allows you to search for TV shows by their original, translated, and known-as names. - [Fetch all Trendings](https://devliz.mintlify.app/api-reference/trending/fetch-all-trendings.md): This endpoint allows you to get the trending movies, TV shows, and people. - [Fetch trending movies](https://devliz.mintlify.app/api-reference/trending/fetch-trending-movies.md): This endpoint allows you to get the trending movies on TMDB. - [Fetch trending people](https://devliz.mintlify.app/api-reference/trending/fetch-trending-people.md): This endpoint allows you to get the trending people on TMDB. - [Fetch trending TVs](https://devliz.mintlify.app/api-reference/trending/fetch-trending-tvs.md): This endpoint allows you to get the trending TV shows on TMDB. - [Fetch details](https://devliz.mintlify.app/api-reference/tv-episode-groups/fetch-details.md): This endpoint allows you to get the details of a TV episode group. - [Add rating](https://devliz.mintlify.app/api-reference/tv-episodes/add-rating.md): This endpoint allows you to rate a TV episode and save it to your rated list. - [Delete rating](https://devliz.mintlify.app/api-reference/tv-episodes/delete-rating.md): This endpoint allows you to delete your rating on a TV episode. - [Fetch account states](https://devliz.mintlify.app/api-reference/tv-episodes/fetch-account-states.md): This endpoint allows you to get the rating, watchlist, and favorite status of an episode. - [Fetch changes](https://devliz.mintlify.app/api-reference/tv-episodes/fetch-changes.md): This endpoint allows you to get the recent changes for a TV episode. - [Fetch episode credits](https://devliz.mintlify.app/api-reference/tv-episodes/fetch-episode-credits.md): This endpoint allows you to get credits for an episode. - [Fetch episode details](https://devliz.mintlify.app/api-reference/tv-episodes/fetch-episode-details.md): This endpoint allows you to query the details of a TV episode. - [Fetch episode images](https://devliz.mintlify.app/api-reference/tv-episodes/fetch-episode-images.md): This endpoint allows you to get the images that belong to a TV episode. - [Fetch external IDs](https://devliz.mintlify.app/api-reference/tv-episodes/fetch-external-ids.md): This endpoint allows you to get a list of external IDs that have been added to a TV episode. - [Fetch translations](https://devliz.mintlify.app/api-reference/tv-episodes/fetch-translations.md): This endpoint allows you to get the translations that have been added to a TV episode. - [Fetch videos](https://devliz.mintlify.app/api-reference/tv-episodes/fetch-videos.md): This endpoint allows you to get the videos that belong to a TV episode. - [Fetch account states](https://devliz.mintlify.app/api-reference/tv-seasons/fetch-account-states.md): This endpoint allows you to get the rating, watchlist, and favourite status. - [Fetch aggregate credits](https://devliz.mintlify.app/api-reference/tv-seasons/fetch-aggregate-credits.md): This endpoint allows you to get the aggregate credits (cast and crew) that have been added to a TV season. - [Fetch changes](https://devliz.mintlify.app/api-reference/tv-seasons/fetch-changes.md): This endpoint allows you to get recent changes for a TV season. - [Fetch external IDs](https://devliz.mintlify.app/api-reference/tv-seasons/fetch-external-ids.md): This endpoint allows you to get a list of external IDs that have been added to a TV season. - [Fetch images](https://devliz.mintlify.app/api-reference/tv-seasons/fetch-images.md): This endpoint allows you to get the images that belong to a TV season. - [Fetch season credits](https://devliz.mintlify.app/api-reference/tv-seasons/fetch-season-credits.md): This endpoint allows you to get the season credit for a TV show. - [Fetch season details](https://devliz.mintlify.app/api-reference/tv-seasons/fetch-season-details.md): This endpoint allows you to query the details of a TV season. - [Fetch translations](https://devliz.mintlify.app/api-reference/tv-seasons/fetch-translations.md): This endpoint allows you to get the translations for a TV season. - [Fetch videos](https://devliz.mintlify.app/api-reference/tv-seasons/fetch-videos.md): This endpoint allows you to get the videos that belong to a TV season. - [Fetch watch providers](https://devliz.mintlify.app/api-reference/tv-seasons/fetch-watch-providers.md): This endpoint allows you to get the list of streaming providers we have for a TV season. - [List airing today](https://devliz.mintlify.app/api-reference/tv-series-list/list-airing-today.md): This endpoint allows you to get a list of TV shows airing today. - [List on the air](https://devliz.mintlify.app/api-reference/tv-series-list/list-on-the-air.md): This endpoint allows you to get a list of TV shows that air in the next 7 days. - [List popular tv](https://devliz.mintlify.app/api-reference/tv-series-list/list-popular-tv.md): This endpoint allows you to get a list of TV shows ordered by popularity. - [List top-rated tv](https://devliz.mintlify.app/api-reference/tv-series-list/list-top-rated-tv.md): This endpoint allows you to get a list of TV shows ordered by rating. - [Add rating](https://devliz.mintlify.app/api-reference/tv-series/add-rating.md): This endpoint allows you to rate a TV show and save it to your rated list. - [Delete rating](https://devliz.mintlify.app/api-reference/tv-series/delete-rating.md): This endpoint allows you to delete a TV show from the rated list. - [Fetch account states](https://devliz.mintlify.app/api-reference/tv-series/fetch-account-states.md): This endpoint allows you to get the rating, watchlist, and favorite status. - [Fetch aggregate credits](https://devliz.mintlify.app/api-reference/tv-series/fetch-aggregate-credits.md): This endpoint allows you to get the aggregate credits (cast and crew) that have been added to a TV show. - [Fetch alternative titles](https://devliz.mintlify.app/api-reference/tv-series/fetch-alternative-titles.md): This endpoint allows you to get the alternative titles that have been added to a TV show. - [Fetch content ratings](https://devliz.mintlify.app/api-reference/tv-series/fetch-content-ratings.md): This endpoint allows you to get the content ratings that have been added to a TV show. - [Fetch episode groups](https://devliz.mintlify.app/api-reference/tv-series/fetch-episode-groups.md): This endpoint allows you to get the episode groups that have been added to a TV show. - [Fetch external IDs](https://devliz.mintlify.app/api-reference/tv-series/fetch-external-ids.md): This endpoint allows you to get a list of external IDs that have been added to a TV show. - [Fetch latest TV shows](https://devliz.mintlify.app/api-reference/tv-series/fetch-latest-tv-shows.md): This endpoint allows you to get the newest TV show ID. - [Fetch reviews](https://devliz.mintlify.app/api-reference/tv-series/fetch-reviews.md): This endpoint allows you to get the reviews that have been added to a TV show. - [Fetch series images](https://devliz.mintlify.app/api-reference/tv-series/fetch-series-images.md): This endpoint allows you to get the images that belong to a TV series. - [Fetch similar shows](https://devliz.mintlify.app/api-reference/tv-series/fetch-similar-shows.md): This endpoint allows you to get similar TV shows. - [Fetch theatrically screened](https://devliz.mintlify.app/api-reference/tv-series/fetch-theatrically-screened.md): This endpoint allows you to get the seasons and episodes that have been screened theatrically. - [Fetch TV changes](https://devliz.mintlify.app/api-reference/tv-series/fetch-tv-changes.md): This endpoint allows you to get the recent changes for a TV show. - [Fetch TV credits](https://devliz.mintlify.app/api-reference/tv-series/fetch-tv-credits.md): This endpoint allows you to get the latest season credits of a TV show. - [Fetch TV details](https://devliz.mintlify.app/api-reference/tv-series/fetch-tv-details.md): This endpoint allows you to get the details of a TV show. - [Fetch TV keywords](https://devliz.mintlify.app/api-reference/tv-series/fetch-tv-keywords.md): This endpoint allows you to get a list of keywords that have been added to a TV show. - [Fetch TV recommendations](https://devliz.mintlify.app/api-reference/tv-series/fetch-tv-recommendations.md): This endpoint allows you to get a list of recommendations for a TV series. - [Fetch tv show translations](https://devliz.mintlify.app/api-reference/tv-series/fetch-tv-show-translations.md): This endpoint allows you to get the translations that have been added to a TV show. - [Fetch tv show videos](https://devliz.mintlify.app/api-reference/tv-series/fetch-tv-show-videos.md): This endpoint allows you to get the videos that belong to a TV show. - [Fetch watch providers](https://devliz.mintlify.app/api-reference/tv-series/fetch-watch-providers.md): This endpoint allows you to get the list of streaming providers we have for a TV show. - [List TV series](https://devliz.mintlify.app/api-reference/tv-series/list-tv-series.md): This endpoint allows you to get the lists that a TV series has been added to. - [Fetch available regions](https://devliz.mintlify.app/api-reference/watch-providers/fetch-available-regions.md): This endpoint allows you to get the list of the countries we have watch provider (OTT/streaming) data for. - [Fetch movie providers](https://devliz.mintlify.app/api-reference/watch-providers/fetch-movie-providers.md): This endpoint allows you to get the list of streaming providers we have for movies. - [Fetch TV providers](https://devliz.mintlify.app/api-reference/watch-providers/fetch-tv-providers.md): This endpoint allows you to get the list of streaming providers we have for TV shows. - [Introduction](https://devliz.mintlify.app/introduction.md): Welcome to the home of your new documentation - [Changelog](https://devliz.mintlify.app/quick-reference/changelog.md): Additions and updates to TMDB - [FAQs](https://devliz.mintlify.app/quick-reference/faq.md): All your questions about TMDB answered - [Glossary](https://devliz.mintlify.app/quick-reference/glossary.md): List of commonly used words on TMDB and their meaning - [Wrappers and Libraries](https://devliz.mintlify.app/quick-reference/libraries.md): Language specific Libraries for TMDB built by community members - [Miscellenous](https://devliz.mintlify.app/quick-reference/miscellenous.md) ## OpenAPI Specs - [TMDB-OAS](https://devliz.mintlify.app/api-reference/TMDB-OAS.yaml)