Welcome to the Node.js version of the Animepahe scraper API!
GET /episodes?session=anime-session-id
Get all episodes for an anime (requires session ID from search)
GET /sources?anime_session=xxx&episode_session=yyy
Get streaming sources for an episode
GET /m3u8?url=kwik-url
Resolve Kwik URL to M3U8 streaming URL
GET /proxy?url=m3u8-or-ts-url
Important: Use this endpoint to stream videos through the server. This bypasses CORS and referrer restrictions.
Usage:
/m3u8 endpoint/proxy?url=<m3u8-url> in your video player🎥 Try the Video Player Demo
Powered by Node.js + Express