Rawkush / Anime_Scraper

unofficial APIs for anime streaming
24 stars 7 forks source link

aniflix api #6

Open Rawkush opened 3 years ago

Rawkush commented 3 years ago

To search POST https://www2.aniflix.tv/api/show/search with body {"search":"naruto"}

open anime GET https://www2.aniflix.tv/api/show/naruto in this naurto is the value of url key of search json response

loading episodes GET https://www2.aniflix.tv/api/episode/show/naruto/season/1/episode/1 season number and episode number are present in previous response

Rawkush commented 3 years ago

Another API website

POST https://www2.kickassanime.rs/search?q=naruto { keyword:"naruto" }