🎉 Version 1.0.8 - New Random Number Generator API Added
curl --location --request GET 'https://apis.rocks/youtube/search?q'{
"kind": "youtube#searchListResponse",
"etag": "string",
"nextPageToken": "string",
"prevPageToken": "string",
"regionCode": "string",
"pageInfo": {
"totalResults": 0,
"resultsPerPage": 0
},
"items": [
{
"kind": "string",
"etag": "string",
"id": {
"kind": "string",
"videoId": "string",
"channelId": "string",
"playlistId": "string"
},
"snippet": {
"publishedAt": "string",
"channelId": "string",
"title": "string",
"description": "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
},
"standard": {
"url": "http://example.com",
"width": 0,
"height": 0
},
"maxres": {
"url": "http://example.com",
"width": 0,
"height": 0
}
},
"channelTitle": "string",
"tags": [
"string"
],
"categoryId": "string",
"liveBroadcastContent": "none",
"defaultLanguage": "string",
"defaultAudioLanguage": "string"
}
}
]
}