Public REST API · JSON · GET
Anime metadata, episodes
& streams — one clean surface
Structured JSON endpoints for search, catalog, schedules, streaming links, and episode data. No auth required.
{ "success": true, "results": { "streamingLink": { "server": "VidCloud-1", "type": "sub", "link": { "file": "https://…/stream/…", "type": "hls" } }, "servers": [ … ] } }
What's inside
Search & Suggest
Full-text search with instant suggestions and normalized keyword matching.
Catalog & Filter
Browse by genre, type, status, season, language, and score with paginated results.
Episode Data
Per-episode metadata including sub/dub counts, server lists, and embed URLs.
Streaming Links
Direct HLS embed URLs with player event proxying for auto-next and watch-time.
Airing Schedule
Daily broadcast schedule in Asia/Dhaka timezone with countdown support.
Database-backed
All endpoints serve pre-indexed data. A single update call refreshes the cache.
Endpoints
GET
/api/home
Spotlights, trending, top-ten
GET
/api/info?id=
Anime detail + episodes
GET
/api/search?keyword=
Full-text search
GET
/api/stream?id=&type=
Episode embed + server list
GET
/api/schedule?date=
Daily airing schedule
GET
/api/filter?type=&genre=…
Multi-param catalog filter
GET
/api/random
Random anime
GET
/api/qtip/:id
Quick info card
View full documentation
Live from API
Airing Schedule
Now: —
Latest Updates
- Loading…