An Anime API for fetching anime streaming links anime mapping across multiple sites and anime information.
Here're all the features in Astatine API:
- Anime mapping for multiple sites
- Essential Anilist routes
- Retrieve episodes from hianime and gogoanime including thumbnails title overview rating and more
- Fetch anime episode sources from various providers
- Better searching
- All the features a perfect anime website will ever need
Edit .env.example
file to .env
and follow it's instruction.
CONSUMET_API = # Host one from: https://github.com/consumet/api.consumet.org
HIANIME_API = # Host one from: https://github.com/ghoshRitesh12/aniwatch-api
MALSYNC_URI = https://api.malsync.moe/mal/anime/anilist:
CORS_PROXY = # Host one from: https://github.com/consumet/cors-anywhere/
Remove the end slash from all API endpoints
Run the server with bun run src/index.ts
Technologies used in the project:
- Ky
- Bun
- Hono
- Lodash