Anitomo is an anime API that provides information about various anime series from different sources. It offers endpoints to retrieve anime details, episode information, and more from different anime providers.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd anitomo
- Install dependencies:
npm install
- Create a
.env
file based on the provided.env.example
and fill in the required information. - Start the development server:
npm run dev
The API provides the following endpoints for retrieving anime information from different providers:
GET /v1/animefox
: Retrieve anime information from AnimeFox.GET /v1/animepahe
: Retrieve anime information from AnimePahe.GET /v1/animesaturn
: Retrieve anime information from AnimeSaturn.GET /v1/crunchyroll
: Retrieve anime information from Crunchyroll.GET /v1/enime
: Retrieve anime information from Enime.GET /v1/gogoanime
: Retrieve anime information from GoGoAnime.GET /v1/marin
: Retrieve anime information from Marin.GET /v1/zoro
: Retrieve anime information from Zoro.
For more details about each endpoint, refer to the respective source files in the src/v1/routes
directory.
For detailed API documentation and usage examples, please refer to the Anitomo API Documentation.
Special thanks to the following packages used in this project:
This project and all associated data are intended for personal and educational use only. The API aggregates information from various sources and does not claim ownership of any content provided. It is the user's responsibility to ensure they comply with all applicable laws and terms of service when using or distributing content obtained from the API. The creators and contributors of Anitomo Anime API are not liable for any misuse of the data or for any copyright infringement by users of the API.
The use of this API for commercial purposes is strictly prohibited without explicit permission from the content providers. By using this API, you agree to use the information responsibly and ethically.