---
title: "List genres"
method: GET
path: "/genres"
tags: ["Configuration"]
---

# List genres

`GET /genres`

Returns a mapping of genre names and IDs. Some genres include corresponding TMDB IDs.

## Response `200`

List of genres

- Genre[]
  - `id` integer — Watchmode genre ID
  - `name` string — Genre name
  - `tmdb_id` integer — TMDB genre ID (0 if not available)

## Other responses

- `401` — Invalid or missing API key

---

[API](https://skmtc.dev/watchmode/apis/watchmode-api.md) · [All operations](https://skmtc.dev/watchmode/apis/watchmode-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchmode/watchmode-api/revisions/3215d2b959fa/schema)
