IDLIX Scrapper, IDLIX API
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.
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
-- Install node.js (V14 ke atas)
$ git clone https://github.com/annurdien/IDLIX-API.git
$ cd IDLIX-API
$ npm install
$ npm start
API PATH = https://idlix-api.herokuapp.com/api/
Get Status IDLIX
/
Example : https://idlix-api.herokuapp.com/api/
Get Featured Movie
/featured
Example : https://idlix-api.herokuapp.com/api/featured
/cinemaxxi
Example : https://idlix-api.herokuapp.com/api/cinemaxxi
/movie/<endpoint>
Example : https://idlix-api.herokuapp.com/api/movie/mcu
/movie/mcu
Example : https://idlix-api.herokuapp.com/api/movie/mcu
/movie/trending
Example : https://idlix-api.herokuapp.com/api/movie/trending
/movie/trending/:page<number>
Example : https://idlix-api.herokuapp.com/api/movie/trending/2
/series/<endpoint>
Example : https://idlix-api.herokuapp.com/api/series/trending
/series/trending
Example : https://idlix-api.herokuapp.com/api/series/trending
/series/marvel
Example : https://idlix-api.herokuapp.com/api/series/marvel
/series/apple
Example : https://idlix-api.herokuapp.com/api/series/apple
/series/disney
Example : https://idlix-api.herokuapp.com/api/series/disney
/series/hbo
Example : https://idlix-api.herokuapp.com/api/series/hbo
/series/netflix
Example : https://idlix-api.herokuapp.com/api/series/netflix
/series/netflix/:page<number>
Example : https://idlix-api.herokuapp.com/api/series/netflix/2
/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 |
/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
Contribution are welcome