get latest uploaded movies
https://api-lk21.herokuapp.com/api/v1/latest
get movies by genre
https://api-lk21.herokuapp.com/api/v1/genre/action
get movies by year
https://api-lk21.herokuapp.com/api/v1/year/2022
get trending movies
https://api-lk21.herokuapp.com/api/v1/trending
search movies
https://api-lk21.herokuapp.com/api/v1/search?q=avenger
get movies by resolution (720 or 1080)
https://api-lk21.herokuapp.com/api/v1/resolution/720
https://api-lk21.herokuapp.com/api/v1/release
get popular movies
https://api-lk21.herokuapp.com/api/v1/popular
get movies by hight rating from imdb
https://api-lk21.herokuapp.com/api/v1/imdb-rating
get movies with hd quality
https://api-lk21.herokuapp.com/api/v1/hd-quality
get movies by alphabet
https://api-lk21.herokuapp.com/api/v1/country/usa
get movies by alphabet
https://api-lk21.herokuapp.com/api/v1/alphabet/a
get a few list categories (year, country, genre)
https://api-lk21.herokuapp.com/api/v1/lists/genre
https://api-lk21.herokuapp.com/api/v1/lists/year
https://api-lk21.herokuapp.com/api/v1/lists/country
to next page you can add query ?page=numPage
for all endpoints
Example
https://api-lk21.herokuapp.com/api/v1/latest?page=2