An unoffical Fast-Api project for kissasian.lu
- Detailed search results
- Detailed Series information
- Direct Stream Urls [Host: Vidmoly]
- Get Latest updated series
Clone the project
git clone https://github.com/amankumarsingh77/KissApi.git
Go to the project directory
cd KissApi
Install requirements
pip install -r requirements.txt
Start the server
python kiss.py
(or)
python3 kiss.py
To deploy this project run
python kiss.py
(or)
python3 kiss.py
GET /api/search/${query}
Parameter | Type | Description |
---|---|---|
query |
string |
Required. Search term |
GET /api/series_info/{id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. id of the series |
GET /api/stream/{series_id}/{ep_no}
Parameter | Type | Description |
---|---|---|
series_id |
string |
Required. id of the series |
ep_no |
string |
Required. episode number |
GET /api/api/latest
Parameter | Type | Description |
---|---|---|
- | - | Returns the latest updated series and their episode with links |
For more information please run the project : (http://localhost:8000/docs)
If you have any feedback, feel free to create a issue.