Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/annurdien/idlix-api

Just hobby project, it's used for scrapping movie list from Idlix streaming platform
https://github.com/annurdien/idlix-api

api api-rest idlix movie movie-api movies-api rest scrapper-script

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# IDLIX Scrapper

[![Support via Trakteer](https://img.shields.io/badge/Support-me!-green)](https://trakteer.id/annurdien)
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/annurdien/IDLIX-API/blob/main/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](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-sa/4.0/ "Redirect to Creative Commons")

### Instalasi
```properties
-- 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/
```
**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
```
**Example** : https://idlix-api.herokuapp.com/api/movie/trending/2

## Series

```
/series/
```
**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
```
**Example** : https://idlix-api.herokuapp.com/api/series/netflix/2

## Genre

```
/genre//: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//:genre/:pages
```

**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**