Skip to main content

TMDB (The Movie Database) API follows a versioning system to ensure stability and backward compatibility. The current version of the API is v3, with an upcoming v4 that introduces improvements and new features.

Current API Versions

VersionsStatusBase URLNotes
v3Stableversion 3The primary version used by most applications.
v4Betaversion 4Includes OAuth authentication and additional improvements.

Choosing the Right Version

  • Use v3 if you need stable, well-documented endpoints for movie, TV, and person data.
  • Use v4 if you need OAuth authentication, personalized lists, and advanced user features.
BaseURL of version 3 and 4
GET https://api.themoviedb.org/3/

GET https://api.themoviedb.org/4/