Anime_Scraper
Anime_Scraper copied to clipboard
unofficial APIs for anime streaming
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...