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

    Interface ChapterAttributesSchema

    ChapterAttributes

    interface ChapterAttributesSchema {
        chapter: string | null;
        createdAt: Date;
        externalUrl: string | null;
        isUnavailable: boolean;
        pages: number;
        publishAt: Date;
        readableAt: Date;
        title: string | null;
        translatedLanguage: string;
        updatedAt: Date;
        uploader: string;
        version: number;
        volume: string | null;
    }
    Index

    Properties

    chapter: string | null

    8

    createdAt: Date

    date-time

    externalUrl: string | null

    Denotes a chapter that links to an external source.

    512

    ^https?://

    isUnavailable: boolean
    pages: number

    Count of readable images for this chapter

    publishAt: Date

    date-time

    readableAt: Date

    date-time

    title: string | null

    255

    translatedLanguage: string

    ^[a-z]{2}(-[a-z]{2})?$

    updatedAt: Date

    date-time

    uploader: string

    uuid

    version: number

    1

    volume: string | null