Anime_Scraper icon indicating copy to clipboard operation
Anime_Scraper copied to clipboard

aniflix api

Open Rawkush opened this issue 5 years ago • 1 comments

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 avatar Dec 17 '20 12:12 Rawkush

Another API website

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

Rawkush avatar Dec 26 '20 14:12 Rawkush