mangadex-full-api - v6.2.0
    Preparing search index...

    Class Tag

    This class represents a genre tag for a manga

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    description: LocalizedString

    Localized descriptions for this tag

    group: "content" | "format" | "genre" | "theme"

    The tag group this tag belongs to

    id: string

    MangaDex UUID of this tag

    Localized names for this tag

    version: number

    The version of this tag (incremented whenever the tag's data is updated)

    Accessors

    Methods

    • Retrieves every tag used on MangaDex. The result is cached so any promise after the first will resolve instantly.

      Returns Promise<Tag[]>

    • Return the first tag that contains the specified name

      Parameters

      • name: string

      Returns Promise<Tag>

    • Return tags with the associated names

      Parameters

      • names: string[]

      Returns Promise<Tag[]>