ANIME
NEWS
The ultimate developer gateway to anime and manga data. 20,000+ titles, deep metadata, zero auth — all from one elegant XML API.
<ann><anime id="4658"><info type="Main title">Fullmetal Alchemist</info><info type="Genres">Action, Adventure, Drama</info><info type="Vintage">2003-10-04 to 2004-10-02</info><info type="Episodes"><info type="Average Rating">8.47</info></anime></ann>
EVERY
FEATURE
Deep Search
Query by title, genre, year, or staff. The ANN Encyclopedia holds data on 20,000+ anime and manga titles.
Rich Metadata
Access episode counts, staff, studios, ratings, synopses, and more — all from a single XML endpoint.
Instant Results
Lightning-fast responses via Cloudflare CDN. No auth tokens, no rate-limit headaches — just fetch and go.
Always Current
ANN continuously updates their encyclopedia. Your data stays fresh without any extra effort on your end.
Dev Friendly
Simple XML API with clear, predictable endpoints. Works out of the box with any language or framework.
Free Forever
No API keys. No subscription. No usage limits. Open access to one of anime's most comprehensive databases.
SIMPLE
ENDPOINTS
No OAuth flows. No API key registration. Just clean HTTP GET requests that return beautifully structured XML. Start querying in under 60 seconds.
// No API key needed! const BASE = "https://cdn.animenewsnetwork.com"; async function fetchAnime(title) { const url = `${BASE}/encyclopedia/ api.xml?title=~${title}`; const res = await fetch(url); const xml = await res.text(); return new DOMParser() .parseFromString(xml, "text/xml"); }
HOW IT
WORKS
Pick an Endpoint
Choose from title search, ID lookup, or bulk report endpoints depending on your use case.
Craft Your Query
Pass a title name, ANN ID, or report parameters. No authentication headers needed.
Parse the XML
Get back rich, structured XML data. Use any parser — DOMParser, xml2js, ElementTree, or SimpleXML.
Build & Ship
Display ratings, episode guides, staff credits, and more. Cache aggressively for best performance.
BUILD YOUR
ANIME APP
TODAY
No sign-up. No credit card. No API key. Just open your editor and start fetching. The ANN Encyclopedia is waiting.
ATTRIBUTION
REQUIRED
Credit the Source
Any app or page that displays data from this API must clearly list Anime News Network as the source of the data. This applies to titles, ratings, staff credits, episode counts, and all other metadata.
Link Back to ANN
Every page that displays details for an anime, manga, or person entry must include a visible link back to the relevant ANN Encyclopedia entry — for example: "Full details at Anime News Network".