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
Choosing the Right Version
- Use
v3if you need stable, well-documented endpoints for movie, TV, and person data. - Use
v4if you need OAuth authentication, personalized lists, and advanced user features.