Anime_Scraper icon indicating copy to clipboard operation
Anime_Scraper copied to clipboard

unofficial APIs for anime streaming

Results 3 Anime_Scraper issues
Sort by recently updated
recently updated
newest added

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

https://github.com/OpenByteDev/SourceScraper

animeflix had prebuilt api.. we can use them https://animeflix.io/api/episodes/latest?limit=20 you can get latest animes from this url.. limit of animes can be changed (20 is taken for example) https://animeflix.io/api/anime/popular?limit=12 to...