Stream Anything.
Build Everything.
API is running locally
Try it right now — search for any anime, get streaming links, fetch episode data.
/api/v2/anime/aniworld/search/naruto
Everything you need to build
A complete toolkit for anime applications — search, streaming, episode data, and more.
Streaming Sources
Get direct streaming links with quality selection (360p–1080p). Multiple provider redundancy means you'll always find a working source.
Instant Search
Search across all providers with one request. Returns titles, posters, IDs, and metadata.
Episode Info
Fetch episode lists, season data, synopsis, characters, and related recommendations.
TypeScript Native
Full type definitions. Every endpoint, every response — fully typed for IntelliSense support.
Smart Caching
Redis-backed caching with intelligent TTL. Popular titles load instantly, stale data refreshes automatically.
14 Live Providers
Each provider is maintained and tested. If one goes down, others pick up the slack.
Simple to integrate
Clean API, zero boilerplate. Import the client, make requests, get results. It's that straightforward.
- TypeScript-first with full IntelliSense
- Works in Node.js, Deno, Bun, Edge runtimes
- OpenAPI spec for auto-generated SDKs
- Built on Hono — the fastest Node.js framework
"id": "one-piece",
"title": "One Piece",
"providers": [
"aniworld", "zoro", "gogoanime"
],
"streamingLinks": [
{ "quality": "1080p", ... }
]
}
API Endpoints
All endpoints return JSON. Authenticate with the x-admin-secret header.
/api/v2/anime/aniworld/search/{query}
/api/v2/anime/aniworld/info/{id}
/api/v2/anime/aniworld/episode/{episodeId}
/api/v2/anime/hianime/home
/api/v2/anime/hianime/search/{query}
/api/v2/anime/hianime/info/{id}
/api/v2/anime/hianime/episode/{episodeId}
/api/v2/manga/{provider}/search/{query}
/health