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

    Interface ScanlationGroupAttributesSchema

    ScanlationGroupAttributes

    interface ScanlationGroupAttributesSchema {
        altNames: LocalizedStringSchema[];
        contactEmail: string | null;
        createdAt: Date;
        description: string | null;
        discord: string | null;
        exLicensed: boolean;
        focusedLanguage: string[] | null;
        inactive: boolean;
        ircChannel: string | null;
        ircServer: string | null;
        locked: boolean;
        mangaUpdates: string | null;
        name: string;
        official: boolean;
        publishDelay: string;
        twitter: string | null;
        updatedAt: Date;
        verified: boolean;
        version: number;
        website: string | null;
    }

    Implemented by

    Index

    Properties

    contactEmail: string | null
    createdAt: Date

    date-time

    description: string | null
    discord: string | null
    exLicensed: boolean
    focusedLanguage: string[] | null
    inactive: boolean
    ircChannel: string | null
    ircServer: string | null
    locked: boolean
    mangaUpdates: string | null

    uri

    128

    ^https://www.mangaupdates.com/(group|publisher)(s.html?id=\d+|/[\w-]+/?([\w-]+)?(/)?)$

    name: string
    official: boolean
    publishDelay: string

    Should respected ISO 8601 duration specification: https://en.wikipedia.org/wiki/ISO_8601#Durations

    ^(P([1-9]|[1-9][0-9])D)?(P?([1-9])W)?(P?T(([1-9]|1[0-9]|2[0-4])H)?(([1-9]|[1-5][0-9]|60)M)?(([1-9]|[1-5][0-9]|60)S)?)?$

    "P4D"
    
    twitter: string | null

    uri

    ^https?://

    updatedAt: Date

    date-time

    verified: boolean
    version: number

    1

    website: string | null