curl --request GET \
--url https://youtube.zilodata.com/api/v1/video/detail \
--header 'x-api-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"paginationToken": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
},
"data": {
"videoId": "kJQP7kiw5Fk",
"title": "Luis Fonsi - Despacito ft. Daddy Yankee",
"author": {
"id": "UCxoq-PAQeAdk_zyg8YS0JqA",
"name": "Luis Fonsi",
"thumbnails": [
{
"url": "https://yt3.ggpht.com/...",
"width": 68,
"height": 68
}
],
"subscriberCount": 1000000,
"verified": true
},
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/kJQP7kiw5Fk/hq720.jpg",
"width": 360,
"height": 202
}
],
"description": "Official video for \"Despacito\" by Luis Fonsi featuring Daddy Yankee",
"viewCount": 8871198622,
"likeCount": 50000000,
"dislikes": 1000000,
"rating": 5,
"published": "2017-01-13",
"lengthSeconds": 282,
"duration": "4:42",
"isLive": false,
"keywords": [
"music",
"despacito",
"luis fonsi"
],
"downloadLinks": [
{
"itag": 18,
"quality": "360p",
"mime": "video/mp4; codecs=\"avc1.42001E, mp4a.40.2\"",
"hasAudio": true,
"url": "https://rr8---sn-42u-i5olk.googlevideo.com/videoplayback?..."
}
]
}
}Get detailed information about a YouTube video
curl --request GET \
--url https://youtube.zilodata.com/api/v1/video/detail \
--header 'x-api-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"paginationToken": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
},
"data": {
"videoId": "kJQP7kiw5Fk",
"title": "Luis Fonsi - Despacito ft. Daddy Yankee",
"author": {
"id": "UCxoq-PAQeAdk_zyg8YS0JqA",
"name": "Luis Fonsi",
"thumbnails": [
{
"url": "https://yt3.ggpht.com/...",
"width": 68,
"height": 68
}
],
"subscriberCount": 1000000,
"verified": true
},
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/kJQP7kiw5Fk/hq720.jpg",
"width": 360,
"height": 202
}
],
"description": "Official video for \"Despacito\" by Luis Fonsi featuring Daddy Yankee",
"viewCount": 8871198622,
"likeCount": 50000000,
"dislikes": 1000000,
"rating": 5,
"published": "2017-01-13",
"lengthSeconds": 282,
"duration": "4:42",
"isLive": false,
"keywords": [
"music",
"despacito",
"luis fonsi"
],
"downloadLinks": [
{
"itag": 18,
"quality": "360p",
"mime": "video/mp4; codecs=\"avc1.42001E, mp4a.40.2\"",
"hasAudio": true,
"url": "https://rr8---sn-42u-i5olk.googlevideo.com/videoplayback?..."
}
]
}
}API Key
YouTube video ID
"kJQP7kiw5Fk"
Host language code
"vi"
Geolocation code
"VN"
Success
"Success"
200
Show child attributes
YouTube video ID
"kJQP7kiw5Fk"
Video title
"Luis Fonsi - Despacito ft. Daddy Yankee"
Video author/channel information
Show child attributes
Channel ID
"UCxoq-PAQeAdk_zyg8YS0JqA"
Channel name
"Luis Fonsi"
Channel subscriber count
1000000
Whether the channel is verified
true
Array of video thumbnail images in different sizes
Video description
"Official video for \"Despacito\" by Luis Fonsi featuring Daddy Yankee"
Number of video views
8871198622
Number of likes
50000000
Number of dislikes (from external API)
1000000
Rating (from external API)
5
Published date
"2017-01-13"
Video length in seconds
282
Video duration in format MM:SS or HH:MM:SS
"4:42"
Whether the video is a live stream
false
Video keywords/tags
["music", "despacito", "luis fonsi"]Array of download links for different formats
Show child attributes
Format itag identifier
18
Video quality label
"360p"
MIME type
"video/mp4; codecs=\"avc1.42001E, mp4a.40.2\""
Whether the format has audio
true
Download URL
"https://rr8---sn-42u-i5olk.googlevideo.com/videoplayback?..."
Was this page helpful?