Skip to main content

Retrieve channel profile

GET 

/youtube/profile/:id

Returns full profile details for a YouTube channel.

Youtube Profile in response
{
"code": 200,
"msg": "OK",
"data": {
"id": "fe03dcedad8ab90c5f81eb4a405a464b",
"created_at": "2025-07-12T08:46:11.740932549Z",
"updated_at": "2025-07-12T08:46:11.740932749Z",
"channel_id": "UCXZCJLdBC09xxGZ6gcdrc6A",
"channel_name": "OpenAI",
"channel_url": "http://www.youtube.com/@OpenAI",
"profile_pic": "https://yt3.googleusercontent.com/MopgmVAFV9BqlzOJ-UINtmutvEPcNe5IbKMmP_4vZZo3vnJXcZGtybUBsXaEVxkmxKyGqX9R=s900-c-k-c0x00ffffff-no-rj",
"links": [
"twitter.com/openai",
"linkedin.com/company/openai",
"openai.com"
],
"stats": {
"followers_count": 1580000,
"videos_count": 305,
"views_count": 75159285
},
"region": "United States",
"joined_date": "2017-03-10T00:00:00Z",
"bio": "OpenAI’s mission is to ensure that artificial general intelligence benefits all of humanity.\n\n"
}
}

Request

Responses

Wrapped Profile payload