---
title: "Returns a list of Genres with counts for counts when Genre is on Series/Chapter"
method: POST
path: "/api/Metadata/genres-with-counts"
tags: ["Metadata"]
---

# Returns a list of Genres with counts for counts when Genre is on Series/Chapter

`POST /api/Metadata/genres-with-counts`

## Request body

- UserParams
  - `pageNumber` integer
  - `pageSize` integer

## Response `200`

OK

- BrowseGenreDto[]
  - `id` integer
  - `title` string, nullable, required
  - `seriesCount` integer
  - `chapterCount` 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/4278761d76d7/schema)
