Fetch a page of popular manga from a source.
Identifier of the source to query.
One-based page number to fetch.
A SearchPage of entries.
Fetch a page of the latest updated manga from a source.
Identifier of the source to query.
One-based page number to fetch.
A SearchPage of entries.
Search a source for manga matching a query.
Identifier of the source to query.
Free-text search query.
One-based page number to fetch.
A SearchPage of matching entries.
Fetch full metadata and the chapter list for one manga.
Identifier of the source that owns the manga.
The manga's source-relative or absolute URL.
Optional extras.
Optionaltitle?: stringKnown title passed through to the parser to help resolve the entry.
A MangaDetails with the manga and its chapters.
Resolve the readable image pages of a single chapter.
Identifier of the source that owns the chapter.
The chapter's source-relative or absolute URL.
Optional extras.
Optionalbranch?: string | nullScanlation branch/translation to select.
An ordered array of MangaPage objects.
Browse, search, and read manga directly through the parser runtime.