Skip to main content
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. If you need help or support, please head over to our API support forum.

API Base URL

The base URL for this API is :
  https://api.themoviedb.org

1. Select your preferred language:

curl --request GET \
    --url https://api.themoviedb.org/3/authentication \
    --header 'Authorization: Bearer {ACCESS_TOKEN}' \
    --header 'accept: application/json'

2. Credentials

3. Try It!