---
title: "Get list of all current genres"
method: GET
path: "/api/v1/tracks/genres"
tags: ["Genres"]
---

# Get list of all current genres

`GET /api/v1/tracks/genres`

## Response `200`

List of genres

- object
  - `data` object[] — Array of genres
    - `id` string
    - `type` string
    - `attributes` object
      - `name` string
      - `genre_group_name` string

---

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