Skip to content

Just hobby project, it's used for scrapping movie list from Idlix streaming platform

License

Notifications You must be signed in to change notification settings

annurdien/IDLIX-API

Repository files navigation

IDLIX Scrapper

Support via Trakteer License

About

IDLIX Scrapper, IDLIX API

Hak Cipta

Projek ini dilindungi oleh MIT yang dimana penggunanya boleh menggunakan, mendistribusikan, menampilkan, bahkan memodifikasi projek ini ke publik. Namun, biarkan lisensi ini sebagai credit/apresiasi selama penggunaan.

Creative Commons Licenses

This license lets others remix, tweak, and build upon your work even for commercial purposes, as long as they credit you and license their new creations under the identical terms. This license is often compared to “copyleft” free and open source software licenses. All new works based on yours will carry the same license, so any derivatives will also allow commercial use. This is the license used by Wikipedia, and is recommended for materials that would benefit from incorporating content from Wikipedia and similarly licensed projects

Creative Commons

Instalasi

-- Install node.js (V14 ke atas)

$ git clone https://github.com/annurdien/IDLIX-API.git
$ cd IDLIX-API
$ npm install
$ npm start

Penggunaan

API PATH = https://idlix-api.herokuapp.com/api/

Status

Get Status IDLIX

/

Example : https://idlix-api.herokuapp.com/api/

Featured Movie

Get Featured Movie

/featured

Example : https://idlix-api.herokuapp.com/api/featured

CinemaXXI

/cinemaxxi

Example : https://idlix-api.herokuapp.com/api/cinemaxxi

Movie

/movie/<endpoint>

Example : https://idlix-api.herokuapp.com/api/movie/mcu

Get Marvel Cenimatic Universe

/movie/mcu

Example : https://idlix-api.herokuapp.com/api/movie/mcu

Get Trending Movie

/movie/trending

Example : https://idlix-api.herokuapp.com/api/movie/trending

Get Trending Movie Pages

/movie/trending/:page<number>

Example : https://idlix-api.herokuapp.com/api/movie/trending/2

Series

/series/<endpoint>

Example : https://idlix-api.herokuapp.com/api/series/trending

Get Trending Series

/series/trending

Example : https://idlix-api.herokuapp.com/api/series/trending

Get Marvel Series

/series/marvel

Example : https://idlix-api.herokuapp.com/api/series/marvel

Get Apple TV Series

/series/apple

Example : https://idlix-api.herokuapp.com/api/series/apple

Get Disney Series

/series/disney

Example : https://idlix-api.herokuapp.com/api/series/disney

Get HBO Series

/series/hbo

Example : https://idlix-api.herokuapp.com/api/series/hbo

Get Netflix Series

/series/netflix

Example : https://idlix-api.herokuapp.com/api/series/netflix

Get Netflix Pages

/series/netflix/:page<number>

Example : https://idlix-api.herokuapp.com/api/series/netflix/2

Genre

/genre/<endpoint>/:genre/

Example Series : https://idlix-api.herokuapp.com/api/genre/series/action

Example Movie : https://idlix-api.herokuapp.com/api/genre/movie/action

List Available Genre

1 2 3 4 5
drama-korea action adventure anime animation
comedy crime drama family fantasy
history mystery horror kids thriller
science-fiction war

Get Genre Pages

/genre/<endpoint>/:genre/:pages<number>

Example Series : https://idlix-api.herokuapp.com/api/genre/series/action/4

Example Movie : https://idlix-api.herokuapp.com/api/genre/movie/action/4

Selamat Mencoba!


Contribution are welcome

About

Just hobby project, it's used for scrapping movie list from Idlix streaming platform

Topics

Resources

License

Stars

Watchers

Forks