# TMDB API ## Docs - [Find Data](https://starlight.mintlify.app/api-reference/FindData.md): Get to know how to find data in TMDB - [Add Favorite](https://starlight.mintlify.app/api-reference/account/add-favorite.md): This endpoint allows you to add a movie or TV show as a favorite. - [Add To Watchlist](https://starlight.mintlify.app/api-reference/account/add-to-watchlist.md): This endpoint allows you to add a movie or TV show to your watchlist. - [Details By AccountId](https://starlight.mintlify.app/api-reference/account/details-by-accountid.md): This endpoint retrieves account details by account Id. - [Details By SessionId](https://starlight.mintlify.app/api-reference/account/details-by-sessionid.md): This endpoint retrieves account details by session Id. - [Favorite Movies](https://starlight.mintlify.app/api-reference/account/favorite-movies.md): This endpoint retrieves a list of your favorite movies. - [Favorite TV](https://starlight.mintlify.app/api-reference/account/favorite-tv.md): This endpoint retrieves a list of your favorite TV shows. - [Lists](https://starlight.mintlify.app/api-reference/account/lists.md): This endpoint retrieves the list you have created. E.g., your movie list. - [Movies Watchlist](https://starlight.mintlify.app/api-reference/account/movies-watchlist.md): This endpoint retrieves your movie watchlist. - [Rated Movies](https://starlight.mintlify.app/api-reference/account/rated-movies.md): This endpoint retrieves a list of movies you have rated. - [Rated TV](https://starlight.mintlify.app/api-reference/account/rated-tv.md): This represents the list of TV shows you have rated. - [Rated TV Episodes](https://starlight.mintlify.app/api-reference/account/rated-tv-episodes.md): This endpoint retrieves the list of TV episodes you have rated. - [TV Watchlist](https://starlight.mintlify.app/api-reference/account/tv-watchlist.md): This endpoint retrieves your TV watchlist. - [Account ID](https://starlight.mintlify.app/api-reference/accountid.md): Know how to get your account ID - [Append To Response](https://starlight.mintlify.app/api-reference/appendtoresponse.md): Get to know how append_to_response works - [Authentication](https://starlight.mintlify.app/api-reference/authentication.md): Learn how to authenticate your request - [Create Request Token](https://starlight.mintlify.app/api-reference/authentication/create-request-token.md): This endpoint allows you to create a request token. - [Create Session ID](https://starlight.mintlify.app/api-reference/authentication/create-session-id.md): This endpoint allows you to create a session ID with your request token. - [Create Session ID(with login)](https://starlight.mintlify.app/api-reference/authentication/create-session-idwith-login.md): This endpoint allows you to validate a request token by using a username and password. - [Delete Session](https://starlight.mintlify.app/api-reference/authentication/delete-session.md): This endpoint allows you to delete a session ID. - [Validate Key](https://starlight.mintlify.app/api-reference/authentication/validate-key.md): This endpoint allows you to test the validity of your API key. - [Movie Certifications](https://starlight.mintlify.app/api-reference/certifications/movie-certifications.md): This endpoint retrieves an up-to-date list of movie certifications on TMDB. - [TV Certifications](https://starlight.mintlify.app/api-reference/certifications/tv-certifications.md): This endpoint retrieves an up-to-date list of TV certifications on TMDB. - [Movie List](https://starlight.mintlify.app/api-reference/changes/movie-list.md): This endpoint retrieves a list of movie IDs that were changed in the last 24 hours. - [People List](https://starlight.mintlify.app/api-reference/changes/people-list.md): This endpoint retrieves a list of people IDs that were changed in the last 24 hours. - [TV List](https://starlight.mintlify.app/api-reference/changes/tv-list.md): This endpoint retrieves a list of TV IDS that were changed in the last 24 hours. - [Collection ID](https://starlight.mintlify.app/api-reference/collectionid.md): Know how to get a collection ID - [Details](https://starlight.mintlify.app/api-reference/collections/details.md): This endpoint retrieves collection details by ID. - [Images](https://starlight.mintlify.app/api-reference/collections/images.md): This endpoint retrieves the information about images in the collection. - [Translations](https://starlight.mintlify.app/api-reference/collections/translations.md): This endpoint retrieves the translation of the collection. - [Alternative Names](https://starlight.mintlify.app/api-reference/companies/alternative-names.md): This endpoint retrieves the alternative name of an entertainment company. - [Details](https://starlight.mintlify.app/api-reference/companies/details.md): This endpoint allows you to retrieve the details of an entertainment company by Id. - [Images](https://starlight.mintlify.app/api-reference/companies/images.md): This endpoint allows you to retrieve the logo of an entertainment company by Id. - [Company ID](https://starlight.mintlify.app/api-reference/companyid.md): Know how to get a company ID - [Countries](https://starlight.mintlify.app/api-reference/configuration/countries.md): This endpoint allows you to retrieve the list of countries used throughout the TMDB API. - [Details](https://starlight.mintlify.app/api-reference/configuration/details.md): This endpoint allows you to retrieve our API configuration details. - [Jobs](https://starlight.mintlify.app/api-reference/configuration/jobs.md): This endpoint allows you to retrieve the list of jobs and departments in TMDB. - [Language](https://starlight.mintlify.app/api-reference/configuration/language.md): This endpoint allows you to retrieve the list of languages used throughout the TMDB API. - [Primary Translations](https://starlight.mintlify.app/api-reference/configuration/primary-translations.md): This set of fields retrieves the list of officially supported translations in TMDB. - [Timezones](https://starlight.mintlify.app/api-reference/configuration/timezones.md): This endpoint retrieves the list of timezones used in TMDB. - [Credit ID](https://starlight.mintlify.app/api-reference/creditid.md): Know how to get a credit ID - [Details](https://starlight.mintlify.app/api-reference/credits/details.md): This endpoint retrieves movie and TV credit details by ID. - [Movie](https://starlight.mintlify.app/api-reference/discover/movie.md): This endpoint allows you to find movies with over 30 filters and sort options. - [TV](https://starlight.mintlify.app/api-reference/discover/tv.md): This endpoint allows you to find TV shows with over 30 filters and sort options. Check this [section](https://starlight.mintlify.app/api-reference/filter) for more information about how filter works. - [Error Codes](https://starlight.mintlify.app/api-reference/errorcodes.md): Get to know more about the errors you come across when using TMDB API - [External ID](https://starlight.mintlify.app/api-reference/externalid.md): Know how to get your external ID - [FAQ](https://starlight.mintlify.app/api-reference/faq.md): Get answers to frequently asked questions - [Filter](https://starlight.mintlify.app/api-reference/filter.md): Know how to filter search results - [Find By External ID](https://starlight.mintlify.app/api-reference/find/find-by-external-id.md): This endpoint allows you to search for all objects in our database, including movies, TV shows, and persons, by an external ID. - [Movie List](https://starlight.mintlify.app/api-reference/genre/movie-list.md): This endpoint retrieves the list of official genres for movies. - [TV List](https://starlight.mintlify.app/api-reference/genre/tv-list.md): This endpoint retrieves the list of official genres for TV shows. - [Getting Started](https://starlight.mintlify.app/api-reference/gettingstarted.md): Kickstart your integration with TMDB API - [Glossary](https://starlight.mintlify.app/api-reference/glossary.md): Get to know the meaning of some technical terms used in TMDB API - [Guest SessionId](https://starlight.mintlify.app/api-reference/guest-sessions/guest-sessionid.md): This endpoint allows you to create a guest session Id. - [Guest Session](https://starlight.mintlify.app/api-reference/guestoverview.md): Get to know more about guest session - [JSON & JSONP](https://starlight.mintlify.app/api-reference/jsonandjsonp.md): Get to know the supported response format in TMDB - [Keyword by Id](https://starlight.mintlify.app/api-reference/keyword/keyword-by-id.md): This endpoint allows you to look for a particular keyword by Id. - [Keyword ID](https://starlight.mintlify.app/api-reference/keywordid.md): Know how to get a keyword ID - [List ID](https://starlight.mintlify.app/api-reference/listid.md): Know how to get your list ID - [Add Movie](https://starlight.mintlify.app/api-reference/lists/add-movie.md): This endpoint allows you to add a movie to your list. - [Check Item Status](https://starlight.mintlify.app/api-reference/lists/check-item-status.md): This endpoint allows you to check if an item has been added to the list. - [Clear](https://starlight.mintlify.app/api-reference/lists/clear.md): This endpoint allows you to clear all items in your list. - [Create](https://starlight.mintlify.app/api-reference/lists/create.md): This endpoint allows you to create a list. - [Delete](https://starlight.mintlify.app/api-reference/lists/delete.md): This endpoint allows you to delete your list. - [Details](https://starlight.mintlify.app/api-reference/lists/details.md): This endpoint retrieves the details of a list. - [Remove Movie](https://starlight.mintlify.app/api-reference/lists/remove-movie.md): This endpoint allows you to remove a movie from your list. - [Media ID](https://starlight.mintlify.app/api-reference/mediaid.md): Know how to get your media ID - [Now Playing](https://starlight.mintlify.app/api-reference/movie-lists/now-playing.md): This endpoint retrieves a list of movies that are currently in theatres. - [Popular](https://starlight.mintlify.app/api-reference/movie-lists/popular.md): This endpoint retrieves a list of popular movies. - [Top Rated](https://starlight.mintlify.app/api-reference/movie-lists/top-rated.md): This endpoint retrieves a list of top-rated movies. - [Upcoming](https://starlight.mintlify.app/api-reference/movie-lists/upcoming.md): This endpoint retrieves a list of upcoming movies. - [Movie ID](https://starlight.mintlify.app/api-reference/movieid.md): Know how to receive a movie ID - [Add Ratings](https://starlight.mintlify.app/api-reference/movies/add-ratings.md): This endpoint allows you to rate a movie. - [Alternative Title](https://starlight.mintlify.app/api-reference/movies/alternative-title.md): This endpoint retrieves the alternative titles of a particular movie. - [Changes](https://starlight.mintlify.app/api-reference/movies/changes.md): This endpoint retrieves the list of recent changes made to a movie. - [Credit](https://starlight.mintlify.app/api-reference/movies/credit.md): This endpoint retrieves the list of people's roles in the movie. - [Delete Rating](https://starlight.mintlify.app/api-reference/movies/delete-rating.md): This endpoint allows you to delete a movie rating. - [Details](https://starlight.mintlify.app/api-reference/movies/details.md): This endpoint allows you to retrieve top-level details of a movie by its Id. - [External IDs](https://starlight.mintlify.app/api-reference/movies/external-ids.md): This endpoint retrieves the list of external Id of a particular movie - [Images](https://starlight.mintlify.app/api-reference/movies/images.md): This endpoint retrieves a list of images that belong to the movie. It returns logos, posters, and backdrops that have been added to the movie.] - [Keywords](https://starlight.mintlify.app/api-reference/movies/keywords.md): This endpoint retrieves the list of keywords associated with a movie. - [Latest](https://starlight.mintlify.app/api-reference/movies/latest.md): This endpoint retrieves a list of the latest movies. It is a live request and will continuously change. - [Lists](https://starlight.mintlify.app/api-reference/movies/lists.md): This endpoint retrieves the list that the movie has been added to. - [Movie States](https://starlight.mintlify.app/api-reference/movies/movie-states.md): This endpoint allows you to check if a movie has been added to favorite, rated, or watchlist in your account. - [Recommendations](https://starlight.mintlify.app/api-reference/movies/recommendations.md): This endpoint retrieves a list of recommended movies. - [Release Dates](https://starlight.mintlify.app/api-reference/movies/release-dates.md): This endpoint retrieves the release dates and certifications of a movie. - [Reviews](https://starlight.mintlify.app/api-reference/movies/reviews.md): This endpoint retrieves the list of reviews of a particular movie. - [Similar](https://starlight.mintlify.app/api-reference/movies/similar.md): This endpoint retrieves a list of similar movies based on keywords and genres. - [Streaming Providers](https://starlight.mintlify.app/api-reference/movies/streaming-providers.md): This endpoint retrieves a list of streaming providers for a particular movie. - [Translations](https://starlight.mintlify.app/api-reference/movies/translations.md): This endpoint retrieves the movie translations. - [Videos](https://starlight.mintlify.app/api-reference/movies/videos.md): This endpoint retrieves a list of videos associated with a particular movie. - [Network ID](https://starlight.mintlify.app/api-reference/networkid.md): Know how to get your collection ID - [Alternative Names](https://starlight.mintlify.app/api-reference/networks/alternative-names.md): This endpoint retrieves the alternative names of a particular network. - [Details](https://starlight.mintlify.app/api-reference/networks/details.md): This endpoint retrieves the details of a TV or movie network. - [Images](https://starlight.mintlify.app/api-reference/networks/images.md): This endpoint retrieves the TV network logos by id. - [Openapi Specification](https://starlight.mintlify.app/api-reference/openapispec.md): Use the TMDB API documentation on a different platform - [Introduction](https://starlight.mintlify.app/api-reference/overview.md): Welcome to TMDB API - [Popular](https://starlight.mintlify.app/api-reference/people-list/popular.md): This endpoint retrieves a list of popular people. - [Changes](https://starlight.mintlify.app/api-reference/people/changes.md): This endpoint retrieves changes made to a person's details. - [Combined credits](https://starlight.mintlify.app/api-reference/people/combined-credits.md): This endpoint retrieves a list of combined TV and movie credits that belong to a person. - [Details](https://starlight.mintlify.app/api-reference/people/details.md): This endpoint retrieves top-level details of a person. - [External Ids](https://starlight.mintlify.app/api-reference/people/external-ids.md): This endpoint retrieves a list of external Ids that belong to a person. - [Images](https://starlight.mintlify.app/api-reference/people/images.md): This endpoint retrieves profile images that belong to a person. - [Latest](https://starlight.mintlify.app/api-reference/people/latest.md): This endpoint retrieves a list of newly created person profiles. This is a live response and will change continuously. - [Movie Credit](https://starlight.mintlify.app/api-reference/people/movie-credit.md): This endpoint retrieves a list of movie credits for a person. - [Tagged Images](https://starlight.mintlify.app/api-reference/people/tagged-images.md): This endpoint retrieves a list of tagged images for a person. - [Translations](https://starlight.mintlify.app/api-reference/people/translations.md): This endpoint retrieves the translations that belong to a person. - [Tv Credit](https://starlight.mintlify.app/api-reference/people/tv-credit.md): This endpoint retrieves a list of TV show credits for a person. - [Person ID](https://starlight.mintlify.app/api-reference/personid.md): Know how to get a person ID. - [Popular & Trending](https://starlight.mintlify.app/api-reference/popularandtrending.md): Know more about how popularity and trending works in TMDB - [Postman](https://starlight.mintlify.app/api-reference/postman.md): Get to test endpoints directly on Postman - [Rate Limit](https://starlight.mintlify.app/api-reference/ratedlimit.md): Get to know how TMDB API rate limit works - [Release Dates](https://starlight.mintlify.app/api-reference/releasedates.md) - [Details](https://starlight.mintlify.app/api-reference/review/details.md): This endpoint retrieves the details of a movie or TV show review by Id. - [Review ID](https://starlight.mintlify.app/api-reference/reviewid.md): Know how to retrieve a review ID - [Collection](https://starlight.mintlify.app/api-reference/search/collection.md): This endpoint allows you to search for collections by their original, translated, and alternative names. - [Company](https://starlight.mintlify.app/api-reference/search/company.md): This endpoint allows you to search for companies by their original, translated, and alternative names. - [Keyword](https://starlight.mintlify.app/api-reference/search/keyword.md): This endpoint allows you to search for keywords by their name. - [Movie](https://starlight.mintlify.app/api-reference/search/movie.md): This endpoint allows you to search for movies by their original, translated, and alternative names. - [Multi Search](https://starlight.mintlify.app/api-reference/search/multi-search.md): This endpoint allows you to multi-search in one request. It retrieves multiple media types including TV shows, movies, and people in a single request. - [Person](https://starlight.mintlify.app/api-reference/search/person.md): This endpoint allows you to search for persons by their names and known names. - [Tv](https://starlight.mintlify.app/api-reference/search/tv.md): This endpoint allows you to search for TV shows by their original, translated, and alternative names. - [Series ID](https://starlight.mintlify.app/api-reference/seriesid.md): Know how to retrieve a series ID - [Session ID](https://starlight.mintlify.app/api-reference/sessionid.md): Know how to get session ID - [Supported Sources](https://starlight.mintlify.app/api-reference/supportedsources.md): Get to know the supported sources for all objects in TMDB - [Overview](https://starlight.mintlify.app/api-reference/theb.md): Get to know more about TMDB API - [All](https://starlight.mintlify.app/api-reference/trending/all.md): This endpoint allows you to search for all trending movies, TV shows, and people. - [Movies](https://starlight.mintlify.app/api-reference/trending/movies.md): This endpoint retrieves all trending movies on TMDB. - [People](https://starlight.mintlify.app/api-reference/trending/people.md): This endpoint retrieves a list of all popular people on TMDB. - [Top Rated](https://starlight.mintlify.app/api-reference/trending/top-rated.md): This endpoint retrieves a list of top-rated TV shows. - [Details](https://starlight.mintlify.app/api-reference/tv-episode-groups/details.md): This endpoint retrieves the details of episode groups in a TV show. - [Account States](https://starlight.mintlify.app/api-reference/tv-providers/account-states.md): This endpoint allows you to check if the TV episode has been added to your watchlist, favorite, and ratings. - [Add Ratings](https://starlight.mintlify.app/api-reference/tv-providers/add-ratings.md): This endpoint allows you to rate a TV episode and save it to your rated list. Important Note - [Changes](https://starlight.mintlify.app/api-reference/tv-providers/changes.md): This endpoint retrieves the recent changes that have been made to a TV episode. - [Credits](https://starlight.mintlify.app/api-reference/tv-providers/credits.md): This endpoint retrieves a list of the latest credits of a TV episode. - [Delete Ratings](https://starlight.mintlify.app/api-reference/tv-providers/delete-ratings.md): This endpoint allows you to delete a TV episode you rated. - [Details](https://starlight.mintlify.app/api-reference/tv-providers/details.md): This endpoint retrieves the details of a TV episode. - [External Ids](https://starlight.mintlify.app/api-reference/tv-providers/external-ids.md): This endpoint retrieves a list of external Ids that have been added to a TV episode. - [Images](https://starlight.mintlify.app/api-reference/tv-providers/images.md): This endpoint retrieves a list of images that belong to a TV show. - [Translations](https://starlight.mintlify.app/api-reference/tv-providers/translations.md): This endpoint retrieves the translation of a TV episode. - [Videos](https://starlight.mintlify.app/api-reference/tv-providers/videos.md): This endpoint retrieves the videos that belong to a TV episode. - [Account States](https://starlight.mintlify.app/api-reference/tv-seasons/account-states.md): This endpoint allows you to check if the TV season has been added to your watchlist, favorite, and ratings. - [Aggregate Credits](https://starlight.mintlify.app/api-reference/tv-seasons/aggregate-credits.md): This endpoint retrieves the aggregate credits (acting and crew) that have been added to a TV season. - [Changes](https://starlight.mintlify.app/api-reference/tv-seasons/changes.md): This endpoint retrieves the recent changes that have been made to a TV season. - [Credits](https://starlight.mintlify.app/api-reference/tv-seasons/credits.md): This endpoint retrieves a list of the latest credits of a TV season. - [Details](https://starlight.mintlify.app/api-reference/tv-seasons/details.md): This endpoint retrieves the details of a TV season. - [External Ids](https://starlight.mintlify.app/api-reference/tv-seasons/external-ids.md): This endpoint retrieves a list of external Ids that have been added to a TV season. - [Images](https://starlight.mintlify.app/api-reference/tv-seasons/images.md): This endpoint retrieves a list of images that belong to a TV series. - [Streaming Providers](https://starlight.mintlify.app/api-reference/tv-seasons/streaming-providers.md): This endpoint retrieves the list of streaming providers for a TV season. - [Translations](https://starlight.mintlify.app/api-reference/tv-seasons/translations.md): This endpoint retrieves the translation of a TV season. - [Airing Today](https://starlight.mintlify.app/api-reference/tv-series-lists/airing-today.md): This endpoint retrieves a list of TV shows airing today. - [On The Air](https://starlight.mintlify.app/api-reference/tv-series-lists/on-the-air.md): This endpoint retrieves a list of TV shows that air in the next 7 days. - [Popular](https://starlight.mintlify.app/api-reference/tv-series-lists/popular.md): This endpoint retrieves a list of popular TV shows. - [TV](https://starlight.mintlify.app/api-reference/tv-series-lists/tv.md): This endpoint retrieves a list of all trending TV shows. - [Account States](https://starlight.mintlify.app/api-reference/tv-series/account-states.md): This endpoint allows you to check if a TV series has been added to your watchlist, favorite, and ratings. - [Add Rating](https://starlight.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. - [Aggregate Credits](https://starlight.mintlify.app/api-reference/tv-series/aggregate-credits.md): This endpoint retrieves the aggregate credits (acting and crew) that have been added to a TV show. - [Alternative Titles](https://starlight.mintlify.app/api-reference/tv-series/alternative-titles.md): This endpoint retrieves the alternative titles of a TV show. - [Changes](https://starlight.mintlify.app/api-reference/tv-series/changes.md): This endpoint retrieves the recent changes that have been made to a TV show. - [Content Ratings](https://starlight.mintlify.app/api-reference/tv-series/content-ratings.md): This endpoint retrieves the content ratings that have been added to a TV show. - [Credits](https://starlight.mintlify.app/api-reference/tv-series/credits.md): This endpoint retrieves a list of the latest season credits of a TV show. - [Delete Ratings](https://starlight.mintlify.app/api-reference/tv-series/delete-ratings.md): This endpoint allows you to delete a TV show you rated. - [Details](https://starlight.mintlify.app/api-reference/tv-series/details.md): This endpoint retrieves the details of a TV show. - [Episode Groups](https://starlight.mintlify.app/api-reference/tv-series/episode-groups.md): This endpoint retrieves the episode groups that have been added to a TV show. - [External IDS](https://starlight.mintlify.app/api-reference/tv-series/external-ids.md): This endpoint retrieves a list of external Ids that have been added to a TV show. - [Images](https://starlight.mintlify.app/api-reference/tv-series/images.md): This endpoint retrieves a list of images that belong to a TV series. This includes the backdrops, logos, and posters that have been added to a TV show. - [Keywords](https://starlight.mintlify.app/api-reference/tv-series/keywords.md): This endpoint retrieves a list of keywords that have been added to a TV show. - [Latest](https://starlight.mintlify.app/api-reference/tv-series/latest.md): This endpoint retrieves a list of the latest TV shows and their Ids. - [Lists](https://starlight.mintlify.app/api-reference/tv-series/lists.md): This endpoint retrieves the list that a TV show has been added to. - [Recommendations](https://starlight.mintlify.app/api-reference/tv-series/recommendations.md): This endpoint retrieves a list of recommended TV shows. - [Reviews](https://starlight.mintlify.app/api-reference/tv-series/reviews.md): This endpoint retrieves a list of reviews that have been added to a TV show. - [Screened Theatrically](https://starlight.mintlify.app/api-reference/tv-series/screened-theatrically.md): This endpoint retrieves the seasons and episodes of a TV show that has been screened theatrically. - [Similar](https://starlight.mintlify.app/api-reference/tv-series/similar.md): This endpoint retrieves a list of TV shows that are similar to a particular TV show - [Streaming Providers](https://starlight.mintlify.app/api-reference/tv-series/streaming-providers.md): This endpoint retrieves the streaming provider for a TV show. - [Translations](https://starlight.mintlify.app/api-reference/tv-series/translations.md): This endpoint retrieves a list of translations that have been added to a TV show. - [Videos](https://starlight.mintlify.app/api-reference/tv-series/videos.md): This endpoint retrieves a list of videos that belong to a TV show. - [Available Regions](https://starlight.mintlify.app/api-reference/watch-providers/available-regions.md): This endpoint retrieves a list of countries where we have watch provider(streaming/OTT) data. - [Movie Providers](https://starlight.mintlify.app/api-reference/watch-providers/movie-providers.md): This endpoint retrieves a list of streaming and OTT(Over the top media) providers we have for movies. - [Tv Providers](https://starlight.mintlify.app/api-reference/watch-providers/tv-providers.md): This endpoint retrieves a list of streaming and OTT(over the top media) providers we have for Tv shows. ## OpenAPI Specs - [openapi](https://starlight.mintlify.app/api-reference/openapi.yaml) - [movie](https://starlight.mintlify.app/api-reference/movie.yaml)