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

# Get channel details

`GET /public/youtube/channel`

This Channel Details API is your gateway to access comprehensive information about a specific YouTube channel.

By leveraging a static JSON file, you can effortlessly retrieve and explore vital details, statistics, and metadata associated with the channel to build stunning YouTube like channel page UI.

**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 channel details

- object
  - `data` object
    - `info` object
      - `brandingSettings` object
        - `channel` object
          - `country` string
          - `description` string
          - `keywords` string
          - `title` string
          - `unsubscribedTrailer` string
        - `image` object
          - `bannerExternalUrl` string
      - `id` string
      - `kind` string
      - `snippet` 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
    - `kind` 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)
