---
title: "Get playlist details and items"
method: GET
path: "/public/youtube/playlists/{playlistId}"
tags: ["📢 Public APIs"]
---

# Get playlist details and items

`GET /public/youtube/playlists/{playlistId}`

This API endpoint provides the details of a playlist, including playlist metadata and the videos included in the playlist, based on the specified playlist ID.

When accessing this endpoint and providing a valid playlist ID as a parameter, you will receive a response containing comprehensive information about the playlist, such as its title, description, and other metadata.

Additionally, the response will include a list of videos that are part of the playlist, enabling you to access the video details.

**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.

## Response `200`

Get playlist details and items

- object
  - `data` object
    - `channel` object
      - `info` object
        - `country` string
        - `customUrl` 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
          - `medium` object
            - `height` number
            - `url` string
            - `width` number
        - `title` string
      - `statistics` object
        - `hiddenSubscriberCount` boolean
        - `subscriberCount` string
        - `videoCount` string
        - `viewCount` string
    - `playlist` 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
    - `playlistItems` object[]
      - `id` string
      - `kind` string
      - `snippet` object
        - `channelId` string
        - `channelTitle` string
        - `description` string
        - `playlistId` string
        - `position` number
        - `publishedAt` string
        - `resourceId` object
          - `kind` string
          - `videoId` 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
        - `videoOwnerChannelId` string
        - `videoOwnerChannelTitle` string
  - `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/revisions/a9f3a290e4dc/schema)
