APIHub
Back to Explore

AnimeNewsNetwork

Provides XML feeds from the Anime News Network encyclopedia, offering dynamically generated reports of anime and manga titles and detailed information for individual titles (including batch requests) via a simple query‑string API.

Anime
none
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

445ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/reports.xml

Retrieve a dynamically‑generated report (e.g., list of anime titles).

  • id (query, required) — The numeric identifier of the report to retrieve.
  • type (query) — Limits the results to a specific type such as "anime" or "manga".
  • nskip (query) — Number of rows to skip (used for pagination).
  • nlist (query) — Number of rows to return (e.g., 50) or "all" to return every row.
GET

/api.xml

Fetch detailed information for one or more anime, manga, or generic titles.

  • anime (query) — Anime ID or a list of anime IDs (comma‑ or slash‑separated).
  • manga (query) — Manga ID or a list of manga IDs (comma‑ or slash‑separated).
  • title (query) — Title ID or name (prefixed with ~ for a name lookup). Can contain multiple IDs separated by commas or slashes.
GET

/nodelay.api.xml

Same as /api.xml but bypasses the built‑in 1‑request‑per‑second delay (will return 503 if limit exceeded).

  • anime (query) — Anime ID or list of IDs.
  • manga (query) — Manga ID or list of IDs.
  • title (query) — Title ID or name lookup.

3 endpoints auto-detected

curl -X GET \
  "https://www.animenewsnetwork.com/encyclopedia/api.php/reports.xml"

www.animenewsnetwork.com · HTTPS only