---
title: "Get list of all available collections"
method: GET
path: "/api/v1/collections"
tags: ["Collections"]
---

# Get list of all available collections

`GET /api/v1/collections`

## Headers

- `Authorization` string, required

## Response `200`

List of collections

- object
  - `data` object[] — Array of collections
    - `id` string
    - `type` string
    - `attributes` object
      - `name` string
      - `safename` string — HTML safe name of the collection

---

[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/versions/06cd6e66c531/schema)
