AIKOUU
API
High-performance anime & manga data engine powering the Aikouu.
What's inside
Zero-latency Cache
Triple-shield Redis failover with Stale-While-Revalidate and request coalescing for instant responses.
Cloudflare Bypass
Headless Puppeteer with automatic CF clearance cookie harvesting and rotation every 3 hours.
Multi-Provider
Anime via AnimePahe & AniNeko. Manga via MangaFire, MangaKatana & MangaBuddy — with smart fallback.
Image Proxy
On-the-fly WebP conversion via Sharp. Whitelisted domains, size limits, and browser-compatible caching.
Fuzzy Mapping Engine
Self-healing metadata linking to distinguish official series from spin-offs, leveraging slug-length math and keyword boosts.
Universal Search
High-concurrency parallel queries scanning anime and manga providers concurrently for sub-second, real-time results.
TLS Hardening
Restricted modern cipher configurations and randomized client fingerprints to mimic secure browser requests.
Prewarmer Workers
Automated background workers that pre-cache homepages and optimize data structures for zero-delay user engagement.
Endpoints
/anime/home
Homepage — spotlight, trending, popular, seasonal
/anime/search?q=
Search anime by title
/anime/info/:id
Full metadata + episode list for an anime
/anime/episodes/:id/:ep
Stream sources for a specific episode
/api/manga/home
Manga homepage — trending, popular, latest
/api/manga/search?q=
Search manga by title
/api/manga/info/:id
Full metadata + chapter list for a manga
/api/manga/read/:id/:ch
Chapter pages for manga reading
/api/search/universal?q=
Search anime & manga simultaneously
/api/image-proxy?url=
WebP image proxy with on-the-fly optimization
/api/system/status
API health & uptime check