Movie Database
This API provides a simple yet powerful interface for extracting detailed information about movies, TV shows, including season and episode details, descriptions, IMDb ratings, and much more.
Movie Database endpoints
| Method | Endpoint | Description |
|---|---|---|
| Movies | ||
| GET |
List Movies /list/movies/{p} |
This endpoint retrieves all the movies available. |
| GET |
Search Movies /search/movies |
This endpoint return all the movies with the required parameters |
| GET |
Related Movies /related/movies |
Get related Movies |
| GET |
Movie Full Description /description/movies |
## Movies Full Description Endpoint ### Description This endpoint retrieves the description of a movie based on the provided `movieId`. ### Parameters - **movieId**: ID of the… |
| GET |
Movie Cast /cast/movies |
## Movie Cast Endpoint ### Description This endpoint retrieves the cast of a movie based on the provided `movieId`. ### Parameters - **movieId**: ID of the movie to search for.… |
| GET |
Movie Crew /crew/movies |
## Movie Crew Endpoint ### Description This endpoint retrieves the crew details of a movie based on the provided `movieId`. ### Parameters - **movieId**: ID of the movie to… |
| GET |
Upcoming Movies /upcoming/movies |
## Upcoming Movies Endpoint ### Description This endpoint retrieves a list of upcoming movies. ### Parameters - **page**: Page number of the upcoming movies list. Default is 1.… |
| GET |
Top Rated Movies /toprated/movies |
## Top Rated Movies Endpoint ### Description This endpoint retrieves a list of top-rated movies. ### Parameters - **page**: Page number of the top-rated movies list. Default is… |
| TV Shows | ||
| GET |
List Tv Shows /list/tv-shows/{p} |
## List TV Shows Endpoint ### Description This endpoint retrieves a list of TV shows. ### Parameters - **p**: Page number of the TV shows list. - **perPage**: (Optional) Number… |
| GET |
Search Tv Shows /search/tv-series |
## Search TV Series Endpoint ### Description This endpoint allows users to search for TV series based on a query. ### Parameters - **query**: The search query for TV series. -… |
| GET |
TV Show Description /description/tv-shows |
## TV Show Description Endpoint ### Description This endpoint retrieves the full description of a TV show based on its ID. ### Parameters - **id**: ID of the TV show to retrieve… |
| GET |
Related TV Shows /related/tv-shows |
## Related TV Shows Endpoint ### Description This endpoint retrieves a list of related TV shows based on the provided TV show ID. ### Parameters - **id**: ID of the TV show to… |
Movie Database pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA Recommended | $49.99 / month | — |
|
| MEGA | $299 / month | — |
|