---
title: "Get playlists"
method: GET
path: "/public/youtube/playlists"
tags: ["📢 Public APIs"]
---

# Get playlists

`GET /public/youtube/playlists`

This API endpoint allows users to retrieve playlists associated with the channel.

By accessing this endpoint, users can obtain a collection of playlists that belong to the channel.

This functionality is particularly useful for implementing a "Playlists" tab in the channel page UI design, where users can view the playlists conveniently.

**Disclaimer:**

Data provided by the API is static and not real-time.

This simplifies the process of developing a **YouTube clone**, allowing developers to solely focus on UI design and creativity, without worrying about complex API key configuration.

## Query parameters

- `page` string
- `limit` string

## Response `200`

Get playlists

- object
  - `data` object
    - `currentPageItems` number
    - `data` object[]
      - `id` string
      - `kind` string
      - `snippet` object
        - `channelId` string
        - `channelTitle` string
        - `description` string
        - `localized` object
          - `description` string
          - `title` string
        - `publishedAt` string
        - `thumbnails` object
          - `default` object
            - `height` number
            - `url` string
            - `width` number
          - `high` object
            - `height` number
            - `url` string
            - `width` number
          - `maxres` object
            - `height` number
            - `url` string
            - `width` number
          - `medium` object
            - `height` number
            - `url` string
            - `width` number
          - `standard` object
            - `height` number
            - `url` string
            - `width` number
        - `title` string
    - `limit` number
    - `nextPage` boolean
    - `page` number
    - `previousPage` boolean
    - `totalItems` number
    - `totalPages` number
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/versions/a9f3a290e4dc/schema)
