Reference
Channel Videos
Get videos from a YouTube channel with sampled metrics.
GET
/channel/videos/{id}
Authorization<token>
Use the format: Api-Key <token>
as the value.
In: header
Path Parameters
idstring
A unique YouTube channel identifier
Match
^[A-Za-z0-9_-]{24}$
Response Body
{
"id": "UChn5jutPQB_bRjnG80pzl5w",
"time": "string",
"item": {
"id": "UChn5jutPQB_bRjnG80pzl5w",
"kind": "channel",
"snippet": {
"handle": "string",
"title": "string",
"description": "string",
"keywords": [
"string"
],
"thumbnails": {
"default": {
"url": "string"
},
"medium": {
"url": "string"
},
"high": {
"url": "string"
}
}
},
"videos": [
{
"id": "SVeXR66hcIg",
"title": "string",
"thumbnails": {
"default": {
"url": "string",
"width": 0,
"height": 0
},
"medium": {
"url": "string",
"width": 0,
"height": 0
},
"high": {
"url": "string",
"width": 0,
"height": 0
}
},
"duration": 0,
"isLiveBroadcast": {},
"publishedAtEstimate": "string",
"viewCount": 0,
"statistics": {
"zScore": 0,
"averageViewsRatio": 0,
"isPositiveOutlier": true,
"isNegativeOutlier": true
}
}
],
"statistics": {
"subscriberCount": 0,
"subscriberCountRaw": "string",
"viewCountEstimate": 0,
"viewCountMonthlyEstimate": 0,
"videosCount": 0,
"videosSampleCount": 0,
"videosCountRaw": "string",
"averageViewsEstimate": 0,
"medianViewsEstimate": 0,
"averageVideoDurationEstimate": 0,
"standardDeviationViewsEstimate": 0,
"viewVariationCoefficient": 0,
"avgViewsToSubscribersRatio": 0,
"lastPublishedAtEstimate": "string",
"oldestParsedPublishedAtEstimate": "string",
"positiveOutliersCount": 0,
"negativeOutliersCount": 0
}
}
}
{
"error": {
"errors": [
{
"code": "string",
"validation": "string",
"message": "string",
"path": [
"string"
]
}
]
},
"status": "string"
}
{
"error": {
"message": "string"
},
"status": "string"
}
{
"error": {
"message": "string"
},
"status": "string"
}
{
"error": {
"message": "string",
"rateLimit": {
"limit": -9007199254740991,
"current": -9007199254740991,
"remaining": -9007199254740991,
"resetTime": "2019-08-24T14:15:22Z"
}
},
"status": "string"
}