Skip to main content

KomgaSeriesMetadataDto

Komga series metadata DTO

ageRatinginteger,null<int32>nullable

Age rating

ageRatingLockboolean

Whether age_rating is locked

alternateTitles object[]

Alternate titles

  • Array [
  • labelstringrequired

    Title label (e.g., "Japanese", "Romaji")

    titlestringrequired

    The alternate title text

  • ]
  • alternateTitlesLockboolean

    Whether alternate_titles are locked

    createdstringrequired

    Metadata created timestamp (ISO 8601)

    genresstring[]

    Genres list

    genresLockboolean

    Whether genres are locked

    languagestring

    Language code

    languageLockboolean

    Whether language is locked

    lastModifiedstringrequired

    Metadata last modified timestamp (ISO 8601)

    links object[]

    External links

  • Array [
  • labelstringrequired

    Link label

    urlstringrequired

    Link URL

  • ]
  • linksLockboolean

    Whether links are locked

    publisherstring

    Publisher name

    publisherLockboolean

    Whether publisher is locked

    readingDirectionstring | nullnullable

    Reading direction (LEFT_TO_RIGHT, RIGHT_TO_LEFT, VERTICAL, WEBTOON)

    readingDirectionLockboolean

    Whether reading_direction is locked

    sharingLabelsstring[]

    Sharing labels

    sharingLabelsLockboolean

    Whether sharing_labels are locked

    statusstringrequired

    Series status (ENDED, ONGOING, ABANDONED, HIATUS)

    statusLockboolean

    Whether status is locked

    summarystring

    Series summary/description

    summaryLockboolean

    Whether summary is locked

    tagsstring[]

    Tags list

    tagsLockboolean

    Whether tags are locked

    titlestringrequired

    Series title

    titleLockboolean

    Whether title is locked

    titleSortstringrequired

    Sort title

    titleSortLockboolean

    Whether title_sort is locked

    totalBookCountinteger,null<int32>nullable

    Total book count (expected)

    totalBookCountLockboolean

    Whether total_book_count is locked

    KomgaSeriesMetadataDto
    {
    "ageRating": 0,
    "ageRatingLock": true,
    "alternateTitles": [
    {
    "label": "string",
    "title": "string"
    }
    ],
    "alternateTitlesLock": true,
    "created": "string",
    "genres": [
    "string"
    ],
    "genresLock": true,
    "language": "string",
    "languageLock": true,
    "lastModified": "string",
    "links": [
    {
    "label": "string",
    "url": "string"
    }
    ],
    "linksLock": true,
    "publisher": "string",
    "publisherLock": true,
    "readingDirection": "string",
    "readingDirectionLock": true,
    "sharingLabels": [
    "string"
    ],
    "sharingLabelsLock": true,
    "status": "string",
    "statusLock": true,
    "summary": "string",
    "summaryLock": true,
    "tags": [
    "string"
    ],
    "tagsLock": true,
    "title": "string",
    "titleLock": true,
    "titleSort": "string",
    "titleSortLock": true,
    "totalBookCount": 0,
    "totalBookCountLock": true
    }