Skip to main content
GET
/
v1
/
youtube
/
channel
/
details
Channel Details
curl --request GET \
  --url https://api.agntdata.dev/v1/youtube/channel/details \
  --header 'Authorization: <api-key>'
{
  "channel_id": "UCXuqSBlHAE6Xw-yeJA0Tunw",
  "title": "Linus Tech Tips",
  "description": "Looking for a Tech YouTuber?\n\nLinus Tech Tips is a passionate team of \"professionally curious\" experts in consumer technology and video production which aims to inform and educate people of all ages through our entertaining videos. We create product reviews, step-by-step computer build guides, and a variety of other tech-focused content.\n\nSchedule:\nNew videos every Saturday to Thursday @ 10:00am Pacific\nLive WAN Show podcasts every Friday @ ~5:00pm Pacific\n\n",
  "subscriber_count": "14.9M subscribers",
  "links": [
    {
      "name": "Merch",
      "endpoint": "https://www.lttstore.com/"
    },
    {
      "name": "Facebook",
      "endpoint": "http://www.facebook.com/LinusTech"
    },
    {
      "name": "Twitter",
      "endpoint": "http://twitter.com/LinusTech"
    },
    {
      "name": "Twitch",
      "endpoint": "https://www.twitch.tv/linustech"
    },
    {
      "name": "Instagram",
      "endpoint": "https://www.instagram.com/linustech"
    }
  ],
  "avatar": [
    {
      "url": "https://yt3.ggpht.com/ytc/AMLnZu_qOpMK0tGNMCnReaXVp4ZvmNEIXn9eKeBGA_x-wQ=s48-c-k-c0x00ffffff-no-rj",
      "width": 48,
      "height": 48
    },
    {
      "url": "https://yt3.ggpht.com/ytc/AMLnZu_qOpMK0tGNMCnReaXVp4ZvmNEIXn9eKeBGA_x-wQ=s88-c-k-c0x00ffffff-no-rj",
      "width": 88,
      "height": 88
    },
    {
      "url": "https://yt3.ggpht.com/ytc/AMLnZu_qOpMK0tGNMCnReaXVp4ZvmNEIXn9eKeBGA_x-wQ=s176-c-k-c0x00ffffff-no-rj",
      "width": 176,
      "height": 176
    }
  ],
  "banner": [
    {
      "url": "https://yt3.ggpht.com/NXaFVEkrkdGsQcjLvmI8iQuzKFVlZJX770IT4C77dmQr0PI5LpZuhATjJf2yWXYgBQP8EwVBgTk=w1060-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj",
      "width": 1060,
      "height": 175
    },
    {
      "url": "https://yt3.ggpht.com/NXaFVEkrkdGsQcjLvmI8iQuzKFVlZJX770IT4C77dmQr0PI5LpZuhATjJf2yWXYgBQP8EwVBgTk=w1138-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj",
      "width": 1138,
      "height": 188
    },
    {
      "url": "https://yt3.ggpht.com/NXaFVEkrkdGsQcjLvmI8iQuzKFVlZJX770IT4C77dmQr0PI5LpZuhATjJf2yWXYgBQP8EwVBgTk=w1707-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj",
      "width": 1707,
      "height": 283
    },
    {
      "url": "https://yt3.ggpht.com/NXaFVEkrkdGsQcjLvmI8iQuzKFVlZJX770IT4C77dmQr0PI5LpZuhATjJf2yWXYgBQP8EwVBgTk=w2120-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj",
      "width": 2120,
      "height": 351
    },
    {
      "url": "https://yt3.ggpht.com/NXaFVEkrkdGsQcjLvmI8iQuzKFVlZJX770IT4C77dmQr0PI5LpZuhATjJf2yWXYgBQP8EwVBgTk=w2276-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj",
      "width": 2276,
      "height": 377
    },
    {
      "url": "https://yt3.ggpht.com/NXaFVEkrkdGsQcjLvmI8iQuzKFVlZJX770IT4C77dmQr0PI5LpZuhATjJf2yWXYgBQP8EwVBgTk=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj",
      "width": 2560,
      "height": 424
    }
  ],
  "verified": true
}

Authorizations

Authorization
string
header
required

Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...

Query Parameters

channel_id
string
default:UCXuqSBlHAE6Xw-yeJA0Tunw
required

Response

Response

channel_id
string
required
title
string
description
string
subscriber_count
string
avatar
Avatar Β· object[]
banner
Banner Β· object[]
verified
boolean
default:false