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

    Interface GetAuthorParamsSchema

    interface GetAuthorParamsSchema {
        ids: string[];
        includes: ReferenceExpansionAuthorSchema;
        limit: number;
        name: string;
        offset: number;
        order: { name?: "desc" | "asc" };
    }
    Index

    Properties

    ids: string[]

    Author ids (limited to 100 per request)

    Reference expansion options for author/artist entities or lists

    limit: number

    0

    100

    10
    
    name: string
    offset: number

    0

    order: { name?: "desc" | "asc" }