MangaDex
communityFree manga reader — community-driven scanlation hosting with 80,000+ titles
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api/mangaSearch manga
Parameters
titlestringrequiredstatus[]stringoptionalincludedTags[]stringoptionalReturns
data[] with id, attributes{title, description, status, year, tags[], contentRating}, relationships[]GET
/api/manga/{id}Get manga details
Parameters
idstringrequiredReturns
attributes{title, altTitles[], description, status, year, tags[], lastChapter, availableTranslatedLanguages[]}GET
/api/manga/{id}/feedGet manga chapters
Parameters
idstringrequiredorder[chapter]stringoptionaltranslatedLanguage[]stringoptionalReturns
data[] with id, attributes{chapter, title, volume, translatedLanguage, pages, publishAt}