Skip to content

Anime API that provides information about various anime series from different sources.

Notifications You must be signed in to change notification settings

Kevin-Umali/anitomo

Repository files navigation

Anitomo Anime API

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.

Installation and Usage

  1. Clone the repository: git clone <repository-url>
  2. Navigate to the project directory: cd anitomo
  3. Install dependencies: npm install
  4. Create a .env file based on the provided .env.example and fill in the required information.
  5. Start the development server: npm run dev

Endpoints

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.

Documentation

For detailed API documentation and usage examples, please refer to the Anitomo API Documentation.

Acknowledgments

Special thanks to the following packages used in this project:

Disclaimer

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.

About

Anime API that provides information about various anime series from different sources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published