Setup Your Development
Learn how to authenticate and make your first API request with TMDb.Authentication and API Key
Obtain Your API Key
Obtain Your API Key
To use the TMDb API, you need an API key. Sign up and generate one from the TMDb API settings.
Authentication Methods
Authentication Methods
TMDb supports API Key authentication and OAuth 2.0 for secure access. Learn more about authentication in the TMDb API documentation.
Make Your First API Call
Test Your API Access
Test Your API Access
Once you have your API key, you can make a simple GET request to fetch movie data. Use this sample request in your terminal:This returns a list of popular movies.
Explore More Endpoints
Explore More Endpoints
TMDb offers endpoints for movies, TV shows, search, and more. Browse the full list in the API reference.
Update Your Integration
Enhance your application by adding additional TMDb features.Retrieve Movie Details
Fetch detailed movie and TV show information.
Work with Images
Integrate high-quality images and posters.
Advanced Search & Filters
Implement powerful search and filtering options.
User Ratings & Reviews
Display user-generated ratings and reviews.