Manga catalog and score enrichment
Mit Manga-Endpunkten verwandelst du manga catalog and score enrichment in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Turn public AniList manga data into structured JSON — search, title detail with average score, popularity, favourites, chapters, volumes, genres and ranked tags, plus MyAnimeList cross-reference ids and rankings charts for catalogs, recommendation, and research. Credential-free.
Extract manga detail, scores, popularity, rankings, chapters, volumes, genres, and tags as structured JSON from public AniList manga data.
Endpunkt-Familien
3
Dokumentierte Parameter
27
Beispiele
6
Live-Katalog-Snapshot
Aktive Endpunkte
6
Methoden
GET
Pflichtparameter
11
Schema-Referenzen
6
{
"platform": "Manga",
"endpoint": "manga-search",
"method": "GET",
"path": "/manga/search",
"auth": "apiKey"
}Use Cases
Extract manga detail, scores, popularity, rankings, chapters, volumes, genres, and tags as structured JSON from public AniList manga data.
Mit Manga-Endpunkten verwandelst du manga catalog and score enrichment in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Manga-Endpunkten verwandelst du rankings and trending chart collection in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Manga-Endpunkten verwandelst du chapter and volume metadata tracking in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Manga-Endpunktkatalog — 6 Endpunkte, 27 dokumentierte Request-Parameter und 6 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
6 documented Manga endpoints, grouped into 3 request families — Title, Rankings and Search.
27 request parameters are documented across those Manga endpoints, 11 of them required — the full input contract is public before you write any integration code.
6 of the 6 Manga endpoints ship a recorded example response, and 6 carry a documented response schema — you can code against the real JSON before the first request.
Manga endpoints document their error responses (400, 404, 500 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
6 hosted MCP tools back the Manga endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/manga/title/{id}
/manga/rankings
/manga/search
Endpunktkatalog
/manga/searchSearches manga by free-text query. Credential-free public manga data from AniList. Returns normalized entries: titles, scores, popularity, format, status, chapters, volumes, genres, and tags.
MCP-Tool manga_search
/manga/title/{id}Returns a normalized manga by AniList id: titles, MyAnimeList id, scores, popularity, favourites, format, status, chapters, volumes, genres, ranked tags, dates, description, and images. Pass mal=true to additionally enrich the response with the MyAnimeList community score (mal block: score on a 0-10 scale, plus scored-by count), scraped credential-free from the public MAL page. Credential-free public AniList data.
MCP-Tool manga_title
/manga/rankingsReturns a filterable, sorted manga ranking. Credential-free public AniList data. Filter by format, genre, and status.
MCP-Tool manga_rankings
/manga/title/{id}/charactersReturns a manga's cast (character name, native name, billed role, image, favourites), paginated. The AniList id space is shared between anime and manga but the two do not overlap, so an anime id here returns 404 -- use GET /anime/title/{id}/characters for those. Credential-free public AniList data.
MCP-Tool manga_title_characters
/manga/title/{id}/recommendationsReturns the titles AniList users recommend alongside a manga, most-recommended first, each with its community rating and full title record. Recommendations can cross media types -- a manga's list may include anime -- so read each entry's own type rather than assuming manga. An anime id here returns 404 -- use GET /anime/title/{id}/recommendations for those. Credential-free public AniList data.
MCP-Tool manga_title_recommendations
/manga/title/{id}/staffReturns the people credited on a manga -- author, artist, assistants, and per-language translation and lettering credits -- with each person's role, occupations and image, paginated. Manga roles carry detail anime credits do not: a long-running series records volume ranges per credit (e.g. "Story & Art (vols 1-41)", "Supervisor (vols 41- )"). An anime id here returns 404 -- use GET /anime/title/{id}/staff for those. Credential-free public AniList data.
MCP-Tool manga_title_staff
Verwandte APIs
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
So scrapst du Manga
Crawlora's Manga endpoints return AniList's print catalog as normalized JSON with one API key: search, title detail, rankings, characters, staff, and recommendations. The catalog covers more than comics. Its format filter separates serialized MANGA, light NOVEL, and single-chapter ONE_SHOT works. A title's length is measured in chapters and volumes rather than episodes, and those counts only appear once a series has finished.
/manga/rankings filters by format (MANGA, NOVEL, or ONE_SHOT), genre, and status, and sorts by SCORE_DESC, POPULARITY_DESC, TRENDING_DESC, and others. It has no season filter, because print runs aren't broadcast seasons. format=NOVEL&sort=SCORE_DESC ranks light novels. format=ONE_SHOT surfaces standalone works such as Goodbye, Eri and Look Back. total tops out at 5000.
/manga/title/{id} returns start_date, end_date, status, chapters, volumes, genres, ranked tags, and id_mal. Chapters and volumes are filled in once a run ends: Fullmetal Alchemist (30025) returns 116 chapters and 27 volumes, while One Piece (30013), still RELEASING, returns neither. Don't treat a missing count as zero.
Pass mal=true to /manga/title/{id} for a mal block. One Piece scored 9.21 from 426,076 MyAnimeList votes on 2026-09-18, alongside an AniList average_score of 91.
/manga/title/{id}/staff lists creators with print roles such as Story & Art (Eiichirou Oda for One Piece), with native-script names. /manga/title/{id}/characters and /manga/title/{id}/recommendations page through the cast and related works.
FAQ
Yes. Light novels are in the same catalog with format NOVEL. Pass format=NOVEL to /manga/rankings, or check the format field on search and title results.
AniList fills them in when a series finishes. Ongoing titles (status RELEASING), such as One Piece, return no chapters or volumes. Finished ones, such as Fullmetal Alchemist with 116 chapters and 27 volumes, do.
No. The same story has different ids in each catalog, for example One Piece is manga 30013 and anime 21. Use /manga/search to find the manga id.
Yes. id_mal is always returned, and mal=true on /manga/title/{id} adds MyAnimeList's score, scored_by count, and URL.