/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.

Get manga details

Get full details for a manga by its MangaDex ID.

GET/manga/:id

MangaDex 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/chapters

MangaDex 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/pages

MangaDex 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/download

MangaDex chapter ID.

cbz or pdf.

Filename for the downloaded file.

Response

Run the request to see a live response here.