About 23,900,000 results
Open links in new tab
  1. Getting Started - The Movie Database (TMDB)

    Welcome to version 3 of The Movie Database (TMDB) API. This is where you will find the definitive list of currently available methods for our movie, tv, actor and image API.

  2. Getting Started - The Movie Database (TMDB)

    Getting Started Take a minute to read through some of the basics below. Welcome to version 4 of The Movie Database (TMDB) API. If you need help or support, please head over to our API …

  3. Search & Query For Details - The Movie Database (TMDB)

    A common workflow here on TMDB is to search for a movie (or TV show, or person) and then query for the details. Here's a quick overview of what that flow looks like.

  4. Getting Started - The Movie Database (TMDB)

    Welcome to version 3 of The Movie Database (TMDB) API. This is where you will find the definitive list of currently available methods for our movie, tv, actor and image API.

  5. FAQ - The Movie Database (TMDB)

    The API service is for those of you interested in using our movie, TV show or actor images and/or data in your application. Our API is a system we provide for you and your team to …

  6. Finding Data - The Movie Database (TMDB)

    This can be very useful when you have an existing tool and are adding our service to the mix. Take a look at the search & query for details page for some basic workflows you might use to …

  7. Search - Movies - The Movie Database (TMDB)

    1 curl --request GET \ 2 --url 'https://api.themoviedb.org/3/search/movie?include_adult=false&language=en-US&page=1' \ 3 …

  8. Getting Started - The Movie Database (TMDB)

    Getting Started Set up the welcome page for your API to help users make their first call.

  9. Application - The Movie Database (TMDB)

    Version 3 is controlled by either a single query parameter, api_key, or by using your access token as a Bearer token. You can request an API key by logging in to your account on TMDB and …

  10. Basics - The Movie Database (TMDB)

    The first two pieces can be retrieved by calling the /configuration API and the third is the file path you're wishing to grab on a particular media object. Here's what a full image URL looks like if …