Get YouTube channel
GET /v1/youtube-channel
GET
/v1/youtube-channel
Extract channel metadata, subscriber count, video count, and social links.
Credits: 1 per request.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” handle
required
string
Channel @handle, channel ID (UC…), or full URL.
Example
@mkbhdResponses
Section titled “ Responses ”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>
Headers
Section titled “Headers ” X-Credits-Used
integer
X-Credits-Remaining
integer
Missing or invalid API key.
object
error
Error message.
string
Example
invalid or inactive api_keyInsufficient credits.
Rate limit exceeded.
object
error
Error message.
string
Example
invalid or inactive api_keyHeaders
Section titled “Headers ” Retry-After
integer
Seconds to wait before retrying.