Manga catalog and score enrichment
Use Manga endpoints to turn manga catalog and score enrichment into repeatable API requests with documented inputs and JSON responses.
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.
Endpoint families
3
Documented params
27
Examples
6
Live catalog snapshot
Active endpoints
6
Methods
GET
Required params
11
Schema refs
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.
Use Manga endpoints to turn manga catalog and score enrichment into repeatable API requests with documented inputs and JSON responses.
Use Manga endpoints to turn rankings and trending chart collection into repeatable API requests with documented inputs and JSON responses.
Use Manga endpoints to turn chapter and volume metadata tracking into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Manga endpoint catalog — 6 endpoints, 27 documented request parameters, and 6 published response schemas — the same catalog Docs and Playground run against.
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.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/manga/title/{id}
/manga/rankings
/manga/search
Endpoint catalog
/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
Related 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.
How to scrape Manga
Manga metadata — scores, popularity, chapters, volumes, genres, and tags — powers recommendation and research. Crawlora's Manga endpoints return AniList's public catalog as normalized JSON across search, title detail, and rankings, with no API key, OAuth, or proxy setup.
A search, a title by AniList id, or the rankings charts.
Pass a query or an AniList id to Crawlora's Manga endpoint (e.g. /manga/search, /manga/title/{id}, /manga/rankings).
Receive titles (romaji/english/native), average score, popularity, favourites, chapters, volumes, genres, ranked tags, and the MyAnimeList id (id_mal) as clean JSON.
Batch across search and rankings pages to build catalogs for recommendation, trend tracking, or enrichment.
FAQ
Send a search query or an AniList id to Crawlora's Manga endpoints and get title detail, scores, popularity, chapters, volumes, genres, and tags as structured JSON — no API key or OAuth. The data comes from AniList's public catalog.
Yes — every manga result carries id_mal, the MyAnimeList id, so you can join Crawlora's AniList-sourced catalog to MAL-keyed datasets. Scores, popularity, chapters, and volumes are returned directly.
Collecting publicly accessible manga catalog data (titles, scores, genres, chapters, volumes) is generally permissible if you respect the source's terms of use, rate limits, and applicable law. Crawlora returns public catalog fields only — no private user lists or profiles.