v5.0.0 is now available
Live

The Anime Data
Infrastructure

A unified, high-performance API gateway for Anime, Manga, and Light Novels. Built for developers who demand sub-50ms latency.

99.9%
Uptime
50ms
Avg Latency
10+
Providers
12k+
Requests/min

Everything you need to build

Blazing Fast Edge Network

Powered by Hono on the edge. Advanced Redis caching strategies ensure that 95% of repeated requests are served instantly.

Unified Schema

One standard JSON structure for 10+ different providers. No more parsing chaos.

Type Safe

Full TypeScript support out of the box. IntelliSense for every endpoint.

Regional Bypass

Automatic proxy rotation to bypass geo-blocks seamlessly.

Developer Experience
First

Integrate in seconds with our SDK or use standard REST endpoints. We handle the scraping, caching, and rate limiting so you can focus on building the UI.

  • OpenAPI Specification (Swagger)
  • 99.9% Cache Hit Rate for Popular Titles
  • No Rate Limits on Pro Plan
Read the full docs
app.ts
import { AniwayClient } from '@aniway/core-api';

const client=new AniwayClient();

// Search for One Piece
const results=await client.anime.search("One Piece");

// Get streaming links for episode 1
const stream=await client.anime.getEpisodes(results[0].id);

console.log(stream);
OUTPUT
{
  "id": "one-piece",
  "title": "One Piece",
  "status": "Ongoing",
  "totalEpisodes": 1089,
  "sources": [...]
}

Popular Endpoints

GET /api/v1/hianime/home
Get homepage data from HiAnime
GET /api/v1/consumet/anime/{provider}
Proxy Consumet providers seamlessly
GET /api/v1/hindidubbed/search
Search specific regional content