aniwatch-api icon indicating copy to clipboard operation
aniwatch-api copied to clipboard

API serving anime data from hianime.to

Results 31 aniwatch-api issues
Sort by recently updated
recently updated
newest added

### Describe the bug The route of streaming links aka `/episode-srcs` is not working. ### Expected behavior Streaming links endpoint: ```sh https://api-aniwatch.onrender.com/anime/episode-srcs?id={episodeId}&server={server}&category={category} ```` should work as expected and the response...

bug

# Integration of Automated Builds ## Overview This feature request aims to implement the build process by integrating automated builds using Node.js v21 and GitHub Actions. ## Implementation You can...

enhancement

### Describe the bug all routes ARE NOT WORKING ### Expected behavior I just updated my env `ANIWATCH_API_HOSTNAME=https://aniwatch-api-net.vercel.app` vuase i wanted to include rate limiting and so the expected behaviour...

bug

So I have been hosting a proxy on Vercel to bypass the CORS issue here recently, though that isn't viable since I want to have it as a fully free...

Access to XMLHttpRequest at 'https://eb.netmagcdn.com:2228/hls-playback/50d6096403f514df10fe9723707500080e0ff47592a67a7380ae67cc45597319fa0b078dbb88f61e11978387b5f355e14082869a31bc6641f795a409a8b916a9a119089e52cec669d0b22f60d29356d4639d537321892daba58a6e6f0aa3f922e65c937c38b454bfdf9d3f646cfd42350b1b675bba12ba689b7b97673a9bfecb72bf40d1fdcf556fcb847ce5fbf10303/master.m3u8' from origin 'http://localhost:4000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. i only get this error in video...

I need to force the Referer header to "https://megacloud.club/" when making requests to the hd-1 server. Is there a built-in way to achieve this (for example, via a query parameter...

just posting this here if anyone else is experiencing the same issue I have a mirror site with video streaming based off of the API I noticed an issue today...

### Describe the bug All routes are saying 403 forbidden ### Expected behavior Sample route :https://aniwatch-api-net.vercel.app/api/v2/hianime/episode/sources?animeEpisodeId=high-school-dxd-new-1380?ep=19750&server=hd-1&category=dub Response : {"status":403,"message":"getAnimeEpisodeSources: fetchError: Forbidden"} ### Actual behavior . ### Additional context _No response_

bug

Hianime.to is down for a while and the api is giving error 500. There are other working sites of hianime listed on https://hianime.tv/ Why not scrape from these ?

enhancement