🎉 Version 1.0.8 - New Random Number Generator API Added
curl --location --request GET 'https://apis.rocks/youtube/channel/'{
"id": "string",
"snippet": {
"title": "string",
"description": "string",
"customUrl": "string",
"publishedAt": "string",
"thumbnails": {
"default": {
"url": "http://example.com",
"width": 0,
"height": 0
},
"medium": {
"url": "http://example.com",
"width": 0,
"height": 0
},
"high": {
"url": "http://example.com",
"width": 0,
"height": 0
}
},
"defaultLanguage": "string",
"localized": {
"title": "string",
"description": "string"
},
"country": "string"
},
"statistics": {
"viewCount": "string",
"subscriberCount": "string",
"hiddenSubscriberCount": true,
"videoCount": "string"
},
"status": {
"privacyStatus": "private",
"isLinked": true,
"longUploadsStatus": "allowed"
}
}