IMDB API
IMDB API provides a comprehensive set of endpoints to retrieve detailed information about movies, TV series, and user-generated reviews. Access up-to-date details on titles, reviews, seasons, and user profiles through a simple and efficient interface.
IMDB API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search Titles by Title /search |
Search for movie titles based on the provided query. |
| GET |
Get Title Details by ID /title/{imdb_id} |
Retrieve detailed information about a specific movie or TV series. |
| GET |
Get Reviews of a Title /reviews/{imdb_id} |
Obtain reviews for a title with various sorting and filtering options. possible values for option and sortOrder:… |
| GET |
Fetch a Single Season of a Series /title/{imdb_id}/season/{season_id} |
Fetch details of a specific season for a TV series. |
| GET |
Fetch a User's Info /user/{user_id} |
Retrieve information about a specific user. |
| GET |
Fetch a User's Ratings and Reviews /user/{user_id}/ratings |
Get a user's ratings and reviews with optional filtering and sorting. possible values for filter and sort : ratingFilter={1-10}&sort={most_recent|oldest|top_rated|worst_rated}… |
IMDB API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 5 / second |
|