List of alternate titles with different localization options
List of relationships to artists attributed to this manga
List of relationships to authors attributed to this manga
List of language codes that this manga has translated chapters for
Does the chapter count reset whenever a new volume is added?
The content rating of this manga
Date the manga was added to the site
The user that created this manga, if known.
Description with different localization options
The MangaDex UUID of this manga
Is this manga locked?
This manga's last chapter based on the default feed order
This manga's last volume based on the default feed order
Relationship to the latest chapter. Null if there is no latest chapter.
Link object representing links to other websites about this manga
A relationship to the current main cover of this series
2 (or more) letter code for the original language of this manga
Publication demographic of this manga
An object containing all other manga entries related to this one. This includes spin-offs, colorization, etc.
Status of this manga as a manga submission
Publication/Scanlation status of this manga
List of this manga's genre tags
The manga's main title with different localization options
Date the manga was last updated
The version of this manga (incremented by updating manga data)
Year of this manga's publication
List of alternate titles for manga according to the global locale.
The description of this manga according to the global locale.
The title of this manga according to the global locale.
Creates a relation (eg sequel/prequel, monochrome/colored, spin-off, etc) between this manga and another
The target manga for the relation (eg the sequel, spin-off, etc)
Makes the user follow or unfollow this manga
Deletes this manga
Returns an abridged list of chapter ids for this manga separated by their volumes
Optionalgroups: string[] | Group[]Optionallanguages: string[]Gets all covers for this manga
Returns an array of read chapters for this manga
Gets the reading status (eg completed, reading, dropped, etc) for this manga for the currently authenticated user
Gets all of this manga's relations to other manga.
Gets the statistics about this manga including its rating distribution, comment count, and follow count
Returns the rating that the currently authenticated user gave to this manga on a scale of 1-10, or returns null if there is no rating.
Makes the currently authenticated user give this manga a rating between 1-10 (inclusive).
Removes the currently authenticated user's rating for this manga
Removes a relation from this manga by the relation's id
Sets this manga's reading status (eg completed, reading, dropped, etc) for the currently authenticated user. If the status is null, the current reading status will be removed.
Updates this manga's information.
StaticaddCreates a relation between two manga (eg sequel/prequel, monochrome/colored, spin-off, etc)
The origin manga
The target manga for the relation (eg the sequel, spin-off, etc)
StaticchangeMakes the logged in user follow or unfollow a manga
StaticcommitCommits a manga object as a draft. A Manga draft that is to be submitted must have at least one cover in the original language, must be in the "draft" state, and must be passed the correct version in the request body.
StaticconvertConverts legacy pre-V5 MangaDex ids to modern UUIDs. Returns a record with legacy ids as the keys and new ids as the values.
StaticcreateCreate a new manga. MangaDex only allows admins to use this endpoint. Use the a manga draft instead
StaticdeleteDeletes a manga by its id
StaticgetRetrieves a manga object by its UUID
OptionalexpandedTypes: ReferenceExpansionMangaSchemaStaticgetReturns an abridged list of chapter ids for a manga separated by their volumes
Optionalgroups: string[] | Group[]Optionallanguages: string[]StaticgetGet every reading status (eg completed, reading, dropped, etc) for every manga marked by the currently authenticated user.
Optionalfilter: "completed" | "reading" | "on_hold" | "plan_to_read" | "dropped" | "re_reading"If specified, only manga with this status will be returned
StaticgetPerforms a search for a manga and returns the first one found. If no results are found, null is returned
Optionalquery: Partial<Merge<GetSearchMangaParamsSchema, MangaSearchHelpers>>StaticgetRetrieves a manga draft by its UUID
OptionalexpandedTypes: ReferenceExpansionMangaSchemaStaticgetStaticgetStaticgetReturns all manga followed by the currently authenticated user
StaticgetRetrieves an array of manga by an array of their ids
OptionalextraParams: Omit<Partial<Merge<GetSearchMangaParamsSchema, MangaSearchHelpers>>, "ids">StaticgetRetrieves a random manga
Optionalquery: Pick<StaticgetStaticgetGets the reading status (eg completed, reading, dropped, etc) for a manga for the currently authenticated user
StaticgetGets all of a manga's relations to other manga.
StaticgetGets the statistics about manga including their rating distribution, comment count, and follow count
StaticgetReturns how many manga there are total for a search query
Optionalquery: Omit<StaticgetReturns a record of all ratings given by the currently authenticated user. The object is indexed by the manga ids and each value contains the numerical rating and when that rating was given. If a manga has no rating, 'null' is used as the value.
StaticgiveMakes the currently authenticated user give a manga a rating between 1-10 (inclusive).
StaticremoveRemoves the currently authenticated user's rating for a manga
StaticremoveRemoves a relation from a manga by the relation's id
StaticsearchRetrieves a list of manga according to the specified search parameters
Optionalquery: Partial<Merge<GetSearchMangaParamsSchema, MangaSearchHelpers>>Relationship.cached for information on how to automatically resolve Relationships
StaticsearchRetrieves a list of manga drafts according to the specified search parameters
Optionalquery: Partial<GetMangaDraftsParamsSchema>Relationship.cached for information on how to automatically resolve Relationships
StaticsetSets a manga's reading status (eg completed, reading, dropped, etc) for the currently authenticated user. If the status is null, the current reading status will be removed.
Staticupdate
This class represents a specific manga series. There are many static methods for requesting manga from MangaDex.