COUNTER_number_of_google_api_lookups: 1

response: {
  "kind": "youtube#videoListResponse",
  "etag": "sayB6-cIwYpErfBDZIIffK_FU40",
  "items": [
    {
      "kind": "youtube#video",
      "etag": "HcSXmYIbeQ_FfKkQoLnWUnayUQ0",
      "id": "8BIUk72sAgo",
      "snippet": {
        "publishedAt": "2017-08-16T02:14:14Z",
        "channelId": "UCrQ-wHKVi0JDWjQGcuoYnew",
        "title": "August 15th, 2017   Alpha Jalloh as a CIA Operative?",
        "description": "If you start with the premise that the CIA wants to LoJack and bug cars of foreign diplomats, everything follows from there.",
        "thumbnails": {
          "default": {
            "url": "https://i.ytimg.com/vi/8BIUk72sAgo/default.jpg",
            "width": 120,
            "height": 90
          },
          "medium": {
            "url": "https://i.ytimg.com/vi/8BIUk72sAgo/mqdefault.jpg",
            "width": 320,
            "height": 180
          },
          "high": {
            "url": "https://i.ytimg.com/vi/8BIUk72sAgo/hqdefault.jpg",
            "width": 480,
            "height": 360
          }
        },
        "channelTitle": "George Webb, Investigative Journalist",
        "tags": [
          "dyncorp",
          "awan brothers"
        ],
        "categoryId": "22",
        "liveBroadcastContent": "none",
        "defaultLanguage": "en",
        "localized": {
          "title": "August 15th, 2017   Alpha Jalloh as a CIA Operative?",
          "description": "If you start with the premise that the CIA wants to LoJack and bug cars of foreign diplomats, everything follows from there."
        },
        "defaultAudioLanguage": "en"
      }
    }
  ],
  "pageInfo": {
    "totalResults": 1,
    "resultsPerPage": 1
  }
}

decoded: Array
(
    [kind] => youtube#videoListResponse
    [etag] => sayB6-cIwYpErfBDZIIffK_FU40
    [items] => Array
        (
            [0] => Array
                (
                    [kind] => youtube#video
                    [etag] => HcSXmYIbeQ_FfKkQoLnWUnayUQ0
                    [id] => 8BIUk72sAgo
                    [snippet] => Array
                        (
                            [publishedAt] => 2017-08-16T02:14:14Z
                            [channelId] => UCrQ-wHKVi0JDWjQGcuoYnew
                            [title] => August 15th, 2017   Alpha Jalloh as a CIA Operative?
                            [description] => If you start with the premise that the CIA wants to LoJack and bug cars of foreign diplomats, everything follows from there.
                            [thumbnails] => Array
                                (
                                    [default] => Array
                                        (
                                            [url] => https://i.ytimg.com/vi/8BIUk72sAgo/default.jpg
                                            [width] => 120
                                            [height] => 90
                                        )

                                    [medium] => Array
                                        (
                                            [url] => https://i.ytimg.com/vi/8BIUk72sAgo/mqdefault.jpg
                                            [width] => 320
                                            [height] => 180
                                        )

                                    [high] => Array
                                        (
                                            [url] => https://i.ytimg.com/vi/8BIUk72sAgo/hqdefault.jpg
                                            [width] => 480
                                            [height] => 360
                                        )

                                )

                            [channelTitle] => George Webb, Investigative Journalist
                            [tags] => Array
                                (
                                    [0] => dyncorp
                                    [1] => awan brothers
                                )

                            [categoryId] => 22
                            [liveBroadcastContent] => none
                            [defaultLanguage] => en
                            [localized] => Array
                                (
                                    [title] => August 15th, 2017   Alpha Jalloh as a CIA Operative?
                                    [description] => If you start with the premise that the CIA wants to LoJack and bug cars of foreign diplomats, everything follows from there.
                                )

                            [defaultAudioLanguage] => en
                        )

                )

        )

    [pageInfo] => Array
        (
            [totalResults] => 1
            [resultsPerPage] => 1
        )

)