> ## Documentation Index
> Fetch the complete documentation index at: https://wisdomnwokocha.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> 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.

<Note>
  To register for an API key, click the [Login](https://www.themoviedb.org/login)
  button to create an account.  If you need help or support, please visit to our [API support](https://www.themoviedb.org/talk/category/5047958519c29526b50017d6) forum.
</Note>

<img className="block dark:hidden" src="https://mintlify.s3.us-west-1.amazonaws.com/wisdomnwokocha/images/tmdb-fav.png" alt="Hero Light" />

<img className="hidden dark:block" src="https://mintlify.s3.us-west-1.amazonaws.com/wisdomnwokocha/images/tmdb-fav.png" alt="Hero Dark" />

## What is TMDB?

The Movie Database is The Movie Database (TMDb)
is a user-editable database of information about movies and TV shows.
Our APIs allow developers to fetch information about movies and TV shows,
including release dates, posters, trailers, industry professionals etc.

## Use cases

<CardGroup cols={2} className="p-8 center">
  <Card title="Find movies and TV shows">
    Use TMDb to find something to watch, or to build a watchlist

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/wisdomnwokocha/images/tmdb-trending.png" alt="Hero Light" height="50%" width="100%" className="my-4" />
  </Card>

  <Card title="Get recommendations">
    Get recommended movies and TV shows

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/wisdomnwokocha/images/tmdb-reccomendation.png" alt="Hero Light" height="100%" width="100%" className="my-4" />
  </Card>

  <Card title="Contribute data">
    Add your own information to the database

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/wisdomnwokocha/images/add-movie.webp" alt="Hero Light" height="50%" width="100%" className="my-4" />
  </Card>

  <Card title="Develop applications">
    Access data and images in your own applications

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/wisdomnwokocha/images/movie-app.webp" alt="Hero Light" height="50%" width="100%" className="my-4" />
  </Card>
</CardGroup>

<Info>Please note that the API registration process is not optimized for mobile devices
so you should access these pages on a desktop computer and browser.</Info>

<Tip>
  **A a few useful tips**

  * The configuration methods are useful to get the static lists of data we use throughout the database.
    * You can find things like the languages, countries, timezones and translations that we use. The configuration method also holds useful image information.
  * Understanding the basics of our authentication is useful. You can read about this here.
  * We enforce some amount of rate limiting on the API. You can read about that here.
</Tip>
