Channel Info
GET {{baseUrl}}/v1/raw/youtube/channel-info?url=<string>
Returns details about the YouTube channel.
Body
PARAM
Key | Datatype | Required | Description |
url
|
string | (Required) YouTube url to channel's page, i.e. https://www.youtube.com/@{channelName} |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"channel_info": {
"channel_id": "<string>",
"custom_url": "<string>",
"username": "<string>",
"is_removed": "<boolean>",
"is_hidden": "<boolean>",
"is_verified": "<boolean>",
"fullname": "<string>",
"picture": "<string>",
"description": "<string>",
"country": "<string>",
"followers": "<number>",
"joined_at": "<string>",
"total_views": "<number>",
"links": [
"<string>",
"<string>"
],
"handle": "<string>"
}
} |
ENDPOINTS