/manga
Manga
Search, chapters, and page/download access sourced from MangaDex.
Some endpoints on this page stream a file rather than returning JSON. Try-it-out shows the response headers for these instead of the file itself.
Search manga
Search MangaDex by title.
GET
/manga/searchSearch query.
Pagination offset.
Response
Run the request to see a live response here.
Get manga details
Get full details for a manga by its MangaDex ID.
GET
/manga/:idMangaDex manga ID.
Response
Run the request to see a live response here.
List chapters
Get chapters for a manga, filterable by language.
GET
/manga/:id/chaptersMangaDex manga ID.
Pagination offset.
Translated language code.
Response
Run the request to see a live response here.
Get chapter pages
Get page image URLs for a chapter.
GET
/manga/chapter/:chapterId/pagesMangaDex chapter ID.
Response
Run the request to see a live response here.
Download chapter
Download a chapter as a CBZ or PDF file.
GET
/manga/chapter/:chapterId/downloadMangaDex chapter ID.
cbz or pdf.
Filename for the downloaded file.
Response
Run the request to see a live response here.