zYxDevs / api-lk21

API untuk mendapatkan data movie dari LK21

Home Page:https://api-lk21.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API - LK21

Cara Pakai

https://api-lk21.herokuapp.com/pathname?parameter=value

Data JSON yang akan didapatkan

  • Title
  • Thumbnail
  • Genre
  • Rating
  • Duration
  • Quality
  • Trailer
  • Watch

Pathname

  • newupload
  • comingsoon
  • tv
  • year
  • country
  • genre
  • search

Parameter

  • page
  • query
  • country
  • genre
  • year

Contoh

1. Movie Terbaru yang diupload
https://api-lk21.herokuapp.com/newupload

Secara default akan memunculkan halaman ke 1. jika ingin memunculkan halaman berikutnya, gunakan parameter page seperti ini

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

2. Movie yang akan tayang

https://api-lk21.herokuapp.com/comingsoon

3. TV Series

https://api-lk21.herokuapp.com/tv

4. Movie berdasarkan tahun

http://api-lk21.herokuapp.com/year?year=2020

5. Movie berdasarkan negara

http://api-lk21.herokuapp.com/country?country=indonesia

6. Movie berdasarkan genre

http://api-lk21.herokuapp.com/genre?genre=action

7. Movie berdasarkan pencarian

http://api-lk21.herokuapp.com/search?query=avenger

About

API untuk mendapatkan data movie dari LK21

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


Languages

Language:JavaScript 100.0%