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

    Interface MangaAttributesSchema

    MangaAttributes

    interface MangaAttributesSchema {
        altTitles: LocalizedStringSchema[];
        availableTranslatedLanguages: string[];
        chapterNumbersResetOnNewVolume: boolean;
        contentRating: "safe" | "suggestive" | "erotica" | "pornographic";
        createdAt: Date;
        description: LocalizedStringSchema;
        isLocked: boolean;
        lastChapter: string | null;
        lastVolume: string | null;
        latestUploadedChapter: string;
        links: Record<string, string>;
        originalLanguage: string;
        publicationDemographic: "shounen" | "shoujo" | "josei" | "seinen" | null;
        state: "rejected" | "draft" | "submitted" | "published";
        status: "completed" | "ongoing" | "cancelled" | "hiatus";
        tags: TagSchema[];
        title: LocalizedStringSchema;
        updatedAt: Date;
        version: number;
        year: number | null;
    }
    Index

    Properties

    availableTranslatedLanguages: string[]
    chapterNumbersResetOnNewVolume: boolean
    contentRating: "safe" | "suggestive" | "erotica" | "pornographic"
    createdAt: Date

    date-time

    isLocked: boolean
    lastChapter: string | null
    lastVolume: string | null
    latestUploadedChapter: string

    uuid

    links: Record<string, string>
    originalLanguage: string
    publicationDemographic: "shounen" | "shoujo" | "josei" | "seinen" | null
    state: "rejected" | "draft" | "submitted" | "published"
    status: "completed" | "ongoing" | "cancelled" | "hiatus"
    tags: TagSchema[]
    updatedAt: Date

    date-time

    version: number

    1

    year: number | null

    Year of release