An API to get the recommendations for the movies selected by the user.The API also returns details of a particular movie based on it's ID or title.
getRecommendedData
This calls takes in a number of movies and their ratings from the user and returns 100 movie that match the most to the user's desires.
https://kodelmovieapi.herokuapp.com/getRecommendedData?size=1&id_1=122912&rating_1=5
-
size
total number of movies being sent
-
id_1
id of the ith movie is denoted with id_i
-
rating_1
rating of the ith movie is denoted with rating_i
SearchImdbID
This Call takes in the imdbID of the movie and returns the details of the same.
https://kodelmovieapi.herokuapp.com/searchImdbID?imdbID=tt0114709
-
imdbID
imdbID of the movie being searched
searchMovieTitle
This Call takes in the title of the movie and returns the details of the same.
https://kodelmovieapi.herokuapp.com/searchMovieTitle?title=Avengers: Infinity War
-
title
title of the movie being searched
searchMovieID
This Call takes in the movieID of the movie and returns the details of the same.
https://kodelmovieapi.herokuapp.com/searchMovieID?id=1307
-
id
movieID of the movie being searched
allMovies
Returns all the movies available in the database of the API.
https://kodelmovieapi.herokuapp.com/allMovies