# The Movie Database (TMDb) API **Provider:** The Movie Database (TMDb) **Category:** storage **Base URL:** `https://developers.themoviedb.org` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 50 req/s (free tier) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.themoviedb.org ## Description The Movie Database (TMDb) API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.themoviedb.org/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.themoviedb.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free for non-commercial use with attribution. TMDB Pro starts at ~$4/mo for higher limits. --- *Source: [API Map](https://apimap.dev/apis/the-movie-database-tmdb/) — CC BY 4.0*