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

    Interface GetSearchMangaParamsSchema

    interface GetSearchMangaParamsSchema {
        artists: string[];
        authorOrArtist: string;
        authors: string[];
        availableTranslatedLanguage: string[];
        contentRating: ("safe" | "suggestive" | "erotica" | "pornographic")[];
        createdAtSince: string;
        excludedOriginalLanguage: string[];
        excludedTags: string[];
        excludedTagsMode: "AND" | "OR";
        group: string;
        hasAvailableChapters: boolean;
        hasUnavailableChapters: "0" | "1";
        ids: string[];
        includedTags: string[];
        includedTagsMode: "AND" | "OR";
        includes: ReferenceExpansionMangaSchema;
        limit: number;
        offset: number;
        order: {
            createdAt?: "desc" | "asc";
            followedCount?: "desc" | "asc";
            latestUploadedChapter?: "desc" | "asc";
            rating?: "desc" | "asc";
            relevance?: "desc" | "asc";
            title?: "desc" | "asc";
            updatedAt?: "desc" | "asc";
            year?: "desc" | "asc";
        };
        originalLanguage: string[];
        publicationDemographic: (
            "none"
            | "shounen"
            | "shoujo"
            | "josei"
            | "seinen"
        )[];
        status: ("completed" | "ongoing" | "cancelled" | "hiatus")[];
        title: string;
        updatedAtSince: string;
        year: number | "none";
    }
    Index

    Properties

    artists: string[]
    authorOrArtist: string

    uuid

    authors: string[]
    availableTranslatedLanguage: 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$

    excludedOriginalLanguage: string[]
    excludedTags: string[]
    excludedTagsMode: "AND" | "OR"
    "OR"
    
    group: string

    uuid

    hasAvailableChapters: boolean
    hasUnavailableChapters: "0" | "1"
    ids: string[]

    Manga ids (limited to 100 per request)

    includedTags: string[]
    includedTagsMode: "AND" | "OR"
    "AND"
    

    Reference expansion options for manga entities or lists

    limit: number

    0

    100

    10
    

    ^\d+$

    offset: number

    0

    ^\d+$

    order: {
        createdAt?: "desc" | "asc";
        followedCount?: "desc" | "asc";
        latestUploadedChapter?: "desc" | "asc";
        rating?: "desc" | "asc";
        relevance?: "desc" | "asc";
        title?: "desc" | "asc";
        updatedAt?: "desc" | "asc";
        year?: "desc" | "asc";
    }
    {"latestUploadedChapter":"desc"}
    
    originalLanguage: string[]
    publicationDemographic: ("none" | "shounen" | "shoujo" | "josei" | "seinen")[]
    status: ("completed" | "ongoing" | "cancelled" | "hiatus")[]
    title: 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$

    year: number | "none"

    Year of release or none