वीडियो
{
“kind”: “youtube#searchListResponse”,
“etag”: “etag_value”,
“items”: [
{
“kind”: “youtube#searchResult”,
“etag”: “etag_value”,
“id”: {
“kind”: “youtube#video”,
“videoId”: “VIDEO_ID”
},
“snippet”: {
“publishedAt”: “2024-11-06T00:00:00Z”,
“channelId”: “UCCjfal8dSAtYmkA3-xc4jRQ”,
“title”: “Video Title”,
“description”: “Video Description”,
“thumbnails”: {
“default”: {
“url”: “https://example.com/thumbnail.jpg”
}
}
}
},
…
]
}