---
title: "Returns a list of all Series that is Kavita+ applicable to metadata match and the status of it"
method: POST
path: "/api/Manage/series-metadata"
tags: ["Manage"]
---

# Returns a list of all Series that is Kavita+ applicable to metadata match and the status of it

`POST /api/Manage/series-metadata`

## Query parameters

- `PageNumber` integer
- `PageSize` integer

## Request body

- ManageMatchFilterDto
  - `matchStateOption` 0 | 1 | 2 | 3 | 4 — Members: - `0` — All - `1` — Matched - `2` — NotMatched - `3` — Error - `4` — DontMatch
  - `libraryType` integer
  - `searchTerm` string, nullable

## Response `200`

OK

- ManageMatchSeriesDto[]
  - `series` SeriesDto
    - `id` integer
    - `name` string, nullable
    - `originalName` string, nullable
    - `localizedName` string, nullable
    - `sortName` string, nullable
    - `pages` integer
    - `coverImageLocked` boolean
    - `lastChapterAdded` string, date-time
    - `lastChapterAddedUtc` string, date-time
    - `userRating` number, float
    - `hasUserRated` boolean
    - `totalReads` integer
    - `pagesRead` integer
    - `latestReadDate` string, date-time
    - `format` 0 | 1 | 2 | 3 | 4 — Members: - `0` — Image - `1` — Archive - `2` — Unknown - `3` — EPUB (Epub) - `4` — PDF (Pdf)
    - `created` string, date-time
    - `sortNameLocked` boolean
    - `localizedNameLocked` boolean
    - `nameLocked` boolean
    - `wordCount` integer
    - `libraryId` integer
    - `libraryName` string, nullable
    - `minHoursToRead` integer
    - `maxHoursToRead` integer
    - `avgHoursToRead` number, float
    - `folderPath` string, nullable
    - `lowestFolderPath` string, nullable
    - `lastFolderScanned` string, date-time
    - `dontMatch` boolean
    - `isBlacklisted` boolean
    - `isStandAlone` boolean
    - `coverImage` string, nullable
    - `primaryColor` string, nullable
    - `secondaryColor` string, nullable
    - `aniListId` integer
    - `malId` integer
    - `hardcoverId` integer
    - `metronId` integer
    - `comicVineId` string, nullable
    - `mangaBakaId` integer
    - `mangaBakaEditionId` string, nullable
    - `cbrId` integer
  - `isMatched` boolean
  - `validUntilUtc` string, date-time

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/versions/a092f0284f3e/schema)
