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.

GET /api/stream?id=…&type=sub
{
  "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

View full documentation

Airing Schedule

Now:


    • Loading…