Search Results for "cats"
{
"kind": "youtube#searchListResponse",
"etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/PaiEDiVxOyCWelLPuuwa9LKz3Gk\"",
"nextPageToken": "CAUQAA",
"regionCode": "US",
"pageInfo": {
"totalResults": 1000000,
"resultsPerPage": 5
},
"items": [
{
"kind": "youtube#searchResult",
"etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/QpOIr3QKlV5EUlzfFcVvDiJT0hw\"",
"id": {
"kind": "youtube#video",
"videoId": "hY7m5jjJ9mM"
},
"snippet": {
"publishedAt": "2023-05-15T12:00:00Z",
"channelId": "UC6OUrMdG0dXbCs4pLGn3CoA",
"title": "Cute Cats and Kittens Meowing Compilation",
"description": "Enjoy this adorable compilation of cats and kittens meowing. Perfect for cat lovers and anyone who needs a smile!",
"thumbnails": {
"default": {
"url": "https://i.ytimg.com/vi/hY7m5jjJ9mM/default.jpg",
"width": 120,
"height": 90
},
"medium": {
"url": "https://i.ytimg.com/vi/hY7m5jjJ9mM/mqdefault.jpg",
"width": 320,
"height": 180
},
"high": {
"url": "https://i.ytimg.com/vi/hY7m5jjJ9mM/hqdefault.jpg",
"width": 480,
"height": 360
}
},
"channelTitle": "CuteVids",
"liveBroadcastContent": "none"
}
},
// ... more video objects ...
]
}
Note: This is a simulated response based on typical YouTube API results. In a real scenario, you would need to provide a valid API key to receive actual data. The video content and metadata are generated for demonstration purposes.