v3.0.0 — 7 sources, 60+ articles

Real-time Anime News
Aggregation API

Aggregate live headlines from ANN, Crunchyroll, MyAnimeList, Anime Corner, Otaku USA, Anime Herald & Comic Book — with smart caching, search, and RSS.

~/aninews-api
$ curl https://aninews.vercel.app/api/news?limit=2

{
  "success": true,
  "data": [
    { "title": "Demon Slayer Season 4 Announced",
      "source": "Anime News Network",
      "date": "2026-05-07T10:30:00.000Z" }
  ],
  "meta": { "total": 62, "responseTime": "234ms" }
}
GitHub Stars
Forks
Version
7
Sources

Engineered for Developers

Build faster with a powerful, feature-rich API designed for modern applications

Live Scraping

Always access the freshest news with on-demand scraping that bypasses stale data limitations.

Smart Caching

JSON caching with 10-minute TTL and disk backup for optimal performance and reliability.

Tag Filtering

Precision filtering with query parameters: ?tag=games, ?tag=anime.

Article Slug

Retrieve complete content via /api/news/your-article-slug endpoint.

Multi-Source

Aggregate 7 sources or filter individually: ?source=crunchyroll, ?source=ann.

Keyword Search

Full-text search with relevance scoring: /api/search?q=demon+slayer.

RSS Feed

Standard RSS 2.0 output for feed readers and automated integrations: /api/rss.

Serverless

Deploy instantly as a Vercel Function with zero backend maintenance required.

API Endpoints

Simple endpoints with powerful parameters for all your integration needs

GET /api/news Latest anime news with pagination, sorting, and source filtering

Fetch latest anime news with customizable parameters including limit, sort order, and source selection.

$ curl https://aninews.vercel.app/api/news?limit=10&source=crunchyroll
GET /api/news/tags Filter articles by specific tags

Filter Crunchyroll news articles by specific tags for targeted content retrieval. Returns tag counts sorted by popularity.

$ curl https://aninews.vercel.app/api/news/tags?tag=news
GET /api/search Full-text search with relevance scoring

Search articles by keyword with relevance scoring across all sources. Title matches rank higher than excerpt matches.

$ curl https://aninews.vercel.app/api/search?q=demon+slayer
GET /api/rss Standard RSS 2.0 XML feed

Get a standard RSS 2.0 feed for feed readers and automated integrations.

$ curl https://aninews.vercel.app/api/rss?source=crunchyroll&limit=10
GET /api/news/:slug Full article content extraction

Retrieve complete article content including full text and media using the article's unique slug identifier.

$ curl https://aninews.vercel.app/api/news/demon-slayer-season-4-announced
GET /api/health System health check

Returns API health status, version, and uptime information for monitoring integrations.

$ curl https://aninews.vercel.app/api/health

Try It Live

Test API endpoints directly from your browser

API Playground
Pick an endpoint, add optional params, and hit Send. Response renders below.

Latest Articles

Fresh from the API — real articles, right now

Fetching live articles…

7 Aggregated Sources

Curated anime news from the most trusted publishers

Anime News Network

ann
RSS

Anime Corner

animecorner
Scrape

MyAnimeList

myanimelist
Scrape

Otaku USA

otakuusa
RSS

Crunchyroll

crunchyroll
RSS

Anime Herald

animeherald
RSS

Comic Book

comicbook
Scrape

Open Source & Community Driven

Join developers building the future of anime news aggregation

View on GitHub
stars forks contributors MIT Licensed