# TheMovieDb ## Docs - [Basics](https://chisa.mintlify.app/Basics.md): How to build an image URL. - [Find Data](https://chisa.mintlify.app/Find_Data.md): How do you find data on TMDB? - [Languages](https://chisa.mintlify.app/Language.md): How do languages work with image queries? - [Languages](https://chisa.mintlify.app/Languages.md): Learn about languages on TMDB. - [Rate Limit](https://chisa.mintlify.app/Rate_Limit.md): Rate Limits You Might Encounter on TMDB. - [Road map](https://chisa.mintlify.app/Roadmap.md): What are we working on? - [Tracking Changes](https://chisa.mintlify.app/Tracking_changes.md) - [Add favorite](https://chisa.mintlify.app/api-reference/account/add-favorite.md): Mark a movie or TV show as a favourite. - [Add to watchlist](https://chisa.mintlify.app/api-reference/account/add-to-watchlist.md): Add a movie or TV show to your watchlist. - [Favorite movies](https://chisa.mintlify.app/api-reference/account/favorite-movies.md): Get a users list of favourite movies. - [Favorite TV](https://chisa.mintlify.app/api-reference/account/favorite-tv.md): Get a users list of favorite TV shows. - [Lists](https://chisa.mintlify.app/api-reference/account/lists.md): Get a users list of custom lists. - [Public details](https://chisa.mintlify.app/api-reference/account/public-details.md): Get the public details of an account on TMDB. - [Rated Movies](https://chisa.mintlify.app/api-reference/account/rated-movies.md): Get a users list of rated movies. - [Rated TV](https://chisa.mintlify.app/api-reference/account/rated-tv.md): Get a users list of rated TV shows. - [Rated TV Episodes](https://chisa.mintlify.app/api-reference/account/rated-tv-episodes.md): Get a users list of rated TV episodes. - [Watchlist Movies](https://chisa.mintlify.app/api-reference/account/watchlist-movies.md): Get a list of movies added to a users watchlist. - [Watchlist TV](https://chisa.mintlify.app/api-reference/account/watchlist-tv.md): Get a list of TV shows added to a users watchlist. - [Authentication](https://chisa.mintlify.app/api-reference/authentication.md): Authentication - [Create Guest Session](https://chisa.mintlify.app/api-reference/authentication/create-guest-session.md): Guest sessions are a special kind of session that give you some of the functionality of an account, but not all. For example, some of the things you can do with a guest session are; maintain a rated list, a watchlist and a favourite list. - [Create Request Token](https://chisa.mintlify.app/api-reference/authentication/create-request-token.md): reate an intermediate request token that can be used to validate a TMDB user login. More details about how this works can be found here. - [Create Session](https://chisa.mintlify.app/api-reference/authentication/create-session.md): You can use this method to create a fully valid session ID once a user has validated the request token. More information about how this works can be found here. - [Create Session (from v4 Token)](https://chisa.mintlify.app/api-reference/authentication/create-session-from-v4-token.md): Use this method to create a v3 session ID if you already have a valid v4 access token. The v4 token needs to be authenticated by the user. Your standard "read token" will not validate to create a session ID. - [Create Session (with Login)](https://chisa.mintlify.app/api-reference/authentication/create-session-with-login.md): This method allows an application to validate a request token by entering a username and password. - [Delete Session](https://chisa.mintlify.app/api-reference/authentication/delete-session.md): Delete Session - [Validate Key](https://chisa.mintlify.app/api-reference/authentication/validate-key.md): Test your API Key to see if it's valid. - [Movie Certifications](https://chisa.mintlify.app/api-reference/certification/movie-certifications.md): Get an up to date list of the officially supported movie certifications on TMDB. - [TV Certifications](https://chisa.mintlify.app/api-reference/certification/tv-certifications.md): TV Certifications - [Movie List](https://chisa.mintlify.app/api-reference/changes/movie-list.md): Get a list of all of the movie ids that have been changed in the past 24 hours. - [People List](https://chisa.mintlify.app/api-reference/changes/people-list.md): You can query this method up to 14 days at a time. Use the `start_date` and `end_date` query parameters. 100 items are returned per page. - [TV List](https://chisa.mintlify.app/api-reference/changes/tv-list.md): You can query this method up to 14 days at a time. Use the `start_date` and `end_date` query parameters. 100 items are returned per page. - [Details](https://chisa.mintlify.app/api-reference/collections/details.md): Get collection details by ID. - [Images](https://chisa.mintlify.app/api-reference/collections/images.md): Get the images that belong to a collection. - [Translations](https://chisa.mintlify.app/api-reference/collections/translations.md): Translations - [Alternative Names](https://chisa.mintlify.app/api-reference/companies/alternative-names.md): Get the company details by ID. - [Details](https://chisa.mintlify.app/api-reference/companies/details.md): Get the company details by ID. - [Images](https://chisa.mintlify.app/api-reference/companies/images.md): Get the company logos by id. - [Countries](https://chisa.mintlify.app/api-reference/configuration/countries.md): Get the list of countries (ISO 3166-1 tags) used throughout TMDB. - [Details](https://chisa.mintlify.app/api-reference/configuration/details.md): Query the API configuration details. - [Jobs](https://chisa.mintlify.app/api-reference/configuration/jobs.md): Get the list of the jobs and departments we use on TMDB. - [Languages](https://chisa.mintlify.app/api-reference/configuration/languages.md): Get the list of languages (ISO 639-1 tags) used throughout TMDB. - [Primary Translations](https://chisa.mintlify.app/api-reference/configuration/primary-translations.md): Get a list of the officially supported translations on TMDB. - [Timezones](https://chisa.mintlify.app/api-reference/configuration/timezones.md): Get the list of timezones used throughout TMDB. - [Details](https://chisa.mintlify.app/api-reference/credits/details.md): Get a movie or TV credit details by ID. - [Movie](https://chisa.mintlify.app/api-reference/discover/movie.md): Find movies using over 30 filters and sort options. - [TV](https://chisa.mintlify.app/api-reference/discover/tv.md): Find TV shows using over 30 filters and sort options. - [Find by ID](https://chisa.mintlify.app/api-reference/find/find-by-id.md): Find data by external ID's. - [Movie List](https://chisa.mintlify.app/api-reference/genres/movie-list.md): Get the list of official genres for movies. - [TV List](https://chisa.mintlify.app/api-reference/genres/tv-list.md): Get the list of official genres for TV shows. - [Rated Movies](https://chisa.mintlify.app/api-reference/guest-session/rated-movies.md): Get the rated movies for a guest session. - [Rated TV](https://chisa.mintlify.app/api-reference/guest-session/rated-tv.md): Get the rated TV shows for a guest session. - [Rated TV Episodes](https://chisa.mintlify.app/api-reference/guest-session/rated-tv-episodes.md): Get the rated TV episodes for a guest session. - [Details](https://chisa.mintlify.app/api-reference/keywords/details.md): Details - [Movies [DEPRECATED]](https://chisa.mintlify.app/api-reference/keywords/movies-[deprecated].md): This method is deprecated, you should use `/discover/movie` instead. - [Add Movie](https://chisa.mintlify.app/api-reference/list/add-movie.md): Add a movie to a list. - [Check Item Status](https://chisa.mintlify.app/api-reference/list/check-item-status.md): Use this method to check if an item has already been added to the list. - [Clear](https://chisa.mintlify.app/api-reference/list/clear.md): Clear all items from a list. - [Create](https://chisa.mintlify.app/api-reference/list/create.md): Create - [Delete](https://chisa.mintlify.app/api-reference/list/delete.md): Delete a list. - [Details](https://chisa.mintlify.app/api-reference/list/details.md): Details - [Remove Movie](https://chisa.mintlify.app/api-reference/list/remove-movie.md): Remove a movie from a list. - [Now Playing](https://chisa.mintlify.app/api-reference/movie-lists/now-playing.md): Get a list of movies that are currently in theatres. - [Popular](https://chisa.mintlify.app/api-reference/movie-lists/popular.md): Get a list of movies ordered by popularity. - [Top Rated](https://chisa.mintlify.app/api-reference/movie-lists/top-rated.md): Get a list of movies ordered by rating. - [Upcoming](https://chisa.mintlify.app/api-reference/movie-lists/upcoming.md): Get a list of movies that are being released soon. - [Account States](https://chisa.mintlify.app/api-reference/movies/account-states.md): Get the rating, watchlist and favourite status of an account. - [Add Rating](https://chisa.mintlify.app/api-reference/movies/add-rating.md): Rate a movie and save it to your rated list. - [Alternative Titles](https://chisa.mintlify.app/api-reference/movies/alternative-titles.md): Get the alternative titles for a movie. - [Changes](https://chisa.mintlify.app/api-reference/movies/changes.md): Get the recent changes for a movie. - [Credits](https://chisa.mintlify.app/api-reference/movies/credits.md): Credits - [Delete Rating](https://chisa.mintlify.app/api-reference/movies/delete-rating.md): Delete a user rating. - [Details](https://chisa.mintlify.app/api-reference/movies/details.md): Get the top level details of a movie by ID. - [External IDs](https://chisa.mintlify.app/api-reference/movies/external-ids.md): **Supported IDs** - [Images](https://chisa.mintlify.app/api-reference/movies/images.md): Get the images that belong to a movie. - [Keywords](https://chisa.mintlify.app/api-reference/movies/keywords.md): Keywords - [Latest](https://chisa.mintlify.app/api-reference/movies/latest.md): Get the newest movie ID. - [Lists](https://chisa.mintlify.app/api-reference/movies/lists.md): Get the lists that a movie has been added to. - [Recommendations](https://chisa.mintlify.app/api-reference/movies/recommendations.md): Recommendations - [Release Dates](https://chisa.mintlify.app/api-reference/movies/release-dates.md): Get the release dates and certifications for a movie. - [Reviews](https://chisa.mintlify.app/api-reference/movies/reviews.md): Get the user reviews for a movie. - [Similar](https://chisa.mintlify.app/api-reference/movies/similar.md): Get the similar movies based on genres and keywords. - [Translations](https://chisa.mintlify.app/api-reference/movies/translations.md): Get the translations for a movie. - [Videos](https://chisa.mintlify.app/api-reference/movies/videos.md): Videos - [Watch Providers](https://chisa.mintlify.app/api-reference/movies/watch-providers.md): Get the list of streaming providers we have for a movie. - [Alternative Names](https://chisa.mintlify.app/api-reference/networks/alternative-names.md): Get the alternative names of a network. - [Details](https://chisa.mintlify.app/api-reference/networks/details.md): Details - [Images](https://chisa.mintlify.app/api-reference/networks/images.md): Get the TV network logos by id. - [Popular](https://chisa.mintlify.app/api-reference/people-lists/popular.md): Get a list of people ordered by popularity. - [Changes](https://chisa.mintlify.app/api-reference/people/changes.md): Get the recent changes for a person. - [Combined Credits](https://chisa.mintlify.app/api-reference/people/combined-credits.md): Get the combined movie and TV credits that belong to a person. - [Details](https://chisa.mintlify.app/api-reference/people/details.md): Query the top level details of a person. - [External IDs](https://chisa.mintlify.app/api-reference/people/external-ids.md): Get the external ID's that belong to a person. - [Images](https://chisa.mintlify.app/api-reference/people/images.md): Get the profile images that belong to a person. - [Latest](https://chisa.mintlify.app/api-reference/people/latest.md): Get the newest created person. This is a live response and will continuously change. - [Movie Credit](https://chisa.mintlify.app/api-reference/people/movie-credit.md): Get the movie credits for a person. - [Tagged Images [DEPRECATED]](https://chisa.mintlify.app/api-reference/people/tagged-images-[deprecated].md): Get the tagged images for a person. [DEPRECATED] - [Translations](https://chisa.mintlify.app/api-reference/people/translations.md): Get the translations that belong to a person. - [TV Credit](https://chisa.mintlify.app/api-reference/people/tv-credit.md): Get the TV credits that belong to a person. - [Details](https://chisa.mintlify.app/api-reference/reviews/details.md): Retrieve the details of a movie or TV show review. - [Collection](https://chisa.mintlify.app/api-reference/search/collection.md): Search for collections by their original, translated and alternative names. - [Company](https://chisa.mintlify.app/api-reference/search/company.md): Search for companies by their original and alternative names. - [Keyword](https://chisa.mintlify.app/api-reference/search/keyword.md): Search for keywords by their name. - [Movie](https://chisa.mintlify.app/api-reference/search/movie.md): Search for movies by their original, translated and alternative titles. - [Multi](https://chisa.mintlify.app/api-reference/search/multi.md): Use multi search when you want to search for movies, TV shows and people in a single request. - [Person](https://chisa.mintlify.app/api-reference/search/person.md): Search for people by their name and also known as names. - [TV](https://chisa.mintlify.app/api-reference/search/tv.md): Search for TV shows by their original, translated and also known as names. - [All](https://chisa.mintlify.app/api-reference/trending/all.md): Get the trending movies, TV shows and people. - [Movies](https://chisa.mintlify.app/api-reference/trending/movies.md): Get the trending movies on TMDB. - [People](https://chisa.mintlify.app/api-reference/trending/people.md): Get the trending people on TMDB. - [TV](https://chisa.mintlify.app/api-reference/trending/tv.md): Get the trending TV shows on TMDB. - [Details](https://chisa.mintlify.app/api-reference/tv-episode-groups/details.md): Get the details of a TV episode group. - [Account States](https://chisa.mintlify.app/api-reference/tv-episodes/account-states.md): Get the rating, watchlist and favourite status. - [Add Rating](https://chisa.mintlify.app/api-reference/tv-episodes/add-rating.md): Rate a TV episode and save it to your rated list. - [Changes](https://chisa.mintlify.app/api-reference/tv-episodes/changes.md): Get the recent changes for a TV episode. - [Credits](https://chisa.mintlify.app/api-reference/tv-episodes/credits.md): Credits - [Delete Rating](https://chisa.mintlify.app/api-reference/tv-episodes/delete-rating.md): Delete your rating on a TV episode. - [Details](https://chisa.mintlify.app/api-reference/tv-episodes/details.md): Query the details of a TV episode. - [External IDs](https://chisa.mintlify.app/api-reference/tv-episodes/external-ids.md): Retrieve a list of external IDs associated with a TV episode. - [Images](https://chisa.mintlify.app/api-reference/tv-episodes/images.md): Get the images that belong to a TV episode. - [Translations](https://chisa.mintlify.app/api-reference/tv-episodes/translations.md): Get the translations that have been added to a TV episode. - [Videos](https://chisa.mintlify.app/api-reference/tv-episodes/videos.md): Get the videos that belong to a TV episode. - [Account States](https://chisa.mintlify.app/api-reference/tv-seasons/account-states.md): Get the rating, watchlist and favourite status. - [Aggregate Credits](https://chisa.mintlify.app/api-reference/tv-seasons/aggregate-credits.md): Get the aggregate credits (cast and crew) that have been added to a TV season. - [Changes](https://chisa.mintlify.app/api-reference/tv-seasons/changes.md): Get the recent changes for a TV season. - [Credits](https://chisa.mintlify.app/api-reference/tv-seasons/credits.md): Credits - [Details](https://chisa.mintlify.app/api-reference/tv-seasons/details.md): Query the details of a TV season. - [External IDs](https://chisa.mintlify.app/api-reference/tv-seasons/external-ids.md): Get a list of external IDs that have been added to a TV season. - [Images](https://chisa.mintlify.app/api-reference/tv-seasons/images.md): Get the images that belong to a TV season. - [Translations](https://chisa.mintlify.app/api-reference/tv-seasons/translations.md): Get the translations for a TV season. - [Videos](https://chisa.mintlify.app/api-reference/tv-seasons/videos.md): Get the videos that belong to a TV season. - [Watch Providers](https://chisa.mintlify.app/api-reference/tv-seasons/watch-providers.md): Get the list of streaming providers we have for a TV season. - [Airing Today](https://chisa.mintlify.app/api-reference/tv-series-lists/airing-today.md): Get a list of TV shows airing today. - [On The Air](https://chisa.mintlify.app/api-reference/tv-series-lists/on-the-air.md): Get a list of TV shows that air in the next 7 days. - [Popular](https://chisa.mintlify.app/api-reference/tv-series-lists/popular.md): Get a list of TV shows ordered by popularity. - [Top Rated](https://chisa.mintlify.app/api-reference/tv-series-lists/top-rated.md): Get a list of TV shows ordered by rating. - [Account States](https://chisa.mintlify.app/api-reference/tv-series/account-states.md): Get the rating, watchlist and favourite status. - [Add Rating](https://chisa.mintlify.app/api-reference/tv-series/add-rating.md): Rate a TV show and save it to your rated list. - [Aggregate Credits](https://chisa.mintlify.app/api-reference/tv-series/aggregate-credits.md): Get the aggregate credits (cast and crew) that have been added to a TV show. - [Alternative Titles](https://chisa.mintlify.app/api-reference/tv-series/alternative-titles.md): Get the alternative titles that have been added to a TV show. - [Changes](https://chisa.mintlify.app/api-reference/tv-series/changes.md): Get the recent changes for a TV show. - [Content Ratings](https://chisa.mintlify.app/api-reference/tv-series/content-ratings.md): Get the content ratings that have been added to a TV show. - [Credits](https://chisa.mintlify.app/api-reference/tv-series/credits.md): Get the latest season credits of a TV show. - [Delete Rating](https://chisa.mintlify.app/api-reference/tv-series/delete-rating.md): Delete Rating - [Details](https://chisa.mintlify.app/api-reference/tv-series/details.md): Get the details of a TV show. - [Episode Groups](https://chisa.mintlify.app/api-reference/tv-series/episode-groups.md): Get the episode groups that have been added to a TV show. - [External IDs](https://chisa.mintlify.app/api-reference/tv-series/external-ids.md): Get a list of external IDs that have been added to a TV show. - [Images](https://chisa.mintlify.app/api-reference/tv-series/images.md): Get the images that belong to a TV series. - [Keywords](https://chisa.mintlify.app/api-reference/tv-series/keywords.md): Get a list of keywords that have been added to a TV show. - [Latest](https://chisa.mintlify.app/api-reference/tv-series/latest.md): Get the newest TV show ID. - [Lists](https://chisa.mintlify.app/api-reference/tv-series/lists.md): Get the lists that a TV series has been added to. - [Recommendations](https://chisa.mintlify.app/api-reference/tv-series/recommendations.md): Recommendations - [Reviews](https://chisa.mintlify.app/api-reference/tv-series/reviews.md): Get the reviews that have been added to a TV show. - [Screened Theatrically](https://chisa.mintlify.app/api-reference/tv-series/screened-theatrically.md): Get the seasons and episodes that have screened theatrically. - [Similar](https://chisa.mintlify.app/api-reference/tv-series/similar.md): Get the similar TV shows. - [Translations](https://chisa.mintlify.app/api-reference/tv-series/translations.md): Get the translations that have been added to a TV show. - [Videos](https://chisa.mintlify.app/api-reference/tv-series/videos.md): Get the videos that belong to a TV show. - [Watch Providers](https://chisa.mintlify.app/api-reference/tv-series/watch-providers.md): Get the list of streaming providers we have for a TV show. - [Available Regions](https://chisa.mintlify.app/api-reference/watch-providers/available-regions.md): Get the list of the countries we have watch provider (OTT/streaming) data for. - [Movie Providers](https://chisa.mintlify.app/api-reference/watch-providers/movie-providers.md): Get the list of streaming providers we have for movies. - [TV Providers](https://chisa.mintlify.app/api-reference/watch-providers/tv-providers.md): Get the list of streaming providers we have for TV shows. - [Append to Response](https://chisa.mintlify.app/append_to_response.md) - [Authentication](https://chisa.mintlify.app/authentication.md): Authentication - [Error Codes](https://chisa.mintlify.app/error_codes.md): Errors and Rate/Set Limits You Might Encounter on TMDB. - [Introduction](https://chisa.mintlify.app/introduction.md): Get started with the basics of the TMDB API. ## OpenAPI Specs - [Themoviedb](https://chisa.mintlify.app/api-reference/Themoviedb.json) - [openapi](https://chisa.mintlify.app/api-reference/openapi.json)