Getting Started
Kickstart your integration with TMDB API
To get started with the TMDB API, you need to follow the following steps:
-
Log in or sign up for a TMDB account if you don’t have one. Click this link to get started.
-
Get your API keys or access token. For more information about your credentials, check the Authentication page.
API Base Url
All endpoints in this documentation use this base url
Content-Type
All endpoints expect and return data in the json/application
format.
API Headers
To make a successful request, ensure you include the necessary headers. The steps are as follows:
Step 1
Navigate to the Authorization
header.
Step 2
Select your Auth-type.
This is either Bearer Token
or API Key
. Check the Authentication section for more information about your credentials.
Step 3
Enter your value for the selected Auth-type
How To Make Request Directly On The Platform
Step 1
Navigate to the endpoint section and select the particular endpoint you wish to interact with.
Step 2
Click the Try It
button.
Step 3
Enter the required parameter in each field.
Step 4
Click the ‘Send’ button. This will automatically send your request to the API.
Important Notes
-
Check the Configuration methods to get useful information about the static list of data used throughout the database. You can get information about countries, languages, officially supported translations, time zones, and images.
-
Understanding the basics of our API authentication is important. You can get more information about it here.
-
It is crucial to understand how our API rate-limiting works as we enforce limits on the use of our API. For more information, check the Rate limiting page.