Skip to content

Get YouTube channel

GET
/v1/youtube-channel

Extract channel metadata, subscriber count, video count, and social links.

Credits: 1 per request.

handle
required
string

Channel @handle, channel ID (UC…), or full URL.

Example
@mkbhd

Channel data.

object
identity
object
channel_id
string
channel_url
string
name
string
description
string
avatar
Array<object>
object
url
string
width
integer
height
integer
tags
Array<string>
metrics
object
subscriber_count
integer
Example
19200000
subscriber_count_text
string
video_count
integer
view_count
integer
about
object
joined_date
string
country
string
links
object
twitter
string
instagram
string
other
Array<string>
X-Credits-Used
integer
X-Credits-Remaining
integer

Missing or invalid API key.

object
error

Error message.

string
Example
invalid or inactive api_key

Insufficient credits.

Rate limit exceeded.

object
error

Error message.

string
Example
invalid or inactive api_key
Retry-After
integer

Seconds to wait before retrying.