UPDATE DATA EVERY 3 Hours
SUPPORTED SITES
Request Route in Issue Section
ℹ️ Still in Development
WILL SUPPORT MORE IN THE FUTUREparameters | description |
---|---|
gogoanime animepahe anilist mangadex mangakakalot |
select filename from below and replace the url |
recent-sub.json
,
popular.json
,
trending.json
new-season.json
movie.json
recent-sub.json
popular.json
,
trending.json
,
most-favourites.json
latest_manga_updates.json
hot-manga.json
latest-update.json
latest-update.json
popular.json
newest-manga.json
fetch("https://raw.githubusercontent.com/mrcainv1-3128/Homen-Anime-Worker/main/gogoanime/json/popular.json")
.then((response) => response.json())
.then((animelist) => console.log(animelist));
PURELY MADE ON PYTHON