---
title: "获取歌单列表"
method: GET
path: "/playlists"
tags: ["歌单管理"]
---

# 获取歌单列表

`GET /playlists`

获取歌单列表，支持按类型过滤、关键词搜索和分页。默认排除隐藏歌单，传 exclude_labels=none 显示全部

## Query parameters

- `type` 'normal' | 'radio'
- `keyword` string
- `exclude_labels` string
- `limit` integer
- `offset` integer

## Response `200`

成功返回歌单列表

- object

## Other responses

- `500` — 服务器错误

---

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