---
title: "Get all Genres"
method: GET
path: "/genres"
tags: ["genres"]
---

# Get all Genres

`GET /genres`

Get the list of supported genres.

## Query parameters

- `output_language` 'en' | 'es' | 'tr' | 'fr'

## Response `200`

Details of the supported genres.

- Genre[] — Array of the supported genres.
  - `id` string, required — Id of a genre.
  - `name` string, required — Name of the genre

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/myangel-ai/apis/streaming-availability-api.md) · [All operations](https://skmtc.net/myangel-ai/apis/streaming-availability-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myangel-ai/streaming-availability-api/revisions/16fa35a29f15/schema)
