Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevin-umali/anitomo
Anime API that provides information about various anime series from different sources.
https://github.com/kevin-umali/anitomo
anime anime-api anime-scraper animeapi api scraper typescript
Last synced: about 1 month ago
JSON representation
Anime API that provides information about various anime series from different sources.
- Host: GitHub
- URL: https://github.com/kevin-umali/anitomo
- Owner: Kevin-Umali
- Created: 2023-08-27T10:23:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T15:45:08.000Z (10 months ago)
- Last Synced: 2024-03-06T17:25:09.719Z (10 months ago)
- Topics: anime, anime-api, anime-scraper, animeapi, api, scraper, typescript
- Language: TypeScript
- Homepage:
- Size: 285 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 `
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](https://documenter.getpostman.com/view/29367088/2s9Y5YT3H9).
## Acknowledgments
Special thanks to the following packages used in this project:
- [Consumet.ts](https://github.com/consumet/consumet.ts)
- [Website](https://github.com/consumet/consumet.org)
- [Providers Status](https://github.com/consumet/providers-status)## 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.