Movie Suggestions
Movie Suggestions API HTTP GET The Movie Suggestions API endpoint provides related movie recommendations based on a given movie ID. This can be useful for offering users movie suggestions similar to the one they are currently viewing. Below, you'll find the example instructions on how to use this endpoint, using sample URLs to help guide your implementation. Endpoint URL Examples The API can…
Movie Suggestions endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Movie Suggestions API - JSON format /movie_suggestions.json |
The Movie Suggestions API offers related movie recommendations in JSON format based on a given movie ID. By providing the movie ID as a parameter, you can receive four similar… |
| GET |
Movie Suggestions API - JSONP format /movie_suggestions.jsonp |
The Movie Suggestions API provides related movie recommendations based on a given movie ID. Use this API to get four similar movie suggestions in JSONP format. Simply pass the… |
| GET |
Movie Suggestions API - XML format /movie_suggestions.xml |
The Movie Suggestions API provides related movie recommendations based on a given movie ID. Use this API to get four similar movie suggestions in XML format. Simply pass the… |
Movie Suggestions pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2 / month | — |
|
| ULTRA Recommended | $2.5 / month | — |
|
| MEGA | $2.99 / month | — |
|