v2.0 Public Beta

The Universal
Content Engine

A high-performance aggregation layer that unifies the fragmented world of Anime and Manga into a single, standardized API.

GET /anime/solo-leveling

// Response (23ms)
{
  "status": "success",
  "results": [{
    "provider": "AnimePahe",
    "episodes": [
      {
        "id": "episode-1",
        "title": "I'm Used to It"
      }
    ]
  }]
}

⚡ Race Condition Engine

We query multiple providers simultaneously. The moment a healthy result is found, we cancel the slower requests and serve the winner instantly.

🌐 Zero-Hosting

We act purely as a search engine. No files are hosted on our servers, ensuring lightweight operation and legal compliance.

🛡️ Smart Validation

Broken links and empty chapters are filtered out automatically before the JSON response ever reaches your application.

The Smart Engine

How we turn chaos into structure in milliseconds.

STEP 01

Parallel Inquiry

When you request /manga/one-piece, the API spawns parallel threads to every known provider (Comix, Mangakakalot, etc) at once.

STEP 02

The "Race to Win"

Providers compete. If Provider A fails or is slow, Provider B takes the lead. We enforce a timeout race to ensure you never wait for a dead server.

STEP 03

Standardization

The winner's data is instantly mapped to our strict JSON schema. Your frontend gets the same structure regardless of which source won.

API Reference

Simple, RESTful endpoints for your application.

GET /anime/:query
Searches for anime series. Returns episodes, stream links (sub/dub), and headers required to play them.
GET /manga/:query
Searches for manga volumes. Returns chapter lists. Clicking a chapter in your app should trigger page fetching.
GET /embed/:anime/:episode/:dubOrSub
Gets a playable embeddable stream so you don't have to worry about the struggle of setting up the m3u8 player
GET /schedule
Returns the current week's airing schedule, organized by day (Sunday - Saturday).
GET /new
Returns a list of anime series that have recently started airing (New Releases).