Hollywood Movies
Welcome to the "Hollywood Movies" API, a dynamic REST API tailored for the API marketplace, providing access to a diverse and extensive database of over ten thousand movies sourced from the renowned IMDB movie collection. This API is designed to empower developers and users alike, offering six distinct endpoints that cater to a wide range of queries and integration needs. 1. **Movies By Year:**…
Hollywood Movies endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Movies By Name /movies/{name} |
REST Api to retrieve all Hollywood movies by provided name or part of name. |
| GET |
Movies By Director /movies/directors/{director} |
REST Api to retrieve one or more movies in a list directed by provided Director Name. |
| GET |
Movies By Movie Star /movies/stars/{star} |
REST Api to generate a list of movies by provided Movie Star Name. |
| GET |
Top 'n' Movies By Earning($) /movies/earning/{number_of_records} |
REST api to generate a list of top 'n' movies by earning($). |
| GET |
Top 'n' Movies By IMDB Rating /movies/rating/{number_of_records} |
REST api to generate list of top 'n' movies by their IMDB Rating. |
| GET |
Movies By Year /movies/{year} |
REST Api to retrieve a list of movies release in a given year. |
| GET |
Movies By Name /api/v2/movies/{name} |
REST Api to retrieve all Hollywood movies by provided name or part of name. |
| GET |
Movies By Director /api/v2/directors/{director} |
REST Api to retrieve one or more movies in a list directed by provided Director Name. |
| GET |
Movies By Movie Star /api/v2/actors/{actor} |
REST Api to generate a list of movies by provided Movie Star Name. |
| GET |
Top 'n' Movies By Earning($) /api/v2/earning/{count} |
REST api to generate a list of top 'n' movies by earning($). |
| GET |
Top 'n' Movies By IMDB Rating /api/v2/rating/{count} |
REST api to generate list of top 'n' movies by their IMDB Rating. |
| GET |
Movies By Year /api/v2/released/{year} |
REST Api to retrieve a list of movies release in a given year. |
| GET |
Movies By Name /api/v2/movies/{name} |
REST Api to retrieve all Hollywood movies by provided name or part of name. |
| GET |
Movies By Director /api/v2/directors/{director} |
REST Api to retrieve one or more movies in a list directed by provided Director Name. |
| GET |
Movies By Movie Star /api/v2/actors/{actor} |
REST Api to generate a list of movies by provided Movie Star Name. |
| GET |
Top 'n' Movies By Earning($) /api/v2/earning/{count} |
REST api to generate a list of top 'n' movies by earning($). |
| GET |
Top 'n' Movies By IMDB Rating /api/v2/rating/{count} |
REST api to generate list of top 'n' movies by their IMDB Rating. |
| GET |
Movies By Year /api/v2/released/{year} |
REST Api to retrieve a list of movies release in a given year. |
Hollywood Movies pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $30 / month | — |
|