YouTube API Response

Search Results for "cats"

Video Search Results

Thumbnail of cats video
Cute Cats and Kittens Meowing Compilation
CuteVids
Enjoy this adorable compilation of cats and kittens meowing. Perfect for cat lovers and anyone who needs a smile!
Thumbnail of cats video
Funny Cats Compilation 2023 | Try Not to Laugh Challenge
FunnyPetVideos
Get ready to laugh with this hilarious compilation of cats doing silly things. Can you make it through without laughing?
Thumbnail of cats video
10 Cat Breeds You Won't Believe Exist
AnimalFacts
Discover some of the rarest and most unique cat breeds from around the world. You won't believe your eyes!
Thumbnail of cats video
How to Understand Your Cat Better | Cat Body Language
PetExpert
Learn how to interpret your cat's body language and understand what they're trying to tell you. Become a cat whisperer!
Thumbnail of cats video
Epic Cat Parkour | Ninja Cats Compilation
AmazingAnimals
Watch these incredibly agile cats perform amazing jumps, flips, and stunts. Prepare to be amazed by feline athleticism!

API Response Sample


{
  "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.