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

    Interface GetChapterParamsSchema

    interface GetChapterParamsSchema {
        chapter: string | string[];
        contentRating: ("safe" | "suggestive" | "erotica" | "pornographic")[];
        createdAtSince: string;
        excludedGroups: string[];
        excludedOriginalLanguage: string[];
        excludedUploaders: string[];
        groups: string[];
        ids: string[];
        includeEmptyPages: 0 | 1;
        includeExternalUrl: 0 | 1;
        includeFuturePublishAt: 0 | 1;
        includeFutureUpdates: "0" | "1";
        includes: ("user" | "scanlation_group" | "manga")[];
        includeUnavailable: "0" | "1";
        limit: number;
        manga: string;
        offset: number;
        order: {
            chapter?: "desc" | "asc";
            createdAt?: "desc" | "asc";
            publishAt?: "desc" | "asc";
            readableAt?: "desc" | "asc";
            updatedAt?: "desc" | "asc";
            volume?: "desc" | "asc";
        };
        originalLanguage: string[];
        publishAtSince: string;
        title: string;
        translatedLanguage: string[];
        updatedAtSince: string;
        uploader: string
        | string[];
        volume: string | string[];
    }
    Index

    Properties

    chapter: string | string[]
    contentRating: ("safe" | "suggestive" | "erotica" | "pornographic")[]
    ["safe","suggestive","erotica"]
    
    createdAtSince: string

    DateTime string with following format: YYYY-MM-DDTHH:MM:SS in timezone UTC+0

    ^\d{4}-[0-1]\d-([0-2]\d|3[0-1])T([0-1]\d|2[0-3]):[0-5]\d:[0-5]\d$

    excludedGroups: string[]
    excludedOriginalLanguage: string[]
    excludedUploaders: string[]
    groups: string[]
    ids: string[]

    Chapter ids (limited to 100 per request)

    includeEmptyPages: 0 | 1
    includeExternalUrl: 0 | 1
    includeFuturePublishAt: 0 | 1
    includeFutureUpdates: "0" | "1"
    "1"
    
    includes: ("user" | "scanlation_group" | "manga")[]
    includeUnavailable: "0" | "1"
    "0"
    
    limit: number

    0

    100

    10
    
    manga: string

    uuid

    offset: number

    0

    order: {
        chapter?: "desc" | "asc";
        createdAt?: "desc" | "asc";
        publishAt?: "desc" | "asc";
        readableAt?: "desc" | "asc";
        updatedAt?: "desc" | "asc";
        volume?: "desc" | "asc";
    }
    originalLanguage: string[]
    publishAtSince: string

    DateTime string with following format: YYYY-MM-DDTHH:MM:SS in timezone UTC+0

    ^\d{4}-[0-1]\d-([0-2]\d|3[0-1])T([0-1]\d|2[0-3]):[0-5]\d:[0-5]\d$

    title: string
    translatedLanguage: string[]
    updatedAtSince: string

    DateTime string with following format: YYYY-MM-DDTHH:MM:SS in timezone UTC+0

    ^\d{4}-[0-1]\d-([0-2]\d|3[0-1])T([0-1]\d|2[0-3]):[0-5]\d:[0-5]\d$

    uploader: string | string[]
    volume: string | string[]