---
title: "Get Available Genres"
method: GET
path: "/api/v1/genres"
---

# Get Available Genres

`GET /api/v1/genres`

Get list of all available genres in the database.

Parameters:
----------
<b>x_api_key</b> : str (API key for authentication)<br>

Returns:
-------
Dict<br>
    genres: List[str] (List of unique genre names)<br>

Notes:
-----
Only returns genres that have at least one analyzed track.

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/soundstat/apis/soundstat-api.md) · [All operations](https://skmtc.net/soundstat/apis/soundstat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soundstat/soundstat-api/revisions/d8deec5eca44/schema)
