Hierarchy

  • GetChapterParamsSchema

Properties

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

Default

["safe","suggestive","erotica"]
createdAtSince: string

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

Pattern

^\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"

Default

"1"
includes: ("user" | "manga" | "scanlation_group")[]
limit: number

Min

0

Max

100

Default

10
manga: string

Format

uuid

offset: number

Min

0

order: {
    chapter?: "desc" | "asc";
    createdAt?: "desc" | "asc";
    publishAt?: "desc" | "asc";
    readableAt?: "desc" | "asc";
    updatedAt?: "desc" | "asc";
    volume?: "desc" | "asc";
}

Type declaration

  • Optional chapter?: "desc" | "asc"
  • Optional createdAt?: "desc" | "asc"
  • Optional publishAt?: "desc" | "asc"
  • Optional readableAt?: "desc" | "asc"
  • Optional updatedAt?: "desc" | "asc"
  • Optional volume?: "desc" | "asc"
originalLanguage: string[]
publishAtSince: string

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

Pattern

^\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

Pattern

^\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[]

Generated using TypeDoc