AnimeAPI is a anime streaming and discovery api built using NodeJS and express that scrapes Gogoanime and some other services to return data
Navigation
Installation
Execute the following commands in your terminal:
git clone https://github.com/IGRohan/AnimeAPI.git
cd AnimeAPI
npm install
npm start
Available Routes
IMPORTANT: Animixplay has shut down, forever. The routes for animixplay will not be removed, however they do not work anymore.
You may test out these routes by going to AnimeAPI demo, but do note that this might be very slow and it is recommended to self host to get the fastest response time possible.
AnimeAPI docs will be available soon
Until then, the base structure for routes are:
Search: /{provider}/search?keyw={query}
Info: /{provider}/info/{animdId}
Episode Source: /{provider}/watch/{episodeId}
Contributing
Contributions are always welcome!
You can contribute to this project by forking the project, adding /making changes, and submitting a pull request.
However the best way to contribute would be to suggest new routes or features and if possible, showing the logic and process behind it.