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

    Interface GetListIdFeedParamsSchema

    interface GetListIdFeedParamsSchema {
        contentRating: ("safe" | "suggestive" | "erotica" | "pornographic")[];
        createdAtSince: string;
        excludedGroups: string[];
        excludedOriginalLanguage: string[];
        excludedUploaders: string[];
        id: string;
        includeEmptyPages: 0 | 1;
        includeExternalUrl: 0 | 1;
        includeFuturePublishAt: 0 | 1;
        includeFutureUpdates: "0" | "1";
        includes: ReferenceExpansionChapterSchema;
        includeUnavailable: "0" | "1";
        limit: number;
        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;
        translatedLanguage: string[];
        updatedAtSince: string;
    }
    Index

    Properties

    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[]
    id: string

    uuid

    includeEmptyPages: 0 | 1
    includeExternalUrl: 0 | 1
    includeFuturePublishAt: 0 | 1
    includeFutureUpdates: "0" | "1"
    "1"
    

    Reference expansion options for chapter entities or lists

    includeUnavailable: "0" | "1"
    "0"
    
    limit: number

    1

    500

    100
    
    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$

    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$