Giter VIP home page Giter VIP logo

api-lk21's Introduction

API LK21

IP = https://149.56.198.206/

GET

/latest

get latest uploaded movies

https://api-lk21.herokuapp.com/api/v1/latest

/genre/:genreName

get movies by genre

https://api-lk21.herokuapp.com/api/v1/genre/action

/year/:yearValue

get movies by year

https://api-lk21.herokuapp.com/api/v1/year/2022

/trending

get trending movies

https://api-lk21.herokuapp.com/api/v1/trending

/search?q=value

search movies

https://api-lk21.herokuapp.com/api/v1/search?q=avenger

/resolution/:resolutionValue

get movies by resolution (720 or 1080)

https://api-lk21.herokuapp.com/api/v1/resolution/720

/release

https://api-lk21.herokuapp.com/api/v1/release

/popular

get popular movies

https://api-lk21.herokuapp.com/api/v1/popular

/imdb-rating

get movies by hight rating from imdb

https://api-lk21.herokuapp.com/api/v1/imdb-rating

/hd-quality

get movies with hd quality

https://api-lk21.herokuapp.com/api/v1/hd-quality

/country/:countryName

get movies by alphabet

https://api-lk21.herokuapp.com/api/v1/country/usa

/alphabet/:value

get movies by alphabet

https://api-lk21.herokuapp.com/api/v1/alphabet/a

/lists

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

Notes

to next page you can add query ?page=numPage for all endpoints Example

https://api-lk21.herokuapp.com/api/v1/latest?page=2

SUPPORTS

https://www.paypal.com/paypalme/nazirbahrululum

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.