---
title: "Returns the series for the Chapter id. If the user does not have access (shouldn't happen by the UI),
then null is returned"
method: GET
path: "/api/Search/series-for-chapter"
tags: ["Search"]
---

# Returns the series for the Chapter id. If the user does not have access (shouldn't happen by the UI),
then null is returned

`GET /api/Search/series-for-chapter`

## Query parameters

- `chapterId` integer

## Response `200`

OK

- 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

---

[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/revisions/cc7f90a35897/schema)
