{
  "swagger": "2.0",
  "schemes": [
    "https"
  ],
  "host": "api.cognitive.microsoft.com",
  "basePath": "/bing/v7.0",
  "info": {
    "contact": {
      "x-twitter": "microsoft"
    },
    "description": "The Video Search API lets you search on Bing for video that are relevant to the user's search query, for insights about a video or for videos that are trending based on search requests made by others. This section provides technical details about the query parameters and headers that you use to request videos and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the Web for Videos](https://docs.microsoft.com/azure/cognitive-services/bing-video-search/search-the-web).",
    "title": "Video Search Client",
    "version": "1.0",
    "x-apisguru-categories": [
      "cloud"
    ],
    "x-logo": {
      "url": "https://api.apis.guru/v2/cache/logo/https_twitter.com_microsoft_profile_image.png"
    },
    "x-origin": [
      {
        "format": "swagger",
        "url": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/cognitiveservices/data-plane/VideoSearch/stable/v1.0/VideoSearch.json",
        "version": "2.0"
      }
    ],
    "x-preferred": true,
    "x-providerName": "microsoft.com",
    "x-serviceName": "cognitiveservices-VideoSearch",
    "x-tags": [
      "Microsoft"
    ]
  },
  "produces": [
    "application/json"
  ],
  "securityDefinitions": {
    "apiKeyHeader": {
      "in": "header",
      "name": "Ocp-Apim-Subscription-Key",
      "type": "apiKey"
    }
  },
  "security": [
    {
      "apiKeyHeader": []
    }
  ],
  "parameters": {
    "x-bingapis-sdk": {
      "description": "Activate swagger compliance",
      "enum": [
        "true"
      ],
      "in": "header",
      "name": "X-BingApis-SDK",
      "required": true,
      "type": "string",
      "x-ms-enum": {
        "modelAsString": true,
        "name": "XBingApisSDK"
      },
      "x-ms-parameter-location": "method"
    }
  },
  "paths": {
    "/videos/details": {
      "get": {
        "operationId": "Videos_Details",
        "parameters": [
          {
            "$ref": "#/parameters/x-bingapis-sdk"
          },
          {
            "description": "The default media type is application/json. To specify that the response use [JSON-LD](http://json-ld.org/), set the Accept header to application/ld+json.",
            "in": "header",
            "name": "Accept",
            "required": false,
            "type": "string"
          },
          {
            "description": "A comma-delimited list of one or more languages to use for user interface strings. The list is in decreasing order of preference. For additional information, including expected format, see [RFC2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html). This header and the [setLang](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#setlang) query parameter are mutually exclusive; do not specify both. If you set this header, you must also specify the [cc](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#cc) query parameter. To determine the market to return results for, Bing uses the first supported language it finds from the list and combines it with the cc parameter value. If the list does not include a supported language, Bing finds the closest language and market that supports the request or it uses an aggregated or default market for the results. To determine the market that Bing used, see the BingAPIs-Market header. Use this header and the cc query parameter only if you specify multiple languages. Otherwise, use the [mkt](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#mkt) and [setLang](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#setlang) query parameters. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Any links to Bing.com properties in the response objects apply the specified language.",
            "in": "header",
            "name": "Accept-Language",
            "required": false,
            "type": "string",
            "x-ms-client-name": "AcceptLanguage"
          },
          {
            "description": "The user agent originating the request. Bing uses the user agent to provide mobile users with an optimized experience. Although optional, you are encouraged to always specify this header. The user-agent should be the same string that any commonly used browser sends. For information about user agents, see [RFC 2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html). The following are examples of user-agent strings. Windows Phone: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 822). Android: Mozilla / 5.0 (Linux; U; Android 2.3.5; en - us; SCH - I500 Build / GINGERBREAD) AppleWebKit / 533.1 (KHTML; like Gecko) Version / 4.0 Mobile Safari / 533.1. iPhone: Mozilla / 5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit / 536.26 (KHTML; like Gecko) Mobile / 10B142 iPhone4; 1 BingWeb / 3.03.1428.20120423. PC: Mozilla / 5.0 (Windows NT 6.3; WOW64; Trident / 7.0; Touch; rv:11.0) like Gecko. iPad: Mozilla / 5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit / 537.51.1 (KHTML, like Gecko) Version / 7.0 Mobile / 11A465 Safari / 9537.53",
            "in": "header",
            "name": "User-Agent",
            "required": false,
            "type": "string",
            "x-ms-client-name": "UserAgent"
          },
          {
            "description": "Bing uses this header to provide users with consistent behavior across Bing API calls. Bing often flights new features and improvements, and it uses the client ID as a key for assigning traffic on different flights. If you do not use the same client ID for a user across multiple requests, then Bing may assign the user to multiple conflicting flights. Being assigned to multiple conflicting flights can lead to an inconsistent user experience. For example, if the second request has a different flight assignment than the first, the experience may be unexpected. Also, Bing can use the client ID to tailor web results to that client ID’s search history, providing a richer experience for the user. Bing also uses this header to help improve result rankings by analyzing the activity generated by a client ID. The relevance improvements help with better quality of results delivered by Bing APIs and in turn enables higher click-through rates for the API consumer. IMPORTANT: Although optional, you should consider this header required. Persisting the client ID across multiple requests for the same end user and device combination enables 1) the API consumer to receive a consistent user experience, and 2) higher click-through rates via better quality of results from the Bing APIs. Each user that uses your application on the device must have a unique, Bing generated client ID. If you do not include this header in the request, Bing generates an ID and returns it in the X-MSEdge-ClientID response header. The only time that you should NOT include this header in a request is the first time the user uses your app on that device. Use the client ID for each Bing API request that your app makes for this user on the device. Persist the client ID. To persist the ID in a browser app, use a persistent HTTP cookie to ensure the ID is used across all sessions. Do not use a session cookie. For other apps such as mobile apps, use the device's persistent storage to persist the ID. The next time the user uses your app on that device, get the client ID that you persisted. Bing responses may or may not include this header. If the response includes this header, capture the client ID and use it for all subsequent Bing requests for the user on that device. If you include the X-MSEdge-ClientID, you must not include cookies in the request.",
            "in": "header",
            "name": "X-MSEdge-ClientID",
            "required": false,
            "type": "string",
            "x-ms-client-name": "ClientId"
          },
          {
            "description": "The IPv4 or IPv6 address of the client device. The IP address is used to discover the user's location. Bing uses the location information to determine safe search behavior. Although optional, you are encouraged to always specify this header and the X-Search-Location header. Do not obfuscate the address (for example, by changing the last octet to 0). Obfuscating the address results in the location not being anywhere near the device's actual location, which may result in Bing serving erroneous results.",
            "in": "header",
            "name": "X-MSEdge-ClientIP",
            "required": false,
            "type": "string",
            "x-ms-client-name": "ClientIp"
          },
          {
            "description": "A semicolon-delimited list of key/value pairs that describe the client's geographical location. Bing uses the location information to determine safe search behavior and to return relevant local content. Specify the key/value pair as <key>:<value>. The following are the keys that you use to specify the user's location. lat (required): The latitude of the client's location, in degrees. The latitude must be greater than or equal to -90.0 and less than or equal to +90.0. Negative values indicate southern latitudes and positive values indicate northern latitudes. long (required): The longitude of the client's location, in degrees. The longitude must be greater than or equal to -180.0 and less than or equal to +180.0. Negative values indicate western longitudes and positive values indicate eastern longitudes. re (required): The radius, in meters, which specifies the horizontal accuracy of the coordinates. Pass the value returned by the device's location service. Typical values might be 22m for GPS/Wi-Fi, 380m for cell tower triangulation, and 18,000m for reverse IP lookup. ts (optional): The UTC UNIX timestamp of when the client was at the location. (The UNIX timestamp is the number of seconds since January 1, 1970.) head (optional): The client's relative heading or direction of travel. Specify the direction of travel as degrees from 0 through 360, counting clockwise relative to true north. Specify this key only if the sp key is nonzero. sp (optional): The horizontal velocity (speed), in meters per second, that the client device is traveling. alt (optional): The altitude of the client device, in meters. are (optional): The radius, in meters, that specifies the vertical accuracy of the coordinates. Specify this key only if you specify the alt key. Although many of the keys are optional, the more information that you provide, the more accurate the location results are. Although optional, you are encouraged to always specify the user's geographical location. Providing the location is especially important if the client's IP address does not accurately reflect the user's physical location (for example, if the client uses VPN). For optimal results, you should include this header and the X-MSEdge-ClientIP header, but at a minimum, you should include this header.",
            "in": "header",
            "name": "X-Search-Location",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Location"
          },
          {
            "description": "A 2-character country code of the country where the results come from. This API supports only the United States market. If you specify this query parameter, it must be set to us. If you set this parameter, you must also specify the Accept-Language header. Bing uses the first supported language it finds from the languages list, and combine that language with the country code that you specify to determine the market to return results for. If the languages list does not include a supported language, Bing finds the closest language and market that supports the request, or it may use an aggregated or default market for the results instead of a specified one. You should use this query parameter and the Accept-Language query parameter only if you specify multiple languages; otherwise, you should use the mkt and setLang query parameters. This parameter and the mkt query parameter are mutually exclusive—do not specify both.",
            "in": "query",
            "name": "cc",
            "required": false,
            "type": "string",
            "x-ms-client-name": "CountryCode"
          },
          {
            "description": "An ID that uniquely identifies a video. The [Video](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#video) object's videoId field contains the ID that you set this parameter to. You use this parameter to identify the video to get insights of.",
            "in": "query",
            "name": "id",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Id"
          },
          {
            "collectionFormat": "csv",
            "description": "A comma-delimited list of insights to request. The following are the possible case-insensitive values. All: Return all available insights. RelatedVideos: Return a list of videos that are similar to the video specified by the id query parameter. VideoResult: Return the video that you're requesting insights of (this is the video that you set the id query parameter to in your insights request). If you specify an insight and there is no data for it, the response object does not include the related field. For example, if you specify RelatedVideos and none exist, the response does not include the relatedVideos field. Although the user's query term is not required, you should always include it because it helps to improve relevance and the results.",
            "in": "query",
            "items": {
              "enum": [
                "All",
                "RelatedVideos",
                "VideoResult"
              ],
              "type": "string",
              "x-ms-enum": {
                "modelAsString": false,
                "name": "VideoInsightModule"
              }
            },
            "name": "modules",
            "required": false,
            "type": "array",
            "x-ms-client-name": "Modules"
          },
          {
            "description": "The market where the results come from. Typically, mkt is the country where the user is making the request from. However, it could be a different country if the user is not located in a country where Bing delivers results. The market must be in the form <language code>-<country code>. For example, en-US. The string is case insensitive. For a list of possible market values, see [Market Codes](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#market-codes). NOTE: If known, you are encouraged to always specify the market. Specifying the market helps Bing route the request and return an appropriate and optimal response. If you specify a market that is not listed in [Market Codes](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#market-codes), Bing uses a best fit market code based on an internal mapping that is subject to change. This parameter and the [cc](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#cc) query parameter are mutually exclusive—do not specify both.",
            "in": "query",
            "name": "mkt",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Market"
          },
          {
            "description": "The user's search query string. The query string cannot be empty. The query string may contain [Bing Advanced Operators](http://msdn.microsoft.com/library/ff795620.aspx). For example, to limit videos to a specific domain, use the [site:](http://msdn.microsoft.com/library/ff795613.aspx) operator. Use this parameter only with the Video Search API. Do not specify this parameter when calling the Trending Videos API.",
            "in": "query",
            "name": "q",
            "required": true,
            "type": "string",
            "x-ms-client-name": "Query"
          },
          {
            "description": "Filter videos by the following resolutions: SD480p: Return videos with a 480p or higher resolution. HD720p: Return videos with a 720p or higher resolution. HD1080p: Return videos with a 1080p or higher resolution. All: Do not filter by resolution.Specifying this value is the same as not specifying the resolution parameter.",
            "enum": [
              "All",
              "SD480p",
              "HD720p",
              "HD1080p"
            ],
            "in": "query",
            "name": "resolution",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Resolution",
            "x-ms-enum": {
              "modelAsString": false,
              "name": "VideoResolution"
            }
          },
          {
            "description": "Filter videos for adult content. The following are the possible filter values. Off: If the request is through the Video Search API, the response includes adult videos and the thumbnail images of the videos are clear (non-fuzzy). If the request is through the Web Search API, the response includes adult videos but the thumbnail images of the videos are pixelated (fuzzy). Moderate: If the request is through the Video Search API, the response does not include videos with adult content. If the request is through the Web Search API, the response may include videos with adult content but the thumbnail images of the videos are pixelated (fuzzy). Strict: Does not return videos with adult content. The default is Moderate. If the request comes from a market that Bing's adult policy requires that safeSearch is set to Strict, Bing ignores the safeSearch value and uses Strict. If you use the site: query operator, there is the chance that the response may contain adult content regardless of what the safeSearch query parameter is set to. Use site: only if you are aware of the content on the site and your scenario supports the possibility of adult content.",
            "enum": [
              "Off",
              "Moderate",
              "Strict"
            ],
            "in": "query",
            "name": "safeSearch",
            "required": false,
            "type": "string",
            "x-ms-client-name": "SafeSearch",
            "x-ms-enum": {
              "modelAsString": false,
              "name": "SafeSearch"
            }
          },
          {
            "description": "The language to use for user interface strings. Specify the language using the ISO 639-1 2-letter language code. For example, the language code for English is EN. The default is EN (English). Although optional, you should always specify the language. Typically, you set setLang to the same language specified by mkt unless the user wants the user interface strings displayed in a different language. This parameter and the [Accept-Language](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#acceptlanguage) header are mutually exclusive; do not specify both. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Also, any links to Bing.com properties in the response objects apply the specified language.",
            "in": "query",
            "name": "setLang",
            "required": false,
            "type": "string",
            "x-ms-client-name": "SetLang"
          },
          {
            "description": "A Boolean value that determines whether display strings contain decoration markers such as hit highlighting characters. If true, the strings may include markers. The default is false. To specify whether to use Unicode characters or HTML tags as the markers, see the [textFormat](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#textformat) query parameter. For information about hit highlighting, see [Hit Highlighting](https://docs.microsoft.com/azure/cognitive-services/bing-news-search/hit-highlighting).",
            "in": "query",
            "name": "textDecorations",
            "required": false,
            "type": "boolean",
            "x-ms-client-name": "TextDecorations"
          },
          {
            "description": "The type of markers to use for text decorations (see the textDecorations query parameter). Possible values are Raw—Use Unicode characters to mark content that needs special formatting. The Unicode characters are in the range E000 through E019. For example, Bing uses E000 and E001 to mark the beginning and end of query terms for hit highlighting. HTML—Use HTML tags to mark content that needs special formatting. For example, use <b> tags to highlight query terms in display strings. The default is Raw. For display strings that contain escapable HTML characters such as <, >, and &, if textFormat is set to HTML, Bing escapes the characters as appropriate (for example, < is escaped to &lt;).",
            "enum": [
              "Raw",
              "Html"
            ],
            "in": "query",
            "name": "textFormat",
            "required": false,
            "type": "string",
            "x-ms-client-name": "TextFormat",
            "x-ms-enum": {
              "modelAsString": false,
              "name": "TextFormat"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success.",
            "schema": {
              "$ref": "#/definitions/VideoDetails"
            }
          },
          "default": {
            "description": "An error has occurred. Check the response type and/or status code for more details.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "The Video Detail Search API lets you search on Bing and get back insights about a video, such as related videos. This section provides technical details about the query parameters and headers that you use to request insights of videos and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the Web for Videos](https://docs.microsoft.com/azure/cognitive-services/bing-video-search/search-the-web).",
        "tags": [
          "VideoDetailSearch"
        ],
        "x-ms-examples": {
          "Successful video detail": {
            "parameters": {
              "Ocp-Apim-Subscription-Key": "{API key}"
            },
            "responses": {
              "200": {
                "body": {
                  "_type": "Api.VideoDetails.VideoDetails",
                  "instrumentation": {},
                  "relatedVideos": {
                    "value": [
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=7hqOHxetPXU",
                        "creator": {
                          "name": "Kids Channel - Cartoon Videos for Kids"
                        },
                        "datePublished": "2017-02-27T13:49:56.0000000",
                        "duration": "PT1H3M45S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=7hqOHxetPXU",
                        "hostPageUrl": "https://www.youtube.com/watch?v=7hqOHxetPXU",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.pVkI9pWPPcHzyg_1502783553&pid=Api",
                        "name": "Rhymes | Videos For Kids | Kids Cars | Car Cartoons",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.dyd3l1d9Eav64QLZHyL1uAEsCo&pid=Api",
                        "videoId": "CAF3C13D8F95F60859A5CAF3C13D8F95F60859A5",
                        "viewCount": 14467367,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=CAF3C13D8F95F60859A5CAF3C13D8F95F60859A5"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=B1-AHKil-RI",
                        "creator": {
                          "name": "Video For Kids"
                        },
                        "datePublished": "2017-03-29T06:59:47.0000000",
                        "duration": "PT6M52S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=B1-AHKil-RI",
                        "hostPageUrl": "https://www.youtube.com/watch?v=B1-AHKil-RI",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.9UrS4dpOO%2b49Ow_1502898462&pid=Api",
                        "name": "Video for kids with Police chases & Car Wash Police cars in the mud",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.kijP1zRUBJvQELf5J6GbtgEsCp&pid=Api",
                        "videoId": "3B3DEE3B4EDAE1D24AF53B3DEE3B4EDAE1D24AF5",
                        "viewCount": 11949800,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=3B3DEE3B4EDAE1D24AF53B3DEE3B4EDAE1D24AF5"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=NiOcekC-0uk",
                        "creator": {
                          "name": "Мульти Мульт"
                        },
                        "datePublished": "2017-02-16T15:01:46.0000000",
                        "duration": "PT11M59S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=NiOcekC-0uk",
                        "hostPageUrl": "https://www.youtube.com/watch?v=NiOcekC-0uk",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.LAVnCqKVeoDvZQ_1509291753&pid=Api",
                        "name": "Learning Vehicles Names and Sounds | Emergency Vehicles | Police Car. Fire Truck. Rescue Trucks Kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.EuueymUWyMMXZ3KWVmbSEgEsCo&pid=Api",
                        "videoId": "65EF807A95A20A67052C65EF807A95A20A67052C",
                        "viewCount": 4924148,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=65EF807A95A20A67052C65EF807A95A20A67052C"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=wTAr0xo2mSs",
                        "creator": {
                          "name": "Kids Rhymes - Cartoon Videos for Children"
                        },
                        "datePublished": "2017-01-04T13:33:20.0000000",
                        "duration": "PT21M50S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=wTAr0xo2mSs",
                        "hostPageUrl": "https://www.youtube.com/watch?v=wTAr0xo2mSs",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.G2LOodsfhT%2fCAg_1502776800&pid=Api",
                        "name": "police cars | emergency vehicles | kids car cartoons",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.iYBh1XuxiQcNE_5l9kxxsgEsCo&pid=Api",
                        "videoId": "02C23F851FDBA1CE621B02C23F851FDBA1CE621B",
                        "viewCount": 4302392,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=02C23F851FDBA1CE621B02C23F851FDBA1CE621B"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=bBH0ele7qdw",
                        "creator": {
                          "name": "FullHDvideos4me"
                        },
                        "datePublished": "2013-06-26T20:37:08.0000000",
                        "duration": "PT21M21S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=bBH0ele7qdw",
                        "hostPageUrl": "https://www.youtube.com/watch?v=bBH0ele7qdw",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.IpKXX6G11c8Aow_1503407537&pid=Api",
                        "name": "Cars Toon - ENGLISH - Mater's Tall Tales - Maters - McQueen - kids movie - Mater Toons - the cars",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.T4lhcFqGO72V9HureeJ9XwEsC3&pid=Api",
                        "videoId": "A300CFD5B5A15F979222A300CFD5B5A15F979222",
                        "viewCount": 203184571,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=A300CFD5B5A15F979222A300CFD5B5A15F979222"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=5nkXCEVuw3s",
                        "creator": {
                          "name": "Cars & Trucks Stories"
                        },
                        "datePublished": "2017-03-07T11:03:24.0000000",
                        "duration": "PT20M5S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=5nkXCEVuw3s",
                        "hostPageUrl": "https://www.youtube.com/watch?v=5nkXCEVuw3s",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.ssrrm7V1kiQ8BA_1503348629&pid=Api",
                        "name": "Police Car Chase with Racing Cars Cartoon for children & kids 3D Animation - Cars & Truck Stories",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.cM3N1-K07h-kxzMB_CbzzQEsCo&pid=Api",
                        "videoId": "043C249275B59BEBCAB2043C249275B59BEBCAB2",
                        "viewCount": 697899,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=043C249275B59BEBCAB2043C249275B59BEBCAB2"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=um1dO0EvsoM",
                        "creator": {
                          "name": "McQueen Songs"
                        },
                        "datePublished": "2016-12-06T10:49:44.0000000",
                        "duration": "PT13M17S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=um1dO0EvsoM",
                        "hostPageUrl": "https://www.youtube.com/watch?v=um1dO0EvsoM",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.Zl%2fZF%2fBxWGdiMA_1507509699&pid=Api",
                        "name": "Learn Vehicles - Fire Truck & Police Car | Colors Transport for Toddlers | Videos for Kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.WbdIMuFnZNCFpayu8I3ffAEsCo&pid=Api",
                        "videoId": "3062675871F017D95F663062675871F017D95F66",
                        "viewCount": 12134786,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=3062675871F017D95F663062675871F017D95F66"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=MILhzvM0cRA",
                        "creator": {
                          "name": "Blippi"
                        },
                        "datePublished": "2017-05-10T08:17:41.0000000",
                        "duration": "PT17M48S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=MILhzvM0cRA",
                        "hostPageUrl": "https://www.youtube.com/watch?v=MILhzvM0cRA",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.ARhQF0FJAqvBmg_1500946783&pid=Api",
                        "name": "Police Cars for Children with Blippi | Educational Videos for Kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.QcRXmziUO0Q8QhJBmFfQkwEsCo&pid=Api",
                        "videoId": "9AC1AB024941175018019AC1AB02494117501801",
                        "viewCount": 13194440,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=9AC1AB024941175018019AC1AB02494117501801"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=fUm8sgTQ7kg",
                        "creator": {
                          "name": "Kids Games"
                        },
                        "datePublished": "2017-04-16T22:27:43.0000000",
                        "duration": "PT12M2S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=fUm8sgTQ7kg",
                        "hostPageUrl": "https://www.youtube.com/watch?v=fUm8sgTQ7kg",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.YoQCmjkFy9zOzw_1506927817&pid=Api",
                        "name": "Police Car, Police Helicopter - My Town Police : Cars for Kids| Videos for Children - Android Games",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.pmcgfZ1W-mzAETTF9duZQAEsCo&pid=Api",
                        "videoId": "CFCEDCCB05399A028462CFCEDCCB05399A028462",
                        "viewCount": 149103,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=CFCEDCCB05399A028462CFCEDCCB05399A028462"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=xBmEWiWkx9I",
                        "creator": {
                          "name": "twentytrucks"
                        },
                        "datePublished": "2016-10-05T18:32:18.0000000",
                        "duration": "PT3M55S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=xBmEWiWkx9I",
                        "hostPageUrl": "https://www.youtube.com/watch?v=xBmEWiWkx9I",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.%2b8WHTMoWsIxFUg_1503469069&pid=Api",
                        "name": "Police Car for Children | Kids Truck Video - Police Vehicles",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.Te5ZY-JtEdDO-6IOGQ2XPwEsCo&pid=Api",
                        "videoId": "52458CB016CA4C87C5FB52458CB016CA4C87C5FB",
                        "viewCount": 11031696,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=52458CB016CA4C87C5FB52458CB016CA4C87C5FB"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=w_uDmovoPgo",
                        "creator": {
                          "name": "Video For Kids"
                        },
                        "datePublished": "2017-04-01T13:37:49.0000000",
                        "duration": "PT1H3M57S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=w_uDmovoPgo",
                        "hostPageUrl": "https://www.youtube.com/watch?v=w_uDmovoPgo",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.U4gGVIvnUo8cdw_1504100802&pid=Api",
                        "name": "Police Chase with Racing Cars Monster Trucks & Police Cars Video For Kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.gD3YJd4TWHaUSuasaWaWhgEsCp&pid=Api",
                        "videoId": "771C8F52E78B54068853771C8F52E78B54068853",
                        "viewCount": 2051416,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=771C8F52E78B54068853771C8F52E78B54068853"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=f5bt01v01cs",
                        "creator": {
                          "name": "Hulyan Maya"
                        },
                        "datePublished": "2016-04-20T07:16:23.0000000",
                        "duration": "PT21M58S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=f5bt01v01cs",
                        "hostPageUrl": "https://www.youtube.com/watch?v=f5bt01v01cs",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.5bYVALx7283iiQ_1507047988&pid=Api",
                        "name": "Toy Cars for Kids: Semi Truck Car Hauler Set, Monster Truck Wheelie and Bump & Go Sportscar",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.mGOuldxRnDH-KD-hUm_9xAEsCo&pid=Api",
                        "videoId": "89E2CDDB7BBC0015B6E589E2CDDB7BBC0015B6E5",
                        "viewCount": 5574027,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=89E2CDDB7BBC0015B6E589E2CDDB7BBC0015B6E5"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=cUHrekf1R0M",
                        "creator": {
                          "name": "Video For Kids"
                        },
                        "datePublished": "2017-02-18T08:51:22.0000000",
                        "duration": "PT12M54S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=cUHrekf1R0M",
                        "hostPageUrl": "https://www.youtube.com/watch?v=cUHrekf1R0M",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.j%2f4qI0Azt6KiUg_1501215790&pid=Api",
                        "name": "Car Toy Factory for Kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.Cg-wKLPpCHHvQ8mBPoDSmwEsCp&pid=Api",
                        "videoId": "52A2A2B73340232AFE8F52A2A2B73340232AFE8F",
                        "viewCount": 2073895,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=52A2A2B73340232AFE8F52A2A2B73340232AFE8F"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=9-FKSNYHkNk",
                        "creator": {
                          "name": "Kids Channel - Cartoon Videos for Kids"
                        },
                        "datePublished": "2016-12-29T13:32:19.0000000",
                        "duration": "PT1H7M7S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=9-FKSNYHkNk",
                        "hostPageUrl": "https://www.youtube.com/watch?v=9-FKSNYHkNk",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.Uxuqpi9wiBRnUg_1503900161&pid=Api",
                        "name": "Learn Colors With Street Vehicles | Color Song | Cartoon Cars For Kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.wj6iDg_LaIrJ_AAn0KLDfAEsCo&pid=Api",
                        "videoId": "52671488702FA6AA1B5352671488702FA6AA1B53",
                        "viewCount": 2805913,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=52671488702FA6AA1B5352671488702FA6AA1B53"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=E7lT_kPkoiw",
                        "creator": {
                          "name": "Kids Channel - Cartoon Videos for Kids"
                        },
                        "datePublished": "2017-03-18T15:22:26.0000000",
                        "duration": "PT1H1M57S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=E7lT_kPkoiw",
                        "hostPageUrl": "https://www.youtube.com/watch?v=E7lT_kPkoiw",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.y4MOARZQh45f3Q_1509274033&pid=Api",
                        "name": "Police Car Chase And Stunts Car Videos For Kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP._JnuJJTsuww3lnIdX7dTowEsCo&pid=Api",
                        "videoId": "DD5F8E875016010E83CBDD5F8E875016010E83CB",
                        "viewCount": 128569,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=DD5F8E875016010E83CBDD5F8E875016010E83CB"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=rO65QV82xSw",
                        "creator": {
                          "name": "Video For Kids"
                        },
                        "datePublished": "2016-08-30T14:00:33.0000000",
                        "duration": "PT28M57S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=rO65QV82xSw",
                        "hostPageUrl": "https://www.youtube.com/watch?v=rO65QV82xSw",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.EYP8aVJYDy6zyw_1498851522&pid=Api",
                        "name": "The Police Chase with Racing Cars Monster Trucks & Police Cars Video For Kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.W-AxCHcnhoKvWBgbfoY4GQEsCo&pid=Api",
                        "videoId": "CBB32E0F585269FC8311CBB32E0F585269FC8311",
                        "viewCount": 15352561,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=CBB32E0F585269FC8311CBB32E0F585269FC8311"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=M8BFtmQRHq4",
                        "creator": {
                          "name": "coilbook™ | Learning For Children"
                        },
                        "datePublished": "2015-10-23T02:43:23.0000000",
                        "duration": "PT14M49S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=M8BFtmQRHq4",
                        "hostPageUrl": "https://www.youtube.com/watch?v=M8BFtmQRHq4",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.Pmsul2qSX6FpGQ_1501880373&pid=Api",
                        "name": "Learn Shapes And Race Monster Trucks - TOYS (Part 3) | Videos For Children",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.3HsitFDq6LUTon6i2tidyQEsCo&pid=Api",
                        "videoId": "1969A15F926A972E6B3E1969A15F926A972E6B3E",
                        "viewCount": 36696302,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=1969A15F926A972E6B3E1969A15F926A972E6B3E"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=SGowPVkyius",
                        "creator": {
                          "name": "Kids Channel - Cartoon Videos for Kids"
                        },
                        "datePublished": "2015-06-24T16:41:23.0000000",
                        "duration": "PT1H21M57S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=SGowPVkyius",
                        "hostPageUrl": "https://www.youtube.com/watch?v=SGowPVkyius",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.5janwzvdhHUSlA_1504775176&pid=Api",
                        "name": "Police Car Compilation | 60mins Video For Kids | learn vehicles | kids videos",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.DHeo4fsxZm69xVGZTZqAKQEsCo&pid=Api",
                        "videoId": "94127584DD3BC3A736E694127584DD3BC3A736E6",
                        "viewCount": 8634626,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=94127584DD3BC3A736E694127584DD3BC3A736E6"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=LuXcXGSszJc",
                        "creator": {
                          "name": "Toy Cars"
                        },
                        "datePublished": "2016-07-22T06:38:16.0000000",
                        "duration": "PT2M32S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=LuXcXGSszJc",
                        "hostPageUrl": "https://www.youtube.com/watch?v=LuXcXGSszJc",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.ZQChQMjYcbCg3Q_1509978928&pid=Api",
                        "name": "CRAZY POLICE CHASE Ford Mustang Toy Cars Kids FUN! Action!",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.tZH0Lda10t42C4DFbjol_gEsCo&pid=Api",
                        "videoId": "DDA0B071D8C840A10065DDA0B071D8C840A10065",
                        "viewCount": 4874362,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=DDA0B071D8C840A10065DDA0B071D8C840A10065"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=xtOUO0l38Zk",
                        "creator": {
                          "name": "Tiki Taki Cars"
                        },
                        "datePublished": "2016-09-02T08:19:55.0000000",
                        "duration": "PT22M25S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=xtOUO0l38Zk",
                        "hostPageUrl": "https://www.youtube.com/watch?v=xtOUO0l38Zk",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.c6uwuLnovapMuw_1507174721&pid=Api",
                        "name": "Cars and Trucks Cartoon for Kids. Ambulance. Fire Truck. Police Car. Cartoons for Children",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.OIYDfS6E0o3cKXg8AbGoFwEsCo&pid=Api",
                        "videoId": "BB4CAABDE8B9B8B0AB73BB4CAABDE8B9B8B0AB73",
                        "viewCount": 1822363,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=BB4CAABDE8B9B8B0AB73BB4CAABDE8B9B8B0AB73"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=VHbHdOo0iK0",
                        "creator": {
                          "name": "4 your kids"
                        },
                        "datePublished": "2016-11-04T08:42:32.0000000",
                        "duration": "PT1H38S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=VHbHdOo0iK0",
                        "hostPageUrl": "https://www.youtube.com/watch?v=VHbHdOo0iK0",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.KD9Gk3AzCB9OEg_1504723365&pid=Api",
                        "name": "CARS and TRUCKS Cartoons Compilation for Children - 4 Your Kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.yQtIiH60Rr_PwHtizk4hqgEsCo&pid=Api",
                        "videoId": "124E1F08337093463F28124E1F08337093463F28",
                        "viewCount": 5466050,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=124E1F08337093463F28124E1F08337093463F28"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=DS88TwUvzjM",
                        "creator": {
                          "name": "coilbook™ | Learning For Children"
                        },
                        "datePublished": "2015-05-16T13:25:02.0000000",
                        "duration": "PT12M43S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=DS88TwUvzjM",
                        "hostPageUrl": "https://www.youtube.com/watch?v=DS88TwUvzjM",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.PBkYjOaPubxybA_1503505764&pid=Api",
                        "name": "Sergeant Cooper the Police Car - Real City Heroes (RCH) - Videos For Children",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.nqc9YM60xc6Wi7UnWQVhGAEsCo&pid=Api",
                        "videoId": "6C72BCB98FE68C18193C6C72BCB98FE68C18193C",
                        "viewCount": 123196938,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=6C72BCB98FE68C18193C6C72BCB98FE68C18193C"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=5npTw1KAY0Q",
                        "creator": {
                          "name": "Tiki Taki Cars"
                        },
                        "datePublished": "2016-09-24T07:41:10.0000000",
                        "duration": "PT21M6S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=5npTw1KAY0Q",
                        "hostPageUrl": "https://www.youtube.com/watch?v=5npTw1KAY0Q",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.A7KnyC9EtxcHWQ_1498197456&pid=Api",
                        "name": "Police Car cartoon for children | Emergency Vehicles cartoons | Car cartoons for kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.l3Pt4peVxrVwzWJbIRNuVwEsCo&pid=Api",
                        "videoId": "590717B7442FC8A7B203590717B7442FC8A7B203",
                        "viewCount": 4092778,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=590717B7442FC8A7B203590717B7442FC8A7B203"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=YwPyRv25wyk",
                        "creator": {
                          "name": "Kids Channel - Cartoon Videos for Kids"
                        },
                        "datePublished": "2016-10-14T15:24:46.0000000",
                        "duration": "PT26M39S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=YwPyRv25wyk",
                        "hostPageUrl": "https://www.youtube.com/watch?v=YwPyRv25wyk",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.%2bWuLa0sJEqgxFw_1502211998&pid=Api",
                        "name": "Police Car | formation and uses | Police Car Cartoons",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.7_Ig7jxHEAP_sZ80rAYDmwEsCo&pid=Api",
                        "videoId": "1731A812094B6B8B6BF91731A812094B6B8B6BF9",
                        "viewCount": 3418122,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=1731A812094B6B8B6BF91731A812094B6B8B6BF9"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=s_cGx_GByNQ",
                        "creator": {
                          "name": "Tiki Taki Cars"
                        },
                        "datePublished": "2016-04-01T08:09:35.0000000",
                        "duration": "PT20M59S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=s_cGx_GByNQ",
                        "hostPageUrl": "https://www.youtube.com/watch?v=s_cGx_GByNQ",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.k69owH8JMMiPzg_1505868239&pid=Api",
                        "name": "Car Cartoons for kids. Police Car & Racing Car. Race. Emergency Vehicles for children. Episode 63",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.sJ2ZssHFF-loXyPds7-qbgEsCo&pid=Api",
                        "videoId": "CE8FC830097FC068AF93CE8FC830097FC068AF93",
                        "viewCount": 2610222,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=CE8FC830097FC068AF93CE8FC830097FC068AF93"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=3ulurahh5hc",
                        "creator": {
                          "name": "Car City"
                        },
                        "datePublished": "2016-02-10T17:24:37.0000000",
                        "duration": "PT4M29S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=3ulurahh5hc",
                        "hostPageUrl": "https://www.youtube.com/watch?v=3ulurahh5hc",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.cykt%2ftgSqEk%2bcQ_1509280905&pid=Api",
                        "name": "Tom The Tow Truck and the Police Car in Car City | Trucks cartoon for children",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.TyLjzNZpxNCFEqAgcbfVnQEsCo&pid=Api",
                        "videoId": "713E49A812D8FE2D2973713E49A812D8FE2D2973",
                        "viewCount": 5312412,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=713E49A812D8FE2D2973713E49A812D8FE2D2973"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=ssHriuhOuzc",
                        "creator": {
                          "name": "Kids Channel - Cartoon Videos for Kids"
                        },
                        "datePublished": "2016-11-14T15:05:18.0000000",
                        "duration": "PT26M",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=ssHriuhOuzc",
                        "hostPageUrl": "https://www.youtube.com/watch?v=ssHriuhOuzc",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.%2fUFs2XjxTnm7yg_1503330914&pid=Api",
                        "name": "Kids Channel Police Car | Car Videos",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.3x01QFvBFWu1RM7dUrwzrAEsCo&pid=Api",
                        "videoId": "CABB794EF178D96C41FDCABB794EF178D96C41FD",
                        "viewCount": 231053,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=CABB794EF178D96C41FDCABB794EF178D96C41FD"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=-r7yQo4y1YE",
                        "creator": {
                          "name": "Video For Kids"
                        },
                        "datePublished": "2017-02-14T14:08:32.0000000",
                        "duration": "PT11M4S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=-r7yQo4y1YE",
                        "hostPageUrl": "https://www.youtube.com/watch?v=-r7yQo4y1YE",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.uHFZPyx1a1vnFQ_1507548617&pid=Api",
                        "name": "Police Chase for Children with Police Cars & Racing Cars Video for Kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.bl2hojjK68XoUbJsgyOiGwEsCp&pid=Api",
                        "videoId": "15E75B6B752C3F5971B815E75B6B752C3F5971B8",
                        "viewCount": 1095193,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=15E75B6B752C3F5971B815E75B6B752C3F5971B8"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=RAw7egfZUOE",
                        "creator": {
                          "name": "Video For Kids"
                        },
                        "datePublished": "2017-03-26T14:29:28.0000000",
                        "duration": "PT37M56S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=RAw7egfZUOE",
                        "hostPageUrl": "https://www.youtube.com/watch?v=RAw7egfZUOE",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.F%2f2Q%2bqPw6qHFfQ_1503451291&pid=Api",
                        "name": "A lot of Cars Toys for Kids Video for Children",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.ezzjOEFPLneEYjgGY-B1VgEsCp&pid=Api",
                        "videoId": "7DC5A1EAF0A3FA90FD177DC5A1EAF0A3FA90FD17",
                        "viewCount": 794592,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=7DC5A1EAF0A3FA90FD177DC5A1EAF0A3FA90FD17"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=J7eU39mAYRU",
                        "creator": {
                          "name": "LittleBabyTV"
                        },
                        "datePublished": "2016-11-17T03:37:26.0000000",
                        "duration": "PT47M28S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=J7eU39mAYRU",
                        "hostPageUrl": "https://www.youtube.com/watch?v=J7eU39mAYRU",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.r4R%2bjh95Q4mHyg_1504144429&pid=Api",
                        "name": "Learn Colours With Cars for Toddlers Kids Children | Videos for Children",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.FqyYMe92eysGYO81u2EOCQEsCo&pid=Api",
                        "videoId": "CA878943791F8E7E84AFCA878943791F8E7E84AF",
                        "viewCount": 14912449,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=CA878943791F8E7E84AFCA878943791F8E7E84AF"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=z6JpETLLvNM",
                        "creator": {
                          "name": "Kids Channel - Cartoon Videos for Kids"
                        },
                        "datePublished": "2017-01-14T12:11:42.0000000",
                        "duration": "PT1H1M49S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=z6JpETLLvNM",
                        "hostPageUrl": "https://www.youtube.com/watch?v=z6JpETLLvNM",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.IP1Bic5gE76fLg_1501904215&pid=Api",
                        "name": "Turbo Town | baby cartoons | car cartoon | kids compilation",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.ZWqkGW1du0q_nmWt5qmt0gEsCo&pid=Api",
                        "videoId": "2E9FBE1360CE8941FD202E9FBE1360CE8941FD20",
                        "viewCount": 3404850,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=2E9FBE1360CE8941FD202E9FBE1360CE8941FD20"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=Tldlt2RhrDw",
                        "creator": {
                          "name": "Ryan ToysReview"
                        },
                        "datePublished": "2015-06-30T21:22:58.0000000",
                        "duration": "PT7M26S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=Tldlt2RhrDw",
                        "hostPageUrl": "https://www.youtube.com/watch?v=Tldlt2RhrDw",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.SxwACBZwwDGp5g_1508275665&pid=Api",
                        "name": "100+ cars toys GIANT EGG SURPRISE OPENING Disney Pixar Lightning McQueen kids video Ryan ToysReview",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.Ts-rPrzK6jbVLYPC_WGX9QEsCo&pid=Api",
                        "videoId": "E6A931C0701608001C4BE6A931C0701608001C4B",
                        "viewCount": 766400565,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=E6A931C0701608001C4BE6A931C0701608001C4B"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=alJU33729mM",
                        "creator": {
                          "name": "Kids Channel - Cartoon Videos for Kids"
                        },
                        "datePublished": "2014-12-17T08:03:32.0000000",
                        "duration": "PT49M49S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=alJU33729mM",
                        "hostPageUrl": "https://www.youtube.com/watch?v=alJU33729mM",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.0RM8n0l7Uykweg_1503143742&pid=Api",
                        "name": "CAR WASH | COMPILATION | Videos For Children | Videos for kids | Learn Vehicles",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.nTRohDuscWOBLULhe_cUFQEsCo&pid=Api",
                        "videoId": "7A3029537B499F3C13D17A3029537B499F3C13D1",
                        "viewCount": 93939180,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=7A3029537B499F3C13D17A3029537B499F3C13D1"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=U_x_mp1BGOE",
                        "creator": {
                          "name": "Ryan ToysReview"
                        },
                        "datePublished": "2016-08-11T21:30:22.0000000",
                        "duration": "PT9M2S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=U_x_mp1BGOE",
                        "hostPageUrl": "https://www.youtube.com/watch?v=U_x_mp1BGOE",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.hZMcKt6LSkqzYA_1504426200&pid=Api",
                        "name": "HUGE POWER WHEELS COLLECTIONS Ride On Cars for Kids Compilations Part 1",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.HIpR1tfDK69JnHUHIAm5OwEsCo&pid=Api",
                        "videoId": "60B34A4A8BDE2A1C938560B34A4A8BDE2A1C9385",
                        "viewCount": 22633870,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=60B34A4A8BDE2A1C938560B34A4A8BDE2A1C9385"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=Nco6E0qjz7A",
                        "creator": {
                          "name": "Jugnu Kids - Nursery Rhymes and Kids Songs"
                        },
                        "datePublished": "2017-05-30T23:54:58.0000000",
                        "duration": "PT1H10M45S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=Nco6E0qjz7A",
                        "hostPageUrl": "https://www.youtube.com/watch?v=Nco6E0qjz7A",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.KaCENz6RuziGZw_1508841951&pid=Api",
                        "name": "Police Chase Thief Car Videos los angeles - Kids Toys Unboxing - Surprise Eggs Toys for Kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.GwEjRjULxt5fkNo-FAV8SwEsCo&pid=Api",
                        "videoId": "678638BB913E3784A029678638BB913E3784A029",
                        "viewCount": 5912788,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=678638BB913E3784A029678638BB913E3784A029"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=VxXgMajxyk4",
                        "creator": {
                          "name": "Kids Channel - Cartoon Videos for Kids"
                        },
                        "datePublished": "2016-08-29T09:55:15.0000000",
                        "duration": "PT41M33S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=VxXgMajxyk4",
                        "hostPageUrl": "https://www.youtube.com/watch?v=VxXgMajxyk4",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.jjO9tuGRmTSp0w_1501917499&pid=Api",
                        "name": "train car wash | car cartoons for children | kids video",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.Z6963FYweRUTZrcesxfbdwEsCo&pid=Api",
                        "videoId": "D3A9349991E1B6BD338ED3A9349991E1B6BD338E",
                        "viewCount": 7257139,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=D3A9349991E1B6BD338ED3A9349991E1B6BD338E"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=nMDnm5TyG4w",
                        "creator": {
                          "name": "Kids Channel - Cartoon Videos for Kids"
                        },
                        "datePublished": "2014-09-05T14:28:23.0000000",
                        "duration": "PT2M32S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=nMDnm5TyG4w",
                        "hostPageUrl": "https://www.youtube.com/watch?v=nMDnm5TyG4w",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.NkHmrKeHTBDwLw_1504053689&pid=Api",
                        "name": "Police Car Wash | videos For Children | videos for kids",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.g9jWn5SyL2oZ0eJkyPe7fwEsCo&pid=Api",
                        "videoId": "2FF0104C87A7ACE641362FF0104C87A7ACE64136",
                        "viewCount": 44940799,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=2FF0104C87A7ACE641362FF0104C87A7ACE64136"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=loSDJk3VjdI",
                        "creator": {
                          "name": "Demonracer2"
                        },
                        "datePublished": "2016-04-30T13:21:03.0000000",
                        "duration": "PT11M2S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=loSDJk3VjdI",
                        "hostPageUrl": "https://www.youtube.com/watch?v=loSDJk3VjdI",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.uZ5dhEQVZ84mTg_1505274246&pid=Api",
                        "name": "Police Cars Fire Trucks And Ambulance Responding Compilation Part 6",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.JzHoDzXHMeaj_XW9uHL4qAEsCo&pid=Api",
                        "videoId": "4E26CE671544845D9EB94E26CE671544845D9EB9",
                        "viewCount": 2644389,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=4E26CE671544845D9EB94E26CE671544845D9EB9"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=uT0MTubFXRQ",
                        "creator": {
                          "name": "Car City"
                        },
                        "datePublished": "2017-01-10T18:48:27.0000000",
                        "duration": "PT33M40S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=uT0MTubFXRQ",
                        "hostPageUrl": "https://www.youtube.com/watch?v=uT0MTubFXRQ",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.wHyf2D%2fYZ%2fHeqw_1502909456&pid=Api",
                        "name": "The Car Patrol: fire truck and police car in Amber's siren is stolen in Car City Trucks Cartoons",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.ef25OP9x1mxQ5v_XzBNTuwEsCo&pid=Api",
                        "videoId": "ABDEF167D83FD89F7CC0ABDEF167D83FD89F7CC0",
                        "viewCount": 6192700,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=ABDEF167D83FD89F7CC0ABDEF167D83FD89F7CC0"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=JvJzQdVnDuU",
                        "creator": {
                          "name": "Morphle TV"
                        },
                        "datePublished": "2016-09-29T15:52:28.0000000",
                        "duration": "PT29M33S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=JvJzQdVnDuU",
                        "hostPageUrl": "https://www.youtube.com/watch?v=JvJzQdVnDuU",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.rKqHRxcOsju8HQ_1501397240&pid=Api",
                        "name": "My Red Police Car - My Magic Pet Morphle Compilation with Police Vehicle Videos for Kids!",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.yKZcfXb-kLXrXcmOO9P7RQEsCo&pid=Api",
                        "videoId": "1DBC3BB20E174787AAAC1DBC3BB20E174787AAAC",
                        "viewCount": 27075263,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=1DBC3BB20E174787AAAC1DBC3BB20E174787AAAC"
                      },
                      {
                        "allowHttpsEmbed": true,
                        "allowMobileEmbed": false,
                        "contentUrl": "https://www.youtube.com/watch?v=fRCcbbjEV3U",
                        "creator": {
                          "name": "Toy Factory"
                        },
                        "datePublished": "2017-07-15T12:06:51.0000000",
                        "duration": "PT14M20S",
                        "hostPageDisplayUrl": "https://www.youtube.com/watch?v=fRCcbbjEV3U",
                        "hostPageUrl": "https://www.youtube.com/watch?v=fRCcbbjEV3U",
                        "isAccessibleForFree": true,
                        "isSuperfresh": false,
                        "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.ziBTXI8vVQm6Cw_1509023063&pid=Api",
                        "name": "Car parking cartoon - cars cartoon- cars for kids - trains for children - toy factory cartoon",
                        "publisher": [
                          {
                            "name": "YouTube"
                          }
                        ],
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.OiZe6oUi6joug0nPfE3jTAEsCo&pid=Api",
                        "videoId": "0BBA09552F8F5C5320CE0BBA09552F8F5C5320CE",
                        "viewCount": 3675116,
                        "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=0BBA09552F8F5C5320CE0BBA09552F8F5C5320CE"
                      }
                    ]
                  },
                  "videoResult": {
                    "allowHttpsEmbed": true,
                    "allowMobileEmbed": true,
                    "contentUrl": "https://www.youtube.com/watch?v=wHpCrFP3WIg",
                    "creator": {
                      "name": "Cars & Trains Cartoons"
                    },
                    "datePublished": "2017-05-06T08:33:12.0000000",
                    "description": "Video for children with Cop Cars Kids Cartoon! Enjoy The Police Car New Kids Animation - Cars & Trucks Cartoons for children on the screen! Enjoy best educat...",
                    "duration": "PT1H3M17S",
                    "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/wHpCrFP3WIg?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                    "encodingFormat": "h264",
                    "height": 720,
                    "hostPageDisplayUrl": "https://www.youtube.com/watch?v=wHpCrFP3WIg",
                    "hostPageUrl": "https://www.youtube.com/watch?v=wHpCrFP3WIg",
                    "isAccessibleForFree": true,
                    "isSuperfresh": false,
                    "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.8SsKh4IYGr%2bmqQ_1506858484&pid=Api",
                    "name": "Cop Cars Kid Cartoon - The Police Car New Cars for kids & Trucks Cartoons for children",
                    "publisher": [
                      {
                        "name": "YouTube"
                      }
                    ],
                    "thumbnail": {
                      "height": 168,
                      "width": 300
                    },
                    "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.IwahJWZR_3EraqgrED0rzwEsCo&pid=Api",
                    "videoId": "A9A6BF1A1882870A2BF1A9A6BF1A1882870A2BF1",
                    "viewCount": 3872833,
                    "webSearchUrl": "https://www.bing.com/videos/search?q=&view=detail&mid=A9A6BF1A1882870A2BF1A9A6BF1A1882870A2BF1",
                    "width": 1280
                  }
                },
                "headers": {}
              }
            }
          }
        }
      }
    },
    "/videos/search": {
      "get": {
        "operationId": "Videos_Search",
        "parameters": [
          {
            "$ref": "#/parameters/x-bingapis-sdk"
          },
          {
            "description": "The default media type is application/json. To specify that the response use [JSON-LD](http://json-ld.org/), set the Accept header to application/ld+json.",
            "in": "header",
            "name": "Accept",
            "required": false,
            "type": "string"
          },
          {
            "description": "A comma-delimited list of one or more languages to use for user interface strings. The list is in decreasing order of preference. For additional information, including expected format, see [RFC2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html). This header and the [setLang](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#setlang) query parameter are mutually exclusive; do not specify both. If you set this header, you must also specify the [cc](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#cc) query parameter. To determine the market to return results for, Bing uses the first supported language it finds from the list and combines it with the cc parameter value. If the list does not include a supported language, Bing finds the closest language and market that supports the request or it uses an aggregated or default market for the results. To determine the market that Bing used, see the BingAPIs-Market header. Use this header and the cc query parameter only if you specify multiple languages. Otherwise, use the [mkt](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#mkt) and [setLang](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#setlang) query parameters. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Any links to Bing.com properties in the response objects apply the specified language.",
            "in": "header",
            "name": "Accept-Language",
            "required": false,
            "type": "string",
            "x-ms-client-name": "AcceptLanguage"
          },
          {
            "description": "The user agent originating the request. Bing uses the user agent to provide mobile users with an optimized experience. Although optional, you are encouraged to always specify this header. The user-agent should be the same string that any commonly used browser sends. For information about user agents, see [RFC 2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html). The following are examples of user-agent strings. Windows Phone: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 822). Android: Mozilla / 5.0 (Linux; U; Android 2.3.5; en - us; SCH - I500 Build / GINGERBREAD) AppleWebKit / 533.1 (KHTML; like Gecko) Version / 4.0 Mobile Safari / 533.1. iPhone: Mozilla / 5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit / 536.26 (KHTML; like Gecko) Mobile / 10B142 iPhone4; 1 BingWeb / 3.03.1428.20120423. PC: Mozilla / 5.0 (Windows NT 6.3; WOW64; Trident / 7.0; Touch; rv:11.0) like Gecko. iPad: Mozilla / 5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit / 537.51.1 (KHTML, like Gecko) Version / 7.0 Mobile / 11A465 Safari / 9537.53",
            "in": "header",
            "name": "User-Agent",
            "required": false,
            "type": "string",
            "x-ms-client-name": "UserAgent"
          },
          {
            "description": "Bing uses this header to provide users with consistent behavior across Bing API calls. Bing often flights new features and improvements, and it uses the client ID as a key for assigning traffic on different flights. If you do not use the same client ID for a user across multiple requests, then Bing may assign the user to multiple conflicting flights. Being assigned to multiple conflicting flights can lead to an inconsistent user experience. For example, if the second request has a different flight assignment than the first, the experience may be unexpected. Also, Bing can use the client ID to tailor web results to that client ID’s search history, providing a richer experience for the user. Bing also uses this header to help improve result rankings by analyzing the activity generated by a client ID. The relevance improvements help with better quality of results delivered by Bing APIs and in turn enables higher click-through rates for the API consumer. IMPORTANT: Although optional, you should consider this header required. Persisting the client ID across multiple requests for the same end user and device combination enables 1) the API consumer to receive a consistent user experience, and 2) higher click-through rates via better quality of results from the Bing APIs. Each user that uses your application on the device must have a unique, Bing generated client ID. If you do not include this header in the request, Bing generates an ID and returns it in the X-MSEdge-ClientID response header. The only time that you should NOT include this header in a request is the first time the user uses your app on that device. Use the client ID for each Bing API request that your app makes for this user on the device. Persist the client ID. To persist the ID in a browser app, use a persistent HTTP cookie to ensure the ID is used across all sessions. Do not use a session cookie. For other apps such as mobile apps, use the device's persistent storage to persist the ID. The next time the user uses your app on that device, get the client ID that you persisted. Bing responses may or may not include this header. If the response includes this header, capture the client ID and use it for all subsequent Bing requests for the user on that device. If you include the X-MSEdge-ClientID, you must not include cookies in the request.",
            "in": "header",
            "name": "X-MSEdge-ClientID",
            "required": false,
            "type": "string",
            "x-ms-client-name": "ClientId"
          },
          {
            "description": "The IPv4 or IPv6 address of the client device. The IP address is used to discover the user's location. Bing uses the location information to determine safe search behavior. Although optional, you are encouraged to always specify this header and the X-Search-Location header. Do not obfuscate the address (for example, by changing the last octet to 0). Obfuscating the address results in the location not being anywhere near the device's actual location, which may result in Bing serving erroneous results.",
            "in": "header",
            "name": "X-MSEdge-ClientIP",
            "required": false,
            "type": "string",
            "x-ms-client-name": "ClientIp"
          },
          {
            "description": "A semicolon-delimited list of key/value pairs that describe the client's geographical location. Bing uses the location information to determine safe search behavior and to return relevant local content. Specify the key/value pair as <key>:<value>. The following are the keys that you use to specify the user's location. lat (required): The latitude of the client's location, in degrees. The latitude must be greater than or equal to -90.0 and less than or equal to +90.0. Negative values indicate southern latitudes and positive values indicate northern latitudes. long (required): The longitude of the client's location, in degrees. The longitude must be greater than or equal to -180.0 and less than or equal to +180.0. Negative values indicate western longitudes and positive values indicate eastern longitudes. re (required): The radius, in meters, which specifies the horizontal accuracy of the coordinates. Pass the value returned by the device's location service. Typical values might be 22m for GPS/Wi-Fi, 380m for cell tower triangulation, and 18,000m for reverse IP lookup. ts (optional): The UTC UNIX timestamp of when the client was at the location. (The UNIX timestamp is the number of seconds since January 1, 1970.) head (optional): The client's relative heading or direction of travel. Specify the direction of travel as degrees from 0 through 360, counting clockwise relative to true north. Specify this key only if the sp key is nonzero. sp (optional): The horizontal velocity (speed), in meters per second, that the client device is traveling. alt (optional): The altitude of the client device, in meters. are (optional): The radius, in meters, that specifies the vertical accuracy of the coordinates. Specify this key only if you specify the alt key. Although many of the keys are optional, the more information that you provide, the more accurate the location results are. Although optional, you are encouraged to always specify the user's geographical location. Providing the location is especially important if the client's IP address does not accurately reflect the user's physical location (for example, if the client uses VPN). For optimal results, you should include this header and the X-MSEdge-ClientIP header, but at a minimum, you should include this header.",
            "in": "header",
            "name": "X-Search-Location",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Location"
          },
          {
            "description": "A 2-character country code of the country where the results come from. This API supports only the United States market. If you specify this query parameter, it must be set to us. If you set this parameter, you must also specify the Accept-Language header. Bing uses the first supported language it finds from the languages list, and combine that language with the country code that you specify to determine the market to return results for. If the languages list does not include a supported language, Bing finds the closest language and market that supports the request, or it may use an aggregated or default market for the results instead of a specified one. You should use this query parameter and the Accept-Language query parameter only if you specify multiple languages; otherwise, you should use the mkt and setLang query parameters. This parameter and the mkt query parameter are mutually exclusive—do not specify both.",
            "in": "query",
            "name": "cc",
            "required": false,
            "type": "string",
            "x-ms-client-name": "CountryCode"
          },
          {
            "description": "The number of videos to return in the response. The actual number delivered may be less than requested. The default is 35. The maximum is 105. You may use this parameter along with the offset parameter to page results. For example, if your user interface presents 20 videos per page, set count to 20 and offset to 0 to get the first page of results. For each subsequent page, increment offset by 20 (for example, 0, 20, 40). Use this parameter only with the Video Search API. Do not specify this parameter when calling the Trending Videos API or the Web Search API.",
            "format": "int32",
            "in": "query",
            "name": "count",
            "required": false,
            "type": "integer",
            "x-ms-client-name": "Count"
          },
          {
            "description": "Filter videos by the date and time that Bing discovered the video. The following are the possible filter values. Day: Return videos discovered within the last 24 hours. Week: Return videos discovered within the last 7 days. Month: Return videos discovered within the last 30 days.",
            "enum": [
              "Day",
              "Week",
              "Month"
            ],
            "in": "query",
            "name": "freshness",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Freshness",
            "x-ms-enum": {
              "modelAsString": false,
              "name": "Freshness"
            }
          },
          {
            "description": "An ID that uniquely identifies a video. The [Video](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#video) object's videoId field contains the ID that you set this parameter to. You use this parameter to ensure that the specified video is the first video in the list of videos that Bing returns.",
            "in": "query",
            "name": "id",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Id"
          },
          {
            "description": "Filter videos by the following lengths: Short: Return videos that are less than 5 minutes. Medium: Return videos that are between 5 and 20 minutes, inclusive. Long: Return videos that are longer than 20 minutes. All: Do not filter by length.Specifying this value is the same as not specifying the videoLength parameter.",
            "enum": [
              "All",
              "Short",
              "Medium",
              "Long"
            ],
            "in": "query",
            "name": "length",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Length",
            "x-ms-enum": {
              "modelAsString": false,
              "name": "VideoLength"
            }
          },
          {
            "description": "The market where the results come from. Typically, mkt is the country where the user is making the request from. However, it could be a different country if the user is not located in a country where Bing delivers results. The market must be in the form <language code>-<country code>. For example, en-US. The string is case insensitive. For a list of possible market values, see [Market Codes](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#market-codes). NOTE: If known, you are encouraged to always specify the market. Specifying the market helps Bing route the request and return an appropriate and optimal response. If you specify a market that is not listed in [Market Codes](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#market-codes), Bing uses a best fit market code based on an internal mapping that is subject to change. This parameter and the [cc](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#cc) query parameter are mutually exclusive—do not specify both.",
            "in": "query",
            "name": "mkt",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Market"
          },
          {
            "description": "The zero-based offset that indicates the number of videos to skip before returning videos. The default is 0. The offset should be less than ([totalEstimatedMatches](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#videos-totalmatches) - count). Use this parameter along with the count parameter to page results. For example, if your user interface displays 20 videos per page, set count to 20 and offset to 0 to get the first page of results. For each subsequent page, increment offset by 20 (for example, 0, 20, 40). It is possible for multiple pages to include some overlap in results. To prevent duplicates, see [nextOffset](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#videos-nextoffset). Use this parameter only with the Video Search API.",
            "format": "int32",
            "in": "query",
            "name": "offset",
            "required": false,
            "type": "integer",
            "x-ms-client-name": "Offset"
          },
          {
            "description": "Filter videos by the following pricing options: Free: Return videos that are free to view. Paid: Return videos that require a subscription or payment to view. All: Do not filter by pricing.Specifying this value is the same as not specifying the pricing parameter.",
            "enum": [
              "All",
              "Free",
              "Paid"
            ],
            "in": "query",
            "name": "pricing",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Pricing",
            "x-ms-enum": {
              "modelAsString": false,
              "name": "VideoPricing"
            }
          },
          {
            "description": "The user's search query string. The query string cannot be empty. The query string may contain [Bing Advanced Operators](http://msdn.microsoft.com/library/ff795620.aspx). For example, to limit videos to a specific domain, use the [site:](http://msdn.microsoft.com/library/ff795613.aspx) operator. Use this parameter only with the Video Search API. Do not specify this parameter when calling the Trending Videos API.",
            "in": "query",
            "name": "q",
            "required": true,
            "type": "string",
            "x-ms-client-name": "Query"
          },
          {
            "description": "Filter videos by the following resolutions: SD480p: Return videos with a 480p or higher resolution. HD720p: Return videos with a 720p or higher resolution. HD1080p: Return videos with a 1080p or higher resolution. All: Do not filter by resolution.Specifying this value is the same as not specifying the resolution parameter.",
            "enum": [
              "All",
              "SD480p",
              "HD720p",
              "HD1080p"
            ],
            "in": "query",
            "name": "resolution",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Resolution",
            "x-ms-enum": {
              "modelAsString": false,
              "name": "VideoResolution"
            }
          },
          {
            "description": "Filter videos for adult content. The following are the possible filter values. Off: If the request is through the Video Search API, the response includes adult videos and the thumbnail images of the videos are clear (non-fuzzy). If the request is through the Web Search API, the response includes adult videos but the thumbnail images of the videos are pixelated (fuzzy). Moderate: If the request is through the Video Search API, the response does not include videos with adult content. If the request is through the Web Search API, the response may include videos with adult content but the thumbnail images of the videos are pixelated (fuzzy). Strict: Does not return videos with adult content. The default is Moderate. If the request comes from a market that Bing's adult policy requires that safeSearch is set to Strict, Bing ignores the safeSearch value and uses Strict. If you use the site: query operator, there is the chance that the response may contain adult content regardless of what the safeSearch query parameter is set to. Use site: only if you are aware of the content on the site and your scenario supports the possibility of adult content.",
            "enum": [
              "Off",
              "Moderate",
              "Strict"
            ],
            "in": "query",
            "name": "safeSearch",
            "required": false,
            "type": "string",
            "x-ms-client-name": "SafeSearch",
            "x-ms-enum": {
              "modelAsString": false,
              "name": "SafeSearch"
            }
          },
          {
            "description": "The language to use for user interface strings. Specify the language using the ISO 639-1 2-letter language code. For example, the language code for English is EN. The default is EN (English). Although optional, you should always specify the language. Typically, you set setLang to the same language specified by mkt unless the user wants the user interface strings displayed in a different language. This parameter and the [Accept-Language](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#acceptlanguage) header are mutually exclusive; do not specify both. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Also, any links to Bing.com properties in the response objects apply the specified language.",
            "in": "query",
            "name": "setLang",
            "required": false,
            "type": "string",
            "x-ms-client-name": "SetLang"
          },
          {
            "description": "A Boolean value that determines whether display strings contain decoration markers such as hit highlighting characters. If true, the strings may include markers. The default is false. To specify whether to use Unicode characters or HTML tags as the markers, see the [textFormat](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#textformat) query parameter. For information about hit highlighting, see [Hit Highlighting](https://docs.microsoft.com/azure/cognitive-services/bing-news-search/hit-highlighting).",
            "in": "query",
            "name": "textDecorations",
            "required": false,
            "type": "boolean",
            "x-ms-client-name": "TextDecorations"
          },
          {
            "description": "The type of markers to use for text decorations (see the textDecorations query parameter). Possible values are Raw—Use Unicode characters to mark content that needs special formatting. The Unicode characters are in the range E000 through E019. For example, Bing uses E000 and E001 to mark the beginning and end of query terms for hit highlighting. HTML—Use HTML tags to mark content that needs special formatting. For example, use <b> tags to highlight query terms in display strings. The default is Raw. For display strings that contain escapable HTML characters such as <, >, and &, if textFormat is set to HTML, Bing escapes the characters as appropriate (for example, < is escaped to &lt;).",
            "enum": [
              "Raw",
              "Html"
            ],
            "in": "query",
            "name": "textFormat",
            "required": false,
            "type": "string",
            "x-ms-client-name": "TextFormat",
            "x-ms-enum": {
              "modelAsString": false,
              "name": "TextFormat"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success.",
            "schema": {
              "$ref": "#/definitions/Videos"
            }
          },
          "default": {
            "description": "An error has occurred. Check the response type and/or status code for more details.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "The Video Search API lets you send a search query to Bing and get back a list of videos that are relevant to the search query. This section provides technical details about the query parameters and headers that you use to request videos and the JSON response objects that contain them. For examples that show how to make requests, see [Searching the Web for Videos](https://docs.microsoft.com/azure/cognitive-services/bing-video-search/search-the-web).",
        "tags": [
          "VideoSearch"
        ],
        "x-ms-examples": {
          "Successful video search": {
            "parameters": {
              "Ocp-Apim-Subscription-Key": "{API key}"
            },
            "responses": {
              "200": {
                "body": {
                  "_type": "Videos",
                  "instrumentation": {},
                  "nextOffset": 39,
                  "pivotSuggestions": [
                    {
                      "pivot": "cars",
                      "suggestions": [
                        {
                          "displayText": "Planes Movie",
                          "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Planes+Movie&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Planes+Movie%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                          "text": "Planes Movie",
                          "thumbnail": {
                            "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Planes+Movie&pid=Api&mkt=en-US&adlt=moderate&t=1"
                          },
                          "webSearchUrl": "https://www.bing.com/videos/search?q=Planes+Movie&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Planes+Movie%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRQBPS"
                        },
                        {
                          "displayText": "Up Movie",
                          "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Up+Movie&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Up+Movie%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                          "text": "Up Movie",
                          "thumbnail": {
                            "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Up+Movie&pid=Api&mkt=en-US&adlt=moderate&t=1"
                          },
                          "webSearchUrl": "https://www.bing.com/videos/search?q=Up+Movie&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Up+Movie%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRQBPS"
                        },
                        {
                          "displayText": "Ratatouille Movie",
                          "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Ratatouille+Movie&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Ratatouille+Movie%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                          "text": "Ratatouille Movie",
                          "thumbnail": {
                            "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Ratatouille+Movie&pid=Api&mkt=en-US&adlt=moderate&t=1"
                          },
                          "webSearchUrl": "https://www.bing.com/videos/search?q=Ratatouille+Movie&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Ratatouille+Movie%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRQBPS"
                        },
                        {
                          "displayText": "Pixar",
                          "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Pixar&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Pixar%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                          "text": "Pixar",
                          "thumbnail": {
                            "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Pixar&pid=Api&mkt=en-US&adlt=moderate&t=1"
                          },
                          "webSearchUrl": "https://www.bing.com/videos/search?q=Pixar&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Pixar%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRQBPS"
                        }
                      ]
                    }
                  ],
                  "queryExpansions": [
                    {
                      "displayText": "2 Full Movie",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+2+Full+Movie&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%222+Full+Movie%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars 2 Full Movie",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Cars+2+Full+Movie&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+2+Full+Movie&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%222+Full+Movie%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Games",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Car+Games&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Games%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Car Games",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Car+Games&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Car+Games&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Games%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Fast",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Fast+Car&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Fast%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Fast Car",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Fast+Car&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Fast+Car&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Fast%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cool",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cool+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Cool%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cool Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Cool+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cool+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Cool%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Police",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Police+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Police%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Police Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Police+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Police+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Police%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Toys",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Toys&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Toys%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Toys",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Cars+Toys&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Toys&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Toys%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Crashes",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Car+Crashes&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Crashes%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Car Crashes",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Car+Crashes&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Car+Crashes&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Crashes%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Disney",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Disney+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Disney%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Disney Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Disney+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Disney+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Disney%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Race",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Race+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Race%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Race Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Race+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Race+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Race%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Song",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Song&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Song%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Song",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Cars+Song&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Song&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Song%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Mater",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Mater&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Mater%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Mater",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Cars+Mater&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Mater&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Mater%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "RC",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=RC+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22RC%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "RC Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=RC+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=RC+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22RC%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Muscle",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Muscle+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Muscle%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Muscle Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Muscle+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Muscle+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Muscle%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Life Is a Highway",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Life+Is+a+Highway+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Life+Is+a+Highway%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Life Is a Highway Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Life+Is+a+Highway+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Life+Is+a+Highway+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Life+Is+a+Highway%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Toon",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Toon&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Toon%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Toon",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Cars+Toon&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Toon&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Toon%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Sports",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Sports+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Sports%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Sports Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Sports+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Sports+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Sports%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Trailer",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Trailer&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Trailer%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Trailer",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Cars+Trailer&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Trailer&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Trailer%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cartoon",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Cartoon&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Cartoon%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Cartoon",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Cars+Cartoon&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Cartoon&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Cartoon%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "2006",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+2006&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%222006%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars 2006",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Cars+2006&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+2006&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%222006%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Show",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Car+Show&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Show%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Car Show",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Car+Show&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Car+Show&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Show%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Classic",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Classic+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Classic%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Classic Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Classic+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Classic+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Classic%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Lightning McQueen",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Lightning+McQueen&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Lightning+McQueen%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Lightning McQueen",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Cars+Lightning+McQueen&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Lightning+McQueen&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Lightning+McQueen%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Clip",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Clip&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Clip%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Clip",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Cars+Clip&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Clip&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Clip%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "New",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=New+Car&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22New%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "New Car",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=New+Car&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=New+Car&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22New%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Real Gone",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Real+Gone&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Real+Gone%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Real Gone",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Cars+Real+Gone&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Real+Gone&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Real+Gone%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "DVD",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+DVD&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22DVD%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars DVD",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Cars+DVD&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+DVD&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22DVD%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Tractor Tipping",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Tractor+Tipping&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Tractor+Tipping%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Tractor Tipping",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Cars+Tractor+Tipping&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Tractor+Tipping&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Tractor+Tipping%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "LEGO",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=LEGO+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22LEGO%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "LEGO Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=LEGO+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=LEGO+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22LEGO%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Soundtrack",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Soundtrack&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Soundtrack%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Soundtrack",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Cars+Soundtrack&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Soundtrack&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Soundtrack%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Future",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Future+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Future%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Future Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Future+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Future+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Future%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Old",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Old+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Old%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Old Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Old+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Old+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Old%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Custom",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Custom+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Custom%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Custom Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Custom+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Custom+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Custom%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Part 1",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Part+1&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Part+1%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Part 1",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Cars+Part+1&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Part+1&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Part+1%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "2015",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=2015+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%222015%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "2015 Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=2015+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=2015+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%222015%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Pixar",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Pixar&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Pixar%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars Pixar",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Cars+Pixar&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Pixar&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Pixar%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Nice",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Nice+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Nice%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Nice Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Nice+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Nice+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Nice%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Minecraft",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Minecraft+Car&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Minecraft%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Minecraft Car",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Minecraft+Car&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Minecraft+Car&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Minecraft%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Exotic",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Exotic+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Exotic%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Exotic Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Exotic+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Exotic+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Exotic%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "End Credits",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+End+Credits&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22End+Credits%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Cars End Credits",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Cars+End+Credits&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+End+Credits&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22End+Credits%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    },
                    {
                      "displayText": "Drifting",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Drifting+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Drifting%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d",
                      "text": "Drifting Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Drifting+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Drifting+Cars&tq=%7b%22pq%22%3a%22cars%22%2c%22qs%22%3a%5b%7b%22cv%22%3a%22cars%22%2c%22pv%22%3a%22cars%22%2c%22hps%22%3atrue%2c%22iqp%22%3afalse%7d%2c%7b%22cv%22%3a%22Drifting%22%2c%22pv%22%3a%22%22%2c%22hps%22%3afalse%2c%22iqp%22%3atrue%7d%5d%7d&FORM=VRPATC"
                    }
                  ],
                  "readLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=cars",
                  "relatedSearches": [
                    {
                      "displayText": "Classic Cars",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Classic+Cars",
                      "text": "Classic Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Classic+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Classic+Cars&FORM=VRPATC"
                    },
                    {
                      "displayText": "Car Crashes",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Car+Crashes",
                      "text": "Car Crashes",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Car+Crashes&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Car+Crashes&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cars 2 YouTube",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+2+YouTube",
                      "text": "Cars 2 YouTube",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Cars+2+YouTube&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+2+YouTube&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cars 2006",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+2006",
                      "text": "Cars 2006",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Cars+2006&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+2006&FORM=VRPATC"
                    },
                    {
                      "displayText": "Police Car Driving Games",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Police+Car+Driving+Games",
                      "text": "Police Car Driving Games",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Police+Car+Driving+Games&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Police+Car+Driving+Games&FORM=VRPATC"
                    },
                    {
                      "displayText": "Hot Cars",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Hot+Cars",
                      "text": "Hot Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Hot+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Hot+Cars&FORM=VRPATC"
                    },
                    {
                      "displayText": "Awesome Cars",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Awesome+Cars",
                      "text": "Awesome Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Awesome+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Awesome+Cars&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cars 3 Full Movie",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+3+Full+Movie",
                      "text": "Cars 3 Full Movie",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Cars+3+Full+Movie&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+3+Full+Movie&FORM=VRPATC"
                    },
                    {
                      "displayText": "RC Cars",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=RC+Cars",
                      "text": "RC Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=RC+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=RC+Cars&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cars Movie",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Movie",
                      "text": "Cars Movie",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Cars+Movie&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Movie&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cool Cars",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cool+Cars",
                      "text": "Cool Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Cool+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cool+Cars&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cars Trailer",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Trailer",
                      "text": "Cars Trailer",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Cars+Trailer&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Trailer&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cars 2 Games",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+2+Games",
                      "text": "Cars 2 Games",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Cars+2+Games&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+2+Games&FORM=VRPATC"
                    },
                    {
                      "displayText": "Race Cars",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Race+Cars",
                      "text": "Race Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Race+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Race+Cars&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cars 2 Toys",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+2+Toys",
                      "text": "Cars 2 Toys",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Cars+2+Toys&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+2+Toys&FORM=VRPATC"
                    },
                    {
                      "displayText": "Fast Cars",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Fast+Cars",
                      "text": "Fast Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Fast+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Fast+Cars&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cars Music",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+Music",
                      "text": "Cars Music",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?q=Cars+Music&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+Music&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cars 3 Trailer",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+3+Trailer",
                      "text": "Cars 3 Trailer",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Cars+3+Trailer&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+3+Trailer&FORM=VRPATC"
                    },
                    {
                      "displayText": "Disney Cars",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Disney+Cars",
                      "text": "Disney Cars",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?q=Disney+Cars&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Disney+Cars&FORM=VRPATC"
                    },
                    {
                      "displayText": "The Cars Band",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=The+Cars+Band",
                      "text": "The Cars Band",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=The+Cars+Band&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=The+Cars+Band&FORM=VRPATC"
                    },
                    {
                      "displayText": "Car Games",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Car+Games",
                      "text": "Car Games",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse2.mm.bing.net/th?q=Car+Games&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Car+Games&FORM=VRPATC"
                    },
                    {
                      "displayText": "Cars 3",
                      "searchLink": "https://api.cognitive.microsoft.com/api/v7/videos/search?q=Cars+3",
                      "text": "Cars 3",
                      "thumbnail": {
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?q=Cars+3&pid=Api&mkt=en-US&adlt=moderate&t=1"
                      },
                      "webSearchUrl": "https://www.bing.com/videos/search?q=Cars+3&FORM=VRPATC"
                    }
                  ],
                  "totalEstimatedMatches": 1000,
                  "value": [
                    {
                      "allowHttpsEmbed": false,
                      "allowMobileEmbed": false,
                      "contentUrl": "https://gostream.is/film/cars-6603/watching.html",
                      "datePublished": "2017-09-06T16:21:25.0000000",
                      "description": "Cars While traveling to California for the dispute of the final race, cocky, rookie Lightning McQueen accidentally damages the road of the small town. In order to ...",
                      "duration": "PT1H57M",
                      "encodingFormat": "",
                      "height": 316,
                      "hostPageDisplayUrl": "https://gostream.is/film/cars-6603/watching.html",
                      "hostPageUrl": "https://gostream.is/film/cars-6603/watching.html",
                      "isSuperfresh": false,
                      "name": "Cars",
                      "publisher": [
                        {
                          "name": "gostream.is"
                        }
                      ],
                      "thumbnail": {
                        "height": 300,
                        "width": 202
                      },
                      "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.rMYFlpa9XjiIuUY885Yp1ADKEs&pid=Api",
                      "videoId": "1CA6E7FBA0D7ECDBC52D1CA6E7FBA0D7ECDBC52D",
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=1CA6E7FBA0D7ECDBC52D1CA6E7FBA0D7ECDBC52D",
                      "width": 213
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=_Xbh2ivT0gg",
                      "creator": {
                        "name": "PixarMoviesOnDemand"
                      },
                      "datePublished": "2011-11-19T14:01:53.0000000",
                      "description": "Hotshot race car Lightning McQueen (Owen Wilson) is living life in the fast lane - until he hits a detour and gets stranded in Radiator Springs, a forgotten town on ...",
                      "duration": "PT1H56M31S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/_Xbh2ivT0gg?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=_Xbh2ivT0gg",
                      "hostPageUrl": "https://www.youtube.com/watch?v=_Xbh2ivT0gg",
                      "isAccessibleForFree": false,
                      "isSuperfresh": false,
                      "name": "Cars",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 225,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.4LYmtclcrKgGYHCpfhRA1wEsDh&pid=Api",
                      "videoId": "CEAFE062AC959330E35CCEAFE062AC959330E35C",
                      "viewCount": 333644,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=CEAFE062AC959330E35CCEAFE062AC959330E35C",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=wHpCrFP3WIg",
                      "creator": {
                        "name": "Cars & Trains Cartoons"
                      },
                      "datePublished": "2017-05-06T08:33:12.0000000",
                      "description": "Video for children with Cop Cars Kids Cartoon! Enjoy The Police Car New Kids Animation - Cars & Trucks Cartoons for children on the screen! Enjoy best educat...",
                      "duration": "PT1H3M17S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/wHpCrFP3WIg?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=wHpCrFP3WIg",
                      "hostPageUrl": "https://www.youtube.com/watch?v=wHpCrFP3WIg",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.8SsKh4IYGr%2bmqQ_1506858484&pid=Api",
                      "name": "Cop Cars Kid Cartoon - The Police Car New Cars for kids & Trucks Cartoons for children",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.IwahJWZR_3EraqgrED0rzwEsCo&pid=Api",
                      "videoId": "A9A6BF1A1882870A2BF1A9A6BF1A1882870A2BF1",
                      "viewCount": 3910380,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=A9A6BF1A1882870A2BF1A9A6BF1A1882870A2BF1",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=g_k8tF66f9o",
                      "creator": {
                        "name": "YouTube Movies"
                      },
                      "datePublished": "2011-11-19T14:01:53.0000000",
                      "description": "From the creators of Cars comes a new, laugh-out-loud, heartwarming adventure geared for the entire family. Star racecar Lightning McQueen (Owen Wilson) and ...",
                      "duration": "PT1H46M14S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/g_k8tF66f9o?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=g_k8tF66f9o",
                      "hostPageUrl": "https://www.youtube.com/watch?v=g_k8tF66f9o",
                      "isAccessibleForFree": false,
                      "isSuperfresh": false,
                      "name": "Cars 2",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 360,
                        "width": 480
                      },
                      "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.ZYgFQA1zPH3HE6XIfR6giQHgFo&pid=Api",
                      "videoId": "8B2B148795DA10FD2C998B2B148795DA10FD2C99",
                      "viewCount": 274486,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=8B2B148795DA10FD2C998B2B148795DA10FD2C99",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=5mLCMMZNOVQ",
                      "creator": {
                        "name": "GUJA TV"
                      },
                      "datePublished": "2017-01-30T00:28:52.0000000",
                      "description": "Disney Pixar Cars Mack Truck hauler Disney Pixar Cars 2 Lightning Mcqueen Disney Pixar Cars 3 Jackson storm Disney cars 3 cruz ramirez My Other Lightning McQueen ...",
                      "duration": "PT10M37S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/5mLCMMZNOVQ?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=5mLCMMZNOVQ",
                      "hostPageUrl": "https://www.youtube.com/watch?v=5mLCMMZNOVQ",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM1.oxRiH4%2bII9qo7A_1503063629&pid=Api",
                      "name": "Disney Pixar Cars Mack Truck hauler Disney Cars 2 McQueen Disney Cars 3 Jackson storm cruz ramirez",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.eV_rrVuU0BOpVuGablikUQEsCo&pid=Api",
                      "videoId": "ECA8DA23888F1F6214A3ECA8DA23888F1F6214A3",
                      "viewCount": 124774,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=ECA8DA23888F1F6214A3ECA8DA23888F1F6214A3",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=W7hiYbZVAII",
                      "creator": {
                        "name": "CARS 4 KIDS"
                      },
                      "datePublished": "2017-02-09T21:40:28.0000000",
                      "description": "McQueen cars transportation Previous funny videos: Learn colors w truck and cars https://youtu.be/ju6a2xBYstw Offroad cars learning https://youtu.be/gydeoGwW...",
                      "duration": "PT12M12S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/W7hiYbZVAII?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=W7hiYbZVAII",
                      "hostPageUrl": "https://www.youtube.com/watch?v=W7hiYbZVAII",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.0APKBOHrpe1KwQ_1508069945&pid=Api",
                      "name": "MCQUEEN CARS Transportation in Mack Truck Cartoon for Kids & Colors for Children Learn Numbers",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.v3w5TloyvWJH16akdtF7VgEsCo&pid=Api",
                      "videoId": "C14AEDA5EBE104CA03D0C14AEDA5EBE104CA03D0",
                      "viewCount": 15029626,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=C14AEDA5EBE104CA03D0C14AEDA5EBE104CA03D0",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=dQjhuIT_ra8",
                      "creator": {
                        "name": "DCTC Toy Channel"
                      },
                      "datePublished": "2014-05-24T00:06:36.0000000",
                      "description": "Disney Pixar Cars 2 World Grand Prix Race Launcher Carrying Case Launch 10 Cars at once! This Pixar Cars Film inspired playset includes one exclusive Lightning ...",
                      "duration": "PT8M6S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/dQjhuIT_ra8?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=dQjhuIT_ra8",
                      "hostPageUrl": "https://www.youtube.com/watch?v=dQjhuIT_ra8",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.fmDa9XolNQvZUQ_1502874556&pid=Api",
                      "name": "CARS 2 World Grand Prix 10 Car Race Launcher Hot Wheels Toys Disney Pixar Cars Carrying Case",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.YyfiCZCf1YJWLB4RhzaKwgEsCo&pid=Api",
                      "videoId": "51D90B35257AF5DA607E51D90B35257AF5DA607E",
                      "viewCount": 16222065,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=51D90B35257AF5DA607E51D90B35257AF5DA607E",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=kLAnVd5y7M4",
                      "creator": {
                        "name": "CarsToysMovies"
                      },
                      "datePublished": "2016-07-27T07:20:26.0000000",
                      "description": "Cars Toys Movies Next Video: https://youtu.be/4VR7KKvMz_Q Subscribe to Cars Toys Movies: http://bit.ly/SubCTM Watch previous Movie, https://youtu.be/tnGpZpuS...",
                      "duration": "PT9M21S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/kLAnVd5y7M4?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=kLAnVd5y7M4",
                      "hostPageUrl": "https://www.youtube.com/watch?v=kLAnVd5y7M4",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.xNzQazVp87%2foQw_1507277605&pid=Api",
                      "name": "Disney Pixar Cars Toys Movies COMPLETE COLLECTION Frozen Mater Ice Monster Lightning McQueen Minions",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 225,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.1Id4cTqnNymsEqeyE0krgAEsDh&pid=Api",
                      "videoId": "43E8BFF369356BD0DCC443E8BFF369356BD0DCC4",
                      "viewCount": 52166372,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=43E8BFF369356BD0DCC443E8BFF369356BD0DCC4",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=VdRr_cLhZxM",
                      "creator": {
                        "name": "Ryan ToysReview"
                      },
                      "datePublished": "2017-01-27T20:58:32.0000000",
                      "description": "Power Wheels Ride ON Cars for Kids with Ryan ToysReview! It's a BMW Battery Powered Super Car 6 volt unboxing, building, and test drive fun playtime with Rya...",
                      "duration": "PT9M55S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/VdRr_cLhZxM?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=VdRr_cLhZxM",
                      "hostPageUrl": "https://www.youtube.com/watch?v=VdRr_cLhZxM",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.oXPk8F1KhbKnaw_1509137807&pid=Api",
                      "name": "Power Wheels Ride on Cars for Kids BMW Battery Powered Super Car 6V Unboxing Playtime Fun Test Drive",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.DjVy53MWFcn9z5WAnThrPgEsCo&pid=Api",
                      "videoId": "6BA7B2854A5DF0E473A16BA7B2854A5DF0E473A1",
                      "viewCount": 13537112,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=6BA7B2854A5DF0E473A16BA7B2854A5DF0E473A1",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=mR7IQxfl3OE",
                      "creator": {
                        "name": "dutchbailey"
                      },
                      "datePublished": "2010-04-12T14:39:58.0000000",
                      "description": "Check it out. About 2000 old cars, all lined up nicely in rows. Most of these are Chevys. You want to know where these cars are? email me... info@dutchhoward.net",
                      "duration": "PT3M45S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/mR7IQxfl3OE?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 360,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=mR7IQxfl3OE",
                      "hostPageUrl": "https://www.youtube.com/watch?v=mR7IQxfl3OE",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.o6Ep1o3KXdpBAw_1504821468&pid=Api",
                      "name": "2000 OLD CARS",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.BZe1d5-pVuoiRfTNq8O1YAEsCo&pid=Api",
                      "videoId": "0341DA5DCA8DD629A1A30341DA5DCA8DD629A1A3",
                      "viewCount": 305912,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=0341DA5DCA8DD629A1A30341DA5DCA8DD629A1A3",
                      "width": 480
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=HQp1g_R7fUc",
                      "creator": {
                        "name": "DCToys Sandaroo Kids"
                      },
                      "datePublished": "2013-06-24T22:20:47.0000000",
                      "description": "Hot Wheels vs. Disney Cars diecasts. It's time to compete and find which diecast toy cars are the best, Mattel Hot Wheels or Disney Pixar Cars diecast toys. There are ...",
                      "duration": "PT3M6S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/HQp1g_R7fUc?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=HQp1g_R7fUc",
                      "hostPageUrl": "https://www.youtube.com/watch?v=HQp1g_R7fUc",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.%2fMb70Rgfwf33SQ_1505428933&pid=Api",
                      "name": "Hot Wheels vs Disney Cars Competition Play-Doh Disney Cars vs Racing Hot Wheels",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.6YA7qQ147U3iCHO2nAq0hgEsCo&pid=Api",
                      "videoId": "49F7FDC11F18D1FBC6FC49F7FDC11F18D1FBC6FC",
                      "viewCount": 3473318,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=49F7FDC11F18D1FBC6FC49F7FDC11F18D1FBC6FC",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=uxx75HVd-F0",
                      "creator": {
                        "name": "TheTrailerGal"
                      },
                      "datePublished": "2010-02-11T20:32:38.0000000",
                      "description": "Pixar's 7th Full-Length Animated Film June 9, 2006",
                      "duration": "PT2M34S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/uxx75HVd-F0?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 360,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=uxx75HVd-F0",
                      "hostPageUrl": "https://www.youtube.com/watch?v=uxx75HVd-F0",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.BOZuscL9bFWe6Q_1508559538&pid=Api",
                      "name": "Cars (2006) Trailer",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 124,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.7g5y1oUvw7EVatO8u9V4lwEsB8&pid=Api",
                      "videoId": "E99E556CFDC2B16EE604E99E556CFDC2B16EE604",
                      "viewCount": 1139597,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=E99E556CFDC2B16EE604E99E556CFDC2B16EE604",
                      "width": 480
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=xJQX7SQ3dQ4",
                      "creator": {
                        "name": "iSneakSometimes"
                      },
                      "datePublished": "2013-07-04T08:28:08.0000000",
                      "description": "Disney Pixar Cars 1 the Videogame - Episode 5 Subscribe to the show: https://www.youtube.com/show/cars If you liked this video please leave a thumbs up. It really ...",
                      "duration": "PT9M36S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/xJQX7SQ3dQ4?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=xJQX7SQ3dQ4",
                      "hostPageUrl": "https://www.youtube.com/watch?v=xJQX7SQ3dQ4",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.1EK1ks0UsT1ZqA_1505199298&pid=Api",
                      "name": "Disney Pixar Cars 1 the Videogame - Episode 5",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.Ztv7lRQ4fsfkiIimOOM9XAEsCo&pid=Api",
                      "videoId": "A8593DB114CD92B542D4A8593DB114CD92B542D4",
                      "viewCount": 4945860,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=A8593DB114CD92B542D4A8593DB114CD92B542D4",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=hXeTtDTCgBw",
                      "creator": {
                        "name": "DCTC Toy Channel"
                      },
                      "datePublished": "2014-03-26T17:58:42.0000000",
                      "description": "New 2014 Disney Pixar Cars 2 Funny Talkers Lightning McQueen and Mater Cars Toys by Mattel. Check out more of our Play Doh Videos by Disney Cars Toy Club below! Play ...",
                      "duration": "PT3M49S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/hXeTtDTCgBw?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=hXeTtDTCgBw",
                      "hostPageUrl": "https://www.youtube.com/watch?v=hXeTtDTCgBw",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.UmaeWX9y8mEslA_1507899067&pid=Api",
                      "name": "2014 Cars 2 Talking Lightning McQueen and Funny Talkers Mater Disney Pixar Cars Toys",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.yhp47_y1aN8H5ac26D_jRwEsCo&pid=Api",
                      "videoId": "942C61F2727F599E6652942C61F2727F599E6652",
                      "viewCount": 1788900,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=942C61F2727F599E6652942C61F2727F599E6652",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": false,
                      "allowMobileEmbed": false,
                      "contentUrl": "https://www.amazon.com/Cars-2-Owen-Wilson/dp/B005SAP45I",
                      "description": "From Disney and Pixar comes a laugh-out-loud adventure - Cars 2!",
                      "duration": "PT46M",
                      "encodingFormat": "",
                      "height": 2560,
                      "hostPageDisplayUrl": "https://www.amazon.com/Cars-2-Owen-Wilson/dp/B005SAP45I",
                      "hostPageUrl": "https://www.amazon.com/Cars-2-Owen-Wilson/dp/B005SAP45I",
                      "isAccessibleForFree": false,
                      "isSuperfresh": false,
                      "name": "Cars 2",
                      "publisher": [
                        {
                          "name": "amazon.com"
                        }
                      ],
                      "thumbnail": {
                        "height": 480,
                        "width": 360
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.hZdD9RsutyXUVnCGeD_2LQFoHg&pid=Api",
                      "videoId": "1DDFC289E5C6D5CC4E171DDFC289E5C6D5CC4E17",
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=1DDFC289E5C6D5CC4E171DDFC289E5C6D5CC4E17",
                      "width": 1920
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=m2VUtCDPk-g",
                      "creator": {
                        "name": "Blu Toys Club Surprise"
                      },
                      "datePublished": "2011-08-26T16:58:39.0000000",
                      "description": "This video is from 2011 with 405 vehicles from my cars, cars2, cars toons Mater's Tall Tales collection in diecast, plush, toys, planes, plushes and RC remote control ...",
                      "duration": "PT8M53S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/m2VUtCDPk-g?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 360,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=m2VUtCDPk-g",
                      "hostPageUrl": "https://www.youtube.com/watch?v=m2VUtCDPk-g",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.guY%2fUx8ykpAi8w_1503896752&pid=Api",
                      "name": "400 Disney Pixar Cars 2 Diecasts + Planes Cars Toons My Entire Complete Display collection toys",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.IK-FQ7bPX8yOj4PeTymadgEsCo&pid=Api",
                      "videoId": "F3229092321F533FE682F3229092321F533FE682",
                      "viewCount": 3934570,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=F3229092321F533FE682F3229092321F533FE682",
                      "width": 480
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=hzMlV1g6ziI",
                      "creator": {
                        "name": "iSneakSometimes"
                      },
                      "datePublished": "2012-11-19T07:50:45.0000000",
                      "description": "This is my Let's play of Cars (Video Game) developed by THQ (Video Game Developer) for the Xbox 360. This game follows Lightning McQueen and Mater after the events of ...",
                      "duration": "PT3M39S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/hzMlV1g6ziI?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=hzMlV1g6ziI",
                      "hostPageUrl": "https://www.youtube.com/watch?v=hzMlV1g6ziI",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.RdLSSbc%2fymDtvQ_1504396810&pid=Api",
                      "name": "Cars 1 the Videogame - Part 1 | Lightning McQueen Cars Racing Dream",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.N0_lTrNI46XGmdLtctsKJAEsCo&pid=Api",
                      "videoId": "BDED60CA3FB749D2D245BDED60CA3FB749D2D245",
                      "viewCount": 1344378,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=BDED60CA3FB749D2D245BDED60CA3FB749D2D245",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=Ccq5cXjPzRw",
                      "creator": {
                        "name": "DCTC Toy Channel"
                      },
                      "datePublished": "2013-05-23T08:46:50.0000000",
                      "description": "Cars 2 The Video Game Cars 2 The Game Battle between Snot Rod vs Mater the Greater. Disney's Pixar Movie Cars2 race to the finish line. PS3 gameplay of a 2 Player ...",
                      "duration": "PT3M53S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/Ccq5cXjPzRw?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=Ccq5cXjPzRw",
                      "hostPageUrl": "https://www.youtube.com/watch?v=Ccq5cXjPzRw",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.gjXQ8HkipBr%2fpA_1501970112&pid=Api",
                      "name": "PS3 Cars 2 The Video Game SNOT ROD vs MATER THE GREATER By Disney Cars Toy Club",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.diEijmjGlK_UsMIG4gYU4gEsCo&pid=Api",
                      "videoId": "A4FF1AA42279F0D03582A4FF1AA42279F0D03582",
                      "viewCount": 1726575,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=A4FF1AA42279F0D03582A4FF1AA42279F0D03582",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=2cJt4j0swcE",
                      "creator": {
                        "name": "DCTC Toy Channel"
                      },
                      "datePublished": "2014-06-20T15:03:30.0000000",
                      "description": "Disney Pixar Cars Lightning McQueen Transforming Drift Race Track Takara Tomy Toys. Mcqueen Cars Transforms from the Radiator Springs #95 Racer to a Diecast Cars ...",
                      "duration": "PT20M46S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/2cJt4j0swcE?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=2cJt4j0swcE",
                      "hostPageUrl": "https://www.youtube.com/watch?v=2cJt4j0swcE",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.Y3XMx7t%2fnn091Q_1501510899&pid=Api",
                      "name": "CARS Lightning McQueen Transforming Drift Race Track Takara Tomy Disney Pixar Cars 2 Toys",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.R3rrdLv1rKITSERDV0LnVAEsCo&pid=Api",
                      "videoId": "D53D7D9E7FBBC7CC7563D53D7D9E7FBBC7CC7563",
                      "viewCount": 4169122,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=D53D7D9E7FBBC7CC7563D53D7D9E7FBBC7CC7563",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=a8z_RKhBTrg",
                      "creator": {
                        "name": "Ryan ToysReview"
                      },
                      "datePublished": "2016-04-18T00:28:32.0000000",
                      "description": "Racing Cars around the house with Ryan and his family from Ryan ToysReview! HyperChargers 1:16 Heat Chase Twin Pack R/C, '09 Stingray VS. '16 Camaro is a great remote ...",
                      "duration": "PT4M49S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/a8z_RKhBTrg?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=a8z_RKhBTrg",
                      "hostPageUrl": "https://www.youtube.com/watch?v=a8z_RKhBTrg",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.UHZEQ5u9jb1pgA_1506307718&pid=Api",
                      "name": "Racing Cars around the house Remote Control toy cars for kids Egg Surprise Toys Hot Wheels",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.pwE9UhMTPxgPPInn_TP12AEsCo&pid=Api",
                      "videoId": "8069BD8DBD9B434476508069BD8DBD9B43447650",
                      "viewCount": 8009723,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=8069BD8DBD9B434476508069BD8DBD9B43447650",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=c0TFSa4Itqk",
                      "creator": {
                        "name": "Blu Toys Club Surprise"
                      },
                      "datePublished": "2011-02-03T18:35:22.0000000",
                      "description": "http://www.youtube.com/watch?v=MUYWFQK49ho \"Shake n go speedway\" Just found these cool talking cars from Fisher-Price and Mattel called \"shake n go\" from Disney Pixar ...",
                      "duration": "PT1M10S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/c0TFSa4Itqk?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 360,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=c0TFSa4Itqk",
                      "hostPageUrl": "https://www.youtube.com/watch?v=c0TFSa4Itqk",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.LhVhcm%2fN136XVA_1504773057&pid=Api",
                      "name": "Shake n Go Cars Toon Mattel & Fisher Price Toy Story Cars 2 Mater's tall tales by Blucollection",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.DOjg9Z5N8RbvOmli6OZJogEsCo&pid=Api",
                      "videoId": "54977ED7CD6F7261152E54977ED7CD6F7261152E",
                      "viewCount": 2882771,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=54977ED7CD6F7261152E54977ED7CD6F7261152E",
                      "width": 480
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=W-hbrYV4pIQ",
                      "creator": {
                        "name": "Family Fun and Kids Entertainment"
                      },
                      "datePublished": "2014-07-07T21:59:01.0000000",
                      "description": "Lightning McQueen, Mater, Waiter Mater and Disney/Pixar Cars World of Cars Mel Dorado Show Die-Cast . Disney Pixar Cars Mel Dorado Die-Cast Car Toy Cars Collection ...",
                      "duration": "PT4M20S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/W-hbrYV4pIQ?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=W-hbrYV4pIQ",
                      "hostPageUrl": "https://www.youtube.com/watch?v=W-hbrYV4pIQ",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM2.YPDUJ7%2f3EseJ1Q_1503169105&pid=Api",
                      "name": "Disney Pixar Cars Mel Dorado Die-Cast Car Collection Cars 2 Toys Lightning McQueen Cadillac Eldorado",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.onBG7suQ8Vb_pWgF7guaZgEsCo&pid=Api",
                      "videoId": "D589C712F7BF27D4F060D589C712F7BF27D4F060",
                      "viewCount": 57051,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=D589C712F7BF27D4F060D589C712F7BF27D4F060",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=E3KRKwNuuSE",
                      "creator": {
                        "name": "Au Copello"
                      },
                      "datePublished": "2016-09-22T05:52:56.0000000",
                      "description": "Disney Pixar Mack Truck and Disney Cars lightning mcqueen toys Cars 2 from Disney Pixar Cars, toys unboxing and toy reviews for children. These toy cars for ...",
                      "duration": "PT8M58S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/E3KRKwNuuSE?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=E3KRKwNuuSE",
                      "hostPageUrl": "https://www.youtube.com/watch?v=E3KRKwNuuSE",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.DufgMYwpyipBTQ_1508587748&pid=Api",
                      "name": "Disney Pixar Mack Truck and Disney Cars lightning mcqueen toys Cars 2 from Disney Pixar Cars",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.N8NYjdNdUj6uNDgGgNWrvAEsCo&pid=Api",
                      "videoId": "4D412ACA298C31E0E70E4D412ACA298C31E0E70E",
                      "viewCount": 71408,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=4D412ACA298C31E0E70E4D412ACA298C31E0E70E",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=JzwWqkxBb5I",
                      "creator": {
                        "name": "Benjamin Tsai"
                      },
                      "datePublished": "2006-03-22T06:53:42.0000000",
                      "description": "quiktime trailer",
                      "duration": "PT2M6S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/JzwWqkxBb5I?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 360,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=JzwWqkxBb5I",
                      "hostPageUrl": "https://www.youtube.com/watch?v=JzwWqkxBb5I",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.Y3XZNOQqO05eQA_1506865872&pid=Api",
                      "name": "Cars trailer",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 225,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.xxGh__agGkyNF0GAMD1pBgEsDh&pid=Api",
                      "videoId": "405E4E3B2AE434D97563405E4E3B2AE434D97563",
                      "viewCount": 16555910,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=405E4E3B2AE434D97563405E4E3B2AE434D97563",
                      "width": 480
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=ZXNpFijklLM",
                      "creator": {
                        "name": "DCToys Sandaroo Kids"
                      },
                      "datePublished": "2013-08-20T17:23:31.0000000",
                      "description": "Brand new to 2013 Disney Cars Micro Drifters Fast Flip Transforming Raceway is now available. This 2 tracks in 1 Micro Drifters Cars playset has a Willy's Butte Dirt ...",
                      "duration": "PT3M19S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/ZXNpFijklLM?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=ZXNpFijklLM",
                      "hostPageUrl": "https://www.youtube.com/watch?v=ZXNpFijklLM",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.hFKIXUU2KI8iyA_1501535964&pid=Api",
                      "name": "Micro Drifters Fast Flip Transforming Raceway Disney Cars Micro Drifters Speedway NEW Willy Butte",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.WEBOkQGHPySVr9RYCcmeeAEsCo&pid=Api",
                      "videoId": "C8228F2836455D885284C8228F2836455D885284",
                      "viewCount": 1444417,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=C8228F2836455D885284C8228F2836455D885284",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=1xC0KNDN8Ew",
                      "creator": {
                        "name": "DCTC Toy Channel"
                      },
                      "datePublished": "2014-08-06T17:17:21.0000000",
                      "description": "Special Edition Pixar Cars 2 Neon Racers #95 Lightning Mcqueen and #7 Shu Todoroki San Diego Comic Con 2014 Toys. These Diecast 1:55 scale Cars Toon Characters have ...",
                      "duration": "PT3M59S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/1xC0KNDN8Ew?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=1xC0KNDN8Ew",
                      "hostPageUrl": "https://www.youtube.com/watch?v=1xC0KNDN8Ew",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse4.mm.bing.net/th?id=OM.smG4ObACHglyaA_1507525335&pid=Api",
                      "name": "DISNEY CARS Exclusive Lightning Mcqueen Shu Todoroki Light Up Neon Racers 2014 SDCC Toys",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.3FN7TxpQ9yPSWzVDFuwcnwEsCo&pid=Api",
                      "videoId": "6872091E02B039B861B26872091E02B039B861B2",
                      "viewCount": 517391,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=6872091E02B039B861B26872091E02B039B861B2",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=WfKjupqy46Q",
                      "creator": {
                        "name": "Abandoned places"
                      },
                      "datePublished": "2015-11-16T12:13:41.0000000",
                      "description": "in this video you will see American Muscle car graveyard, cool classic cars, old cars abandoned, best muscle cars abandoned, abandoned cars in america.",
                      "duration": "PT5M12S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/WfKjupqy46Q?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=WfKjupqy46Q",
                      "hostPageUrl": "https://www.youtube.com/watch?v=WfKjupqy46Q",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.BDKaw78Aps3WNg_1503156641&pid=Api",
                      "name": "Abandoned muscle cars. Classic muscle cars abandoned. Old cars abandoned",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.Ht4VxIOMX5tJj8GB4i-4xAEsCo&pid=Api",
                      "videoId": "36D6CDA600BFC39A320436D6CDA600BFC39A3204",
                      "viewCount": 552602,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=36D6CDA600BFC39A320436D6CDA600BFC39A3204",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=wefjy4dtqU4",
                      "creator": {
                        "name": "McQueen and Friends"
                      },
                      "datePublished": "2016-12-26T15:03:53.0000000",
                      "description": "Race Cars McQueen Doc Hudson Ferrari The King Chick Hicks and Mater Videos for Kids Songs for Children McQueen Spiderman and Friends Сhannel: http://www.yout...",
                      "duration": "PT10M24S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/wefjy4dtqU4?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=wefjy4dtqU4",
                      "hostPageUrl": "https://www.youtube.com/watch?v=wefjy4dtqU4",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.dow0YQilVbEulA_1508992043&pid=Api",
                      "name": "Race Cars McQueen Doc Hudson Ferrari The King Chick Hicks and Mater Videos for Kids & Songs",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.0CzVyhn7TnX0q1kLE0BllAEsCo&pid=Api",
                      "videoId": "942EB155A50861348C76942EB155A50861348C76",
                      "viewCount": 573213,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=942EB155A50861348C76942EB155A50861348C76",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=VxwPmSU3igM",
                      "creator": {
                        "name": "FunToys Collector Disney Toys Review"
                      },
                      "datePublished": "2013-07-04T21:39:10.0000000",
                      "description": "From cars toons time travel mater this is wedding day gift pack Stanley and Lizzie set. Thye're 1:55 scale diecasts original mattel exclusive from mater's tall tales ...",
                      "duration": "PT2M26S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/VxwPmSU3igM?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 360,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=VxwPmSU3igM",
                      "hostPageUrl": "https://www.youtube.com/watch?v=VxwPmSU3igM",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.rPprHi5%2b6ujn7g_1503040132&pid=Api",
                      "name": "Cars Time Travel Mater Wedding Day Stanley & Lizzie Cars Toons Mater's Tall Tales Disney Cars Land",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.yv44BVcQY0phCcnI0SWsaQEsCo&pid=Api",
                      "videoId": "EEE7E8EA7E2E1E6BFAACEEE7E8EA7E2E1E6BFAAC",
                      "viewCount": 154872,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=EEE7E8EA7E2E1E6BFAACEEE7E8EA7E2E1E6BFAAC",
                      "width": 480
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=G4LS7DyylGE",
                      "creator": {
                        "name": "Blu Toys Club Surprise"
                      },
                      "datePublished": "2012-06-14T20:00:41.0000000",
                      "description": "From disney pixar Cars 2 this is squinkies Mack Truck Store and Go display set also called as Mack storage display set. You can display up to 40 Squinkies inside of ...",
                      "duration": "PT4M3S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/G4LS7DyylGE?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 360,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=G4LS7DyylGE",
                      "hostPageUrl": "https://www.youtube.com/watch?v=G4LS7DyylGE",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.PUMQ6p63sDG72Q_1504742236&pid=Api",
                      "name": "Mack Truck hauler SQUINKIES CARS 2 Store n Go Display 12-Cars Storage Disney Pixar ToysRus toys",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.l_8E5Gz4M06QAXABvtoy6wEsCo&pid=Api",
                      "videoId": "D9BB31B0B79EEA10433DD9BB31B0B79EEA10433D",
                      "viewCount": 7600987,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=D9BB31B0B79EEA10433DD9BB31B0B79EEA10433D",
                      "width": 480
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=kC-ZlrLdZq8",
                      "creator": {
                        "name": "DCToys Sandaroo Kids"
                      },
                      "datePublished": "2014-01-23T05:17:15.0000000",
                      "description": "DisneyCarToys cars spoof of the Disney Cars 1 Race-Off Ridge Track Set part of Toys R Us Radiator Springs Classic series featuring Disney Pixar Cars 1 Lightning ...",
                      "duration": "PT2M27S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/kC-ZlrLdZq8?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=kC-ZlrLdZq8",
                      "hostPageUrl": "https://www.youtube.com/watch?v=kC-ZlrLdZq8",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.9D%2b1mlWyO1Lkuw_1506868112&pid=Api",
                      "name": "Cars Race-Off Ridge Radiator Springs Classic Disney Cars 1 Lightning McQueen, Guido, Chick Hicks",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.HmG9BXWlAossylmQQ9m71QEsCo&pid=Api",
                      "videoId": "BBE4523BB2559AB53FF4BBE4523BB2559AB53FF4",
                      "viewCount": 847497,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=BBE4523BB2559AB53FF4BBE4523BB2559AB53FF4",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=uojSLFkUIBk",
                      "creator": {
                        "name": "Samuel Cernuto"
                      },
                      "datePublished": "2013-01-22T23:02:47.0000000",
                      "description": "More great car videos: https://www.youtube.com/playlist?list=PLMXrrRWSTCRn-JZH1yAqvF5_AEvW1aY-c A development of hot rodding, the change in name corresponded to the ...",
                      "duration": "PT11M13S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/uojSLFkUIBk?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 360,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=uojSLFkUIBk",
                      "hostPageUrl": "https://www.youtube.com/watch?v=uojSLFkUIBk",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse1.mm.bing.net/th?id=OM.%2fg118jD694gZPw_1505944086&pid=Api",
                      "name": "Customized Cars from the Past",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OVP.VkKstDnE70q3CQiIM7fIqQEsCo&pid=Api",
                      "videoId": "3F1988F7FA30F2750DFE3F1988F7FA30F2750DFE",
                      "viewCount": 306909,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=3F1988F7FA30F2750DFE3F1988F7FA30F2750DFE",
                      "width": 480
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=PqEIQA6RzbQ",
                      "creator": {
                        "name": "Blu Toys Club Surprise"
                      },
                      "datePublished": "2013-02-01T23:07:11.0000000",
                      "description": "Hello cars fans, check out this new playset from tomica called Tokyo action course playset from disney pixar cars 2 and takaratomy toys. Enjoy the world of cars ...",
                      "duration": "PT2M48S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/PqEIQA6RzbQ?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 360,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=PqEIQA6RzbQ",
                      "hostPageUrl": "https://www.youtube.com/watch?v=PqEIQA6RzbQ",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse3.mm.bing.net/th?id=OM.LLEssi9WCfYCmg_1501161175&pid=Api",
                      "name": "Tomica Cars 2 Tokyo Action Course Playset Takara Tomy Disney Pixar Oil Rig Escape Review",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OVP.4JGM2HNmbw7RTyIjxt7EYAEsCo&pid=Api",
                      "videoId": "9A02F609562FB22CB12C9A02F609562FB22CB12C",
                      "viewCount": 3216331,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=9A02F609562FB22CB12C9A02F609562FB22CB12C",
                      "width": 480
                    },
                    {
                      "allowHttpsEmbed": false,
                      "allowMobileEmbed": false,
                      "contentUrl": "https://www.youtube.com/watch?v=h2Jbvp8Oq6w",
                      "creator": {
                        "name": "DisneyMoviesOnDemand"
                      },
                      "datePublished": "2012-11-07T04:58:02.0000000",
                      "description": "Rev up your engines for this unforgettable collection of Cars Toons starring Mater, the lovable and hilarious tow truck from the hit movie Cars. From the creative ...",
                      "duration": "PT35M36S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"http://www.youtube.com/embed/h2Jbvp8Oq6w?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "",
                      "height": 720,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=h2Jbvp8Oq6w",
                      "hostPageUrl": "https://www.youtube.com/watch?v=h2Jbvp8Oq6w",
                      "isAccessibleForFree": false,
                      "isSuperfresh": false,
                      "name": "Cars Toon: Mater's Tall Tales",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 225,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OVP.JYBzFtUXYFchK0MZ6UBoDwEsDh&pid=Api",
                      "videoId": "17E08859110FFC12C8C317E08859110FFC12C8C3",
                      "viewCount": 142962,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=17E08859110FFC12C8C317E08859110FFC12C8C3",
                      "width": 1280
                    },
                    {
                      "allowHttpsEmbed": true,
                      "allowMobileEmbed": true,
                      "contentUrl": "https://www.youtube.com/watch?v=nvSCkigH6E4",
                      "creator": {
                        "name": "FunToys Collector Disney Toys Review"
                      },
                      "datePublished": "2012-10-20T22:43:55.0000000",
                      "description": "This is the car wash playset from the disney pixar cars mini adventures series collection. Ramone owns and operates Ramone's House of Body Art, Radiator Springs ...",
                      "duration": "PT2M19S",
                      "embedHtml": "<iframe width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/nvSCkigH6E4?autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>",
                      "encodingFormat": "h264",
                      "height": 360,
                      "hostPageDisplayUrl": "https://www.youtube.com/watch?v=nvSCkigH6E4",
                      "hostPageUrl": "https://www.youtube.com/watch?v=nvSCkigH6E4",
                      "isAccessibleForFree": true,
                      "isSuperfresh": false,
                      "motionThumbnailUrl": "https://tse2.mm.bing.net/th?id=OM.rFi4kJ8c5wjGNw_1507204824&pid=Api",
                      "name": "Cars Car-Wash Playset with Ramone from Mini Adventures Cars Disney Pixar Mattel review",
                      "publisher": [
                        {
                          "name": "YouTube"
                        }
                      ],
                      "thumbnail": {
                        "height": 168,
                        "width": 300
                      },
                      "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OVP.T6VAo4ggoDByWvClRjz7vgEsCo&pid=Api",
                      "videoId": "37C608E71C9F90B858AC37C608E71C9F90B858AC",
                      "viewCount": 3445753,
                      "webSearchUrl": "https://www.bing.com/videos/search?q=cars&view=detail&mid=37C608E71C9F90B858AC37C608E71C9F90B858AC",
                      "width": 480
                    }
                  ],
                  "webSearchUrl": "https://www.bing.com/videos/search?q=cars"
                },
                "headers": {}
              }
            }
          }
        }
      }
    },
    "/videos/trending": {
      "get": {
        "operationId": "Videos_Trending",
        "parameters": [
          {
            "$ref": "#/parameters/x-bingapis-sdk"
          },
          {
            "description": "The default media type is application/json. To specify that the response use [JSON-LD](http://json-ld.org/), set the Accept header to application/ld+json.",
            "in": "header",
            "name": "Accept",
            "required": false,
            "type": "string"
          },
          {
            "description": "A comma-delimited list of one or more languages to use for user interface strings. The list is in decreasing order of preference. For additional information, including expected format, see [RFC2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html). This header and the [setLang](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#setlang) query parameter are mutually exclusive; do not specify both. If you set this header, you must also specify the [cc](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#cc) query parameter. To determine the market to return results for, Bing uses the first supported language it finds from the list and combines it with the cc parameter value. If the list does not include a supported language, Bing finds the closest language and market that supports the request or it uses an aggregated or default market for the results. To determine the market that Bing used, see the BingAPIs-Market header. Use this header and the cc query parameter only if you specify multiple languages. Otherwise, use the [mkt](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#mkt) and [setLang](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#setlang) query parameters. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Any links to Bing.com properties in the response objects apply the specified language.",
            "in": "header",
            "name": "Accept-Language",
            "required": false,
            "type": "string",
            "x-ms-client-name": "AcceptLanguage"
          },
          {
            "description": "The user agent originating the request. Bing uses the user agent to provide mobile users with an optimized experience. Although optional, you are encouraged to always specify this header. The user-agent should be the same string that any commonly used browser sends. For information about user agents, see [RFC 2616](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html). The following are examples of user-agent strings. Windows Phone: Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 822). Android: Mozilla / 5.0 (Linux; U; Android 2.3.5; en - us; SCH - I500 Build / GINGERBREAD) AppleWebKit / 533.1 (KHTML; like Gecko) Version / 4.0 Mobile Safari / 533.1. iPhone: Mozilla / 5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit / 536.26 (KHTML; like Gecko) Mobile / 10B142 iPhone4; 1 BingWeb / 3.03.1428.20120423. PC: Mozilla / 5.0 (Windows NT 6.3; WOW64; Trident / 7.0; Touch; rv:11.0) like Gecko. iPad: Mozilla / 5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit / 537.51.1 (KHTML, like Gecko) Version / 7.0 Mobile / 11A465 Safari / 9537.53",
            "in": "header",
            "name": "User-Agent",
            "required": false,
            "type": "string",
            "x-ms-client-name": "UserAgent"
          },
          {
            "description": "Bing uses this header to provide users with consistent behavior across Bing API calls. Bing often flights new features and improvements, and it uses the client ID as a key for assigning traffic on different flights. If you do not use the same client ID for a user across multiple requests, then Bing may assign the user to multiple conflicting flights. Being assigned to multiple conflicting flights can lead to an inconsistent user experience. For example, if the second request has a different flight assignment than the first, the experience may be unexpected. Also, Bing can use the client ID to tailor web results to that client ID’s search history, providing a richer experience for the user. Bing also uses this header to help improve result rankings by analyzing the activity generated by a client ID. The relevance improvements help with better quality of results delivered by Bing APIs and in turn enables higher click-through rates for the API consumer. IMPORTANT: Although optional, you should consider this header required. Persisting the client ID across multiple requests for the same end user and device combination enables 1) the API consumer to receive a consistent user experience, and 2) higher click-through rates via better quality of results from the Bing APIs. Each user that uses your application on the device must have a unique, Bing generated client ID. If you do not include this header in the request, Bing generates an ID and returns it in the X-MSEdge-ClientID response header. The only time that you should NOT include this header in a request is the first time the user uses your app on that device. Use the client ID for each Bing API request that your app makes for this user on the device. Persist the client ID. To persist the ID in a browser app, use a persistent HTTP cookie to ensure the ID is used across all sessions. Do not use a session cookie. For other apps such as mobile apps, use the device's persistent storage to persist the ID. The next time the user uses your app on that device, get the client ID that you persisted. Bing responses may or may not include this header. If the response includes this header, capture the client ID and use it for all subsequent Bing requests for the user on that device. If you include the X-MSEdge-ClientID, you must not include cookies in the request.",
            "in": "header",
            "name": "X-MSEdge-ClientID",
            "required": false,
            "type": "string",
            "x-ms-client-name": "ClientId"
          },
          {
            "description": "The IPv4 or IPv6 address of the client device. The IP address is used to discover the user's location. Bing uses the location information to determine safe search behavior. Although optional, you are encouraged to always specify this header and the X-Search-Location header. Do not obfuscate the address (for example, by changing the last octet to 0). Obfuscating the address results in the location not being anywhere near the device's actual location, which may result in Bing serving erroneous results.",
            "in": "header",
            "name": "X-MSEdge-ClientIP",
            "required": false,
            "type": "string",
            "x-ms-client-name": "ClientIp"
          },
          {
            "description": "A semicolon-delimited list of key/value pairs that describe the client's geographical location. Bing uses the location information to determine safe search behavior and to return relevant local content. Specify the key/value pair as <key>:<value>. The following are the keys that you use to specify the user's location. lat (required): The latitude of the client's location, in degrees. The latitude must be greater than or equal to -90.0 and less than or equal to +90.0. Negative values indicate southern latitudes and positive values indicate northern latitudes. long (required): The longitude of the client's location, in degrees. The longitude must be greater than or equal to -180.0 and less than or equal to +180.0. Negative values indicate western longitudes and positive values indicate eastern longitudes. re (required): The radius, in meters, which specifies the horizontal accuracy of the coordinates. Pass the value returned by the device's location service. Typical values might be 22m for GPS/Wi-Fi, 380m for cell tower triangulation, and 18,000m for reverse IP lookup. ts (optional): The UTC UNIX timestamp of when the client was at the location. (The UNIX timestamp is the number of seconds since January 1, 1970.) head (optional): The client's relative heading or direction of travel. Specify the direction of travel as degrees from 0 through 360, counting clockwise relative to true north. Specify this key only if the sp key is nonzero. sp (optional): The horizontal velocity (speed), in meters per second, that the client device is traveling. alt (optional): The altitude of the client device, in meters. are (optional): The radius, in meters, that specifies the vertical accuracy of the coordinates. Specify this key only if you specify the alt key. Although many of the keys are optional, the more information that you provide, the more accurate the location results are. Although optional, you are encouraged to always specify the user's geographical location. Providing the location is especially important if the client's IP address does not accurately reflect the user's physical location (for example, if the client uses VPN). For optimal results, you should include this header and the X-MSEdge-ClientIP header, but at a minimum, you should include this header.",
            "in": "header",
            "name": "X-Search-Location",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Location"
          },
          {
            "description": "A 2-character country code of the country where the results come from. This API supports only the United States market. If you specify this query parameter, it must be set to us. If you set this parameter, you must also specify the Accept-Language header. Bing uses the first supported language it finds from the languages list, and combine that language with the country code that you specify to determine the market to return results for. If the languages list does not include a supported language, Bing finds the closest language and market that supports the request, or it may use an aggregated or default market for the results instead of a specified one. You should use this query parameter and the Accept-Language query parameter only if you specify multiple languages; otherwise, you should use the mkt and setLang query parameters. This parameter and the mkt query parameter are mutually exclusive—do not specify both.",
            "in": "query",
            "name": "cc",
            "required": false,
            "type": "string",
            "x-ms-client-name": "CountryCode"
          },
          {
            "description": "The market where the results come from. Typically, mkt is the country where the user is making the request from. However, it could be a different country if the user is not located in a country where Bing delivers results. The market must be in the form <language code>-<country code>. For example, en-US. The string is case insensitive. For a list of possible market values, see [Market Codes](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#market-codes). NOTE: If known, you are encouraged to always specify the market. Specifying the market helps Bing route the request and return an appropriate and optimal response. If you specify a market that is not listed in [Market Codes](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#market-codes), Bing uses a best fit market code based on an internal mapping that is subject to change. This parameter and the [cc](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#cc) query parameter are mutually exclusive—do not specify both.",
            "in": "query",
            "name": "mkt",
            "required": false,
            "type": "string",
            "x-ms-client-name": "Market"
          },
          {
            "description": "Filter videos for adult content. The following are the possible filter values. Off: If the request is through the Video Search API, the response includes adult videos and the thumbnail images of the videos are clear (non-fuzzy). If the request is through the Web Search API, the response includes adult videos but the thumbnail images of the videos are pixelated (fuzzy). Moderate: If the request is through the Video Search API, the response does not include videos with adult content. If the request is through the Web Search API, the response may include videos with adult content but the thumbnail images of the videos are pixelated (fuzzy). Strict: Does not return videos with adult content. The default is Moderate. If the request comes from a market that Bing's adult policy requires that safeSearch is set to Strict, Bing ignores the safeSearch value and uses Strict. If you use the site: query operator, there is the chance that the response may contain adult content regardless of what the safeSearch query parameter is set to. Use site: only if you are aware of the content on the site and your scenario supports the possibility of adult content.",
            "enum": [
              "Off",
              "Moderate",
              "Strict"
            ],
            "in": "query",
            "name": "safeSearch",
            "required": false,
            "type": "string",
            "x-ms-client-name": "SafeSearch",
            "x-ms-enum": {
              "modelAsString": false,
              "name": "SafeSearch"
            }
          },
          {
            "description": "The language to use for user interface strings. Specify the language using the ISO 639-1 2-letter language code. For example, the language code for English is EN. The default is EN (English). Although optional, you should always specify the language. Typically, you set setLang to the same language specified by mkt unless the user wants the user interface strings displayed in a different language. This parameter and the [Accept-Language](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#acceptlanguage) header are mutually exclusive; do not specify both. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Also, any links to Bing.com properties in the response objects apply the specified language.",
            "in": "query",
            "name": "setLang",
            "required": false,
            "type": "string",
            "x-ms-client-name": "SetLang"
          },
          {
            "description": "A Boolean value that determines whether display strings contain decoration markers such as hit highlighting characters. If true, the strings may include markers. The default is false. To specify whether to use Unicode characters or HTML tags as the markers, see the [textFormat](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bing-video-api-v7-reference#textformat) query parameter. For information about hit highlighting, see [Hit Highlighting](https://docs.microsoft.com/azure/cognitive-services/bing-news-search/hit-highlighting).",
            "in": "query",
            "name": "textDecorations",
            "required": false,
            "type": "boolean",
            "x-ms-client-name": "TextDecorations"
          },
          {
            "description": "The type of markers to use for text decorations (see the textDecorations query parameter). Possible values are Raw—Use Unicode characters to mark content that needs special formatting. The Unicode characters are in the range E000 through E019. For example, Bing uses E000 and E001 to mark the beginning and end of query terms for hit highlighting. HTML—Use HTML tags to mark content that needs special formatting. For example, use <b> tags to highlight query terms in display strings. The default is Raw. For display strings that contain escapable HTML characters such as <, >, and &, if textFormat is set to HTML, Bing escapes the characters as appropriate (for example, < is escaped to &lt;).",
            "enum": [
              "Raw",
              "Html"
            ],
            "in": "query",
            "name": "textFormat",
            "required": false,
            "type": "string",
            "x-ms-client-name": "TextFormat",
            "x-ms-enum": {
              "modelAsString": false,
              "name": "TextFormat"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success.",
            "schema": {
              "$ref": "#/definitions/TrendingVideos"
            }
          },
          "default": {
            "description": "An error has occurred. Check the response type and/or status code for more details.",
            "schema": {
              "$ref": "#/definitions/ErrorResponse"
            }
          }
        },
        "summary": "The Video Trending Search API lets you search on Bing and get back a list of videos that are trending based on search requests made by others. The videos are broken out into different categories. For example, Top Music Videos. For a list of markets that support trending videos, see [Trending Videos](https://docs.microsoft.com/azure/cognitive-services/bing-video-search/trending-videos).",
        "tags": [
          "VideoTrendingSearch"
        ],
        "x-ms-examples": {
          "Successful video trending": {
            "parameters": {
              "Ocp-Apim-Subscription-Key": "{API key}"
            },
            "responses": {
              "200": {
                "body": {
                  "_type": "TrendingVideos",
                  "bannerTiles": [
                    {
                      "image": {
                        "contentUrl": "https://www.theodysseyonline.com/13-lessons-learn-taylor-swift",
                        "description": "Image from: theodysseyonline.com",
                        "headLine": "Call It What You Want is a song of American singer Taylor Swift, published on 3 November 2017 as a promotional single of his sixth studio album Reputation.",
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.afac7327fa31447fa50dd6079a483097&pid=Api"
                      },
                      "query": {
                        "displayText": "Call It What You Want Taylor Swift",
                        "text": "Call It What You Want Taylor Swift",
                        "webSearchUrl": "https://www.bing.com/videos/search?q=Call%20It%20What%20You%20Want%20Taylor%20Swift&FORM=VSTREQ"
                      }
                    },
                    {
                      "image": {
                        "contentUrl": "https://taylorswift2017.wordpress.com/2016/12/15/taylor-swift-love-story-2017/",
                        "description": "Image from: taylorswift2017.wordpress.com",
                        "headLine": "\"Gorgeous\" is a song recorded by American singer-songwriter Taylor Swift for her sixth studio album Reputation. It was released on October 20, 2017, as a promotional single from the album.",
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.c1994fb68de140f1b09016e25378d0a1&pid=Api"
                      },
                      "query": {
                        "displayText": "Gorgeous Taylor Swift",
                        "text": "Gorgeous Taylor Swift",
                        "webSearchUrl": "https://www.bing.com/videos/search?q=Gorgeous%20Taylor%20Swift&FORM=VSTREQ"
                      }
                    },
                    {
                      "image": {
                        "contentUrl": "https://blackchristiannews.com/2017/10/study-suggests-volcanoes-helped-cause-the-downfall-of-ancient-egyptian-empire/",
                        "description": "Image from: blackchristiannews.com",
                        "headLine": "Researchers may have discovered that a series of volcanic eruptions, in addition to low Nile river waters, led to the toppling of the Ptolemaic empire.",
                        "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.ca8ded9082bb4e009c4235f13ec38b7a&pid=Api"
                      },
                      "query": {
                        "displayText": "Volcanoes Wiped Out Egyptian Empire",
                        "text": "Volcanoes Wiped Out Egyptian Empire",
                        "webSearchUrl": "https://www.bing.com/videos/search?q=Volcanoes%20Wiped%20Out%20Egyptian%20Empire&FORM=VSTREQ"
                      }
                    },
                    {
                      "image": {
                        "contentUrl": "https://supremefitnessclub.wordpress.com/2014/07/30/12-foods-every-athletes-should-eat/",
                        "description": "Image from: supremefitnessclub.wordpress.com",
                        "headLine": "Scientists in Australia are using genetic engineering to try and save the world's banana industry.",
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.097e533d49ce48faa593159c852f630a&pid=Api"
                      },
                      "query": {
                        "displayText": "Fighting A Deadly Banana Disease",
                        "text": "Fighting A Deadly Banana Disease",
                        "webSearchUrl": "https://www.bing.com/videos/search?q=Fighting%20A%20Deadly%20Banana%20Disease&FORM=VSTREQ"
                      }
                    },
                    {
                      "image": {
                        "contentUrl": "http://www.lovethesepics.com/2012/06/lost-underwater-lion-city-rediscovery-of-chinas-atlantis/",
                        "description": "Image from: lovethesepics.com",
                        "headLine": "Archaeologists have uncovered the remains of a theater-like structure hidden beneath Jerusalem's Western Wall for 1,700 years.",
                        "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.0fc53c608b204319a4ed3084a017ef2a&pid=Api"
                      },
                      "query": {
                        "displayText": "'Lost Theater' Found After 1,700 Years",
                        "text": "'Lost Theater' Found After 1,700 Years",
                        "webSearchUrl": "https://www.bing.com/videos/search?q=%27Lost%20Theater%27%20Found%20After%201%2C700%20Years&FORM=VSTREQ"
                      }
                    },
                    {
                      "image": {
                        "contentUrl": "http://www.ceredigion.ac.uk/en/2012/05/big-dance-day-olympic-celebrations/",
                        "description": "Image from: ceredigion.ac.uk",
                        "headLine": "The Sigma Tau Gamma brothers at University of Central Oklahoma have taken the Internet by storm with their impressive cheer and dance routine. Now, they're using the notoriety to raise money for The Special Olympics.",
                        "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.42488cdd5c8a404ebc81a48cf96917d9&pid=Api"
                      },
                      "query": {
                        "displayText": "Frat Brothers Dance For A Good Cause",
                        "text": "Frat Brothers Dance For A Good Cause",
                        "webSearchUrl": "https://www.bing.com/videos/search?q=Frat%20Brothers%20Dance%20For%20A%20Good%20Cause&FORM=VSTREQ"
                      }
                    }
                  ],
                  "categories": [
                    {
                      "subcategories": [
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "http://salutemag.com/lil-pump-drops-track-gucci-gang/",
                                "description": "Image from: salutemag.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.e4e5e4cf691c4f3382dd1c6a1b86e11c&pid=Api"
                              },
                              "query": {
                                "displayText": "Gucci Gang Lil Pump",
                                "text": "Gucci Gang Lil Pump",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Gucci%20Gang%20Lil%20Pump&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.popsugar.com/latina/Camila-Cabello-Facts-40258316",
                                "description": "Image from: popsugar.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.6a3ab289b9754c05b4d5d55cf6552042&pid=Api"
                              },
                              "query": {
                                "displayText": "Havana Camila Cabello",
                                "text": "Havana Camila Cabello",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Havana%20Camila%20Cabello&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://gfycat.com/gifs/detail/bleakoblongelephantseal",
                                "description": "Image from: gfycat.com",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.405b2032008c4517984bb72df9cecc85&pid=Api"
                              },
                              "query": {
                                "displayText": "Bodak Yellow Cardi B",
                                "text": "Bodak Yellow Cardi B",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Bodak%20Yellow%20Cardi%20B&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.billboard.com/articles/columns/chart-beat/7973711/logic-1-800-273-8255-number-one-on-demand-streaming-songs",
                                "description": "Image from: billboard.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.f35d5bdc522346e18d2081679ad4de44&pid=Api"
                              },
                              "query": {
                                "displayText": "1-800-273-8255 Logic",
                                "text": "1-800-273-8255 Logic",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=1-800-273-8255%20Logic&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://warnerbrosrecords.co.uk/artists/dua-lipa/",
                                "description": "Image from: warnerbrosrecords.co.uk",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.a348c87987dd45e3898b0d5b93ac3873&pid=Api"
                              },
                              "query": {
                                "displayText": "New Rules Dua Lipa",
                                "text": "New Rules Dua Lipa",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=New%20Rules%20Dua%20Lipa&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://genius.com/a/breaking-down-all-the-movie-references-on-21-savage-s-issa-album",
                                "description": "Image from: genius.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.f1ca66eeb0944dc99158b4a6fbc577bc&pid=Api"
                              },
                              "query": {
                                "displayText": "Bank Account 21 Savage",
                                "text": "Bank Account 21 Savage",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Bank%20Account%2021%20Savage&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://www.jetmag.com/music/khalid-taps-lil-yachty-rae-sremmurd/",
                                "description": "Image from: jetmag.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.91914211db664bbfaae6b9b01937859b&pid=Api"
                              },
                              "query": {
                                "displayText": "Young Dumb & Broke Khalid",
                                "text": "Young Dumb & Broke Khalid",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Young%20Dumb%20%26%20Broke%20Khalid&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.sheknows.com/entertainment/articles/1135797/taylor-swift-new-song-look-what-you-made-me-do",
                                "description": "Image from: sheknows.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.3fa6e776739447dbabf53f7b1cfcc7c7&pid=Api"
                              },
                              "query": {
                                "displayText": "Look What You Made Me Do Taylor Swift",
                                "text": "Look What You Made Me Do Taylor Swift",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Look%20What%20You%20Made%20Me%20Do%20Taylor%20Swift&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "Top "
                        },
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "http://www.dallasobserver.com/music/sza-was-a-force-all-her-own-on-her-dallas-debut-at-south-side-music-hall-7394470",
                                "description": "Image from: dallasobserver.com",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.ee06ef3fda834cc4a8f6f26e5b75dbc8&pid=Api"
                              },
                              "query": {
                                "displayText": "The Weekend SZA",
                                "text": "The Weekend SZA",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20Weekend%20SZA&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.hitmusic.tv/uncategorized/lil-uzi-vert-gets-animated-in-xo-tour-llif3/",
                                "description": "Image from: hitmusic.tv",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.9fdb856f820d4265bd9262dcecac3f86&pid=Api"
                              },
                              "query": {
                                "displayText": "XO TOUR Llif3 Lil Uzi Vert",
                                "text": "XO TOUR Llif3 Lil Uzi Vert",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=XO%20TOUR%20Llif3%20Lil%20Uzi%20Vert&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://addictedtobeautyuk.wordpress.com/2011/04/03/fergie-looks-lovely-in-lego-at-the-kids-choice-awards",
                                "description": "Image from: addictedtobeautyuk.wordpress.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.5618a13207e6449082143be7e7c8f262&pid=Api"
                              },
                              "query": {
                                "displayText": "M.I.L.F. $ Fergie",
                                "text": "M.I.L.F. $ Fergie",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=M.I.L.F.%20%24%20Fergie&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://massappeal.com/narcos-netflix-scout-killed-mexico/",
                                "description": "Image from: massappeal.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.a7c2be15e33c42c5a6a5e3d8845eac4f&pid=Api"
                              },
                              "query": {
                                "displayText": "Rockstar Post Malone",
                                "text": "Rockstar Post Malone",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Rockstar%20Post%20Malone&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.youtube.com/watch?v=90fZcedxqq8",
                                "description": "Image from: youtube.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.753cfe5056304308b5dd2f2642fa600f&pid=Api"
                              },
                              "query": {
                                "displayText": "Beat It Michael Jackson",
                                "text": "Beat It Michael Jackson",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Beat%20It%20Michael%20Jackson&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://celebrityinsider.org/is-taylor-swifts-ready-for-it-about-harry-styles-or-joe-alwyn-64742/?tag=taylor-swift",
                                "description": "Image from: celebrityinsider.org",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.5634328db98141138e1b3b921e272b3d&pid=Api"
                              },
                              "query": {
                                "displayText": "Ready For It? Taylor Swift",
                                "text": "Ready For It? Taylor Swift",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Ready%20For%20It%3F%20Taylor%20Swift&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.billboard.com/articles/columns/hip-hop/7767492/french-montana-unforgettable-dance-challenge",
                                "description": "Image from: billboard.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.d3f7f03331be4c3787b6eaff593d57d3&pid=Api"
                              },
                              "query": {
                                "displayText": "Unforgettable French Montana",
                                "text": "Unforgettable French Montana",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Unforgettable%20French%20Montana&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.clevver.com/logan-paul-car-accident-youtube-video/",
                                "description": "Image from: clevver.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.59d376a32109467bb003e595245acc97&pid=Api"
                              },
                              "query": {
                                "displayText": "Outta My Hair Logan Paul",
                                "text": "Outta My Hair Logan Paul",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Outta%20My%20Hair%20Logan%20Paul&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "Trending"
                        },
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "http://icecreamconvos.com/gucci-mane-i-get-the-bag-feat-migos/",
                                "description": "Image from: icecreamconvos.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.22dcdf79cc92490dbddacd6c22868c2f&pid=Api"
                              },
                              "query": {
                                "displayText": "I Get The Bag Gucci Mane",
                                "text": "I Get The Bag Gucci Mane",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=I%20Get%20The%20Bag%20Gucci%20Mane&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://singersroom.com/",
                                "description": "Image from: singersroom.com",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.149ab169c9334c4e8038f7e0e635c49a&pid=Api"
                              },
                              "query": {
                                "displayText": "Too Good At Goodbyes Sam Smith",
                                "text": "Too Good At Goodbyes Sam Smith",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Too%20Good%20At%20Goodbyes%20Sam%20Smith&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.dopemusicdealer.com/post-malone-whatever/",
                                "description": "Image from: dopemusicdealer.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.4abb16bd2c8044f6a217c744f4ed0fcc&pid=Api"
                              },
                              "query": {
                                "displayText": "Congratulations Post Malone",
                                "text": "Congratulations Post Malone",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Congratulations%20Post%20Malone&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://todateen.com.br/ouvir-demi-lovato-sorry-not-sorry/",
                                "description": "Image from: todateen.com.br",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.7b30353e863d44d792d074bb5a2d6e14&pid=Api"
                              },
                              "query": {
                                "displayText": "Sorry Not Sorry Demi Lovato",
                                "text": "Sorry Not Sorry Demi Lovato",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Sorry%20Not%20Sorry%20Demi%20Lovato&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://www.youtube.com/watch?v=pD3n2osjTLo",
                                "description": "Image from: youtube.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.6e8303236851495aa6f72cf4112592c4&pid=Api"
                              },
                              "query": {
                                "displayText": "Perfect Ed Sheeran",
                                "text": "Perfect Ed Sheeran",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Perfect%20Ed%20Sheeran&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "More music videos"
                        }
                      ],
                      "title": "Music videos"
                    },
                    {
                      "subcategories": [
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "http://newyork.cbslocal.com/2014/11/08/new-balloons-take-test-flight-ahead-of-macys-thanksgiving-day-parade/",
                                "description": "Image from: newyork.cbslocal.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.561572064912490f8c5b399bfe51582c&pid=Api"
                              },
                              "query": {
                                "displayText": "Macy's Balloons Take Test Flight",
                                "text": "Macy's Balloons Take Test Flight",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Macy%27s%20Balloons%20Take%20Test%20Flight&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://abcnews.go.com/Politics/companies-dumped-donald-trump/story?id=32162703",
                                "description": "Image from: abcnews.go.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.76a60385e4de48e8a932d298fe7876c6&pid=Api"
                              },
                              "query": {
                                "displayText": "Trump Hints Diplomacy With North Korea",
                                "text": "Trump Hints Diplomacy With North Korea",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Trump%20Hints%20Diplomacy%20With%20North%20Korea&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.flickr.com/photos/sue90ca/6333462156/",
                                "description": "Image from: flickr.com",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.f9bca0891bde43a3aab5dc4dbab6c195&pid=Api"
                              },
                              "query": {
                                "displayText": "Skygazers Capture Large Full Beaver Moon",
                                "text": "Skygazers Capture Large Full Beaver Moon",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Skygazers%20Capture%20Large%20Full%20Beaver%20Moon&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.onenewspage.com/video/20171105/9184898/veteran-car-and-son.htm",
                                "description": "Image from: onenewspage.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.4924dcf8db83481aa4849c0adb202281&pid=Api"
                              },
                              "query": {
                                "displayText": "A Veteran's Car, And A Son's Keepsake",
                                "text": "A Veteran's Car, And A Son's Keepsake",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=A%20Veteran%27s%20Car%2C%20And%20A%20Son%27s%20Keepsake&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.fox32chicago.com/news/291921278-video",
                                "description": "Image from: fox32chicago.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.e7c0849deeba4840a6e10742eb4ddead&pid=Api"
                              },
                              "query": {
                                "displayText": "26 Dead In Texas Church Shooting",
                                "text": "26 Dead In Texas Church Shooting",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=26%20Dead%20In%20Texas%20Church%20Shooting&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://www.nbcnews.com/video/alabama-sheriff-s-office-releases-surveillance-video-of-alleged-kidnap-attempt-1086871619836",
                                "description": "Image from: nbcnews.com",
                                "headLine": "Uncovering North America's Largest Diamond",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.a58aeffbfd6f44ec9c40fd58972a271a&pid=Api"
                              },
                              "query": {
                                "displayText": "Kidnap Victim Flees From Trunk",
                                "text": "Kidnap Victim Flees From Trunk",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Kidnap%20Victim%20Flees%20From%20Trunk&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://adogslove.com/pup-talented-can-balance-just-anything-head/",
                                "description": "Image from: adogslove.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.09ee765dfd084e4d959ddfd0d4f11251&pid=Api"
                              },
                              "query": {
                                "displayText": "Talented Dog Is A Master Of Balance",
                                "text": "Talented Dog Is A Master Of Balance",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Talented%20Dog%20Is%20A%20Master%20Of%20Balance&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://bcnn2.com/watch-the-5-most-shocking-revelations-from-the-jfk-assassination-files/",
                                "description": "Image from: bcnn2.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.3c4a3e1d25874f248b337bba7750c210&pid=Api"
                              },
                              "query": {
                                "displayText": "Revelations From The JFK Assassination Files",
                                "text": "Revelations From The JFK Assassination Files",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Revelations%20From%20The%20JFK%20Assassination%20Files&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "This week"
                        },
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "https://www.super-bowl-2018.org/zach-millers-horrific-knee-injury-resulted-in-doctors-trying-to-save-his-leg/",
                                "description": "Image from: super-bowl-2018.org",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.fc26e5aa593d409a86bb1b98c358eea7&pid=Api"
                              },
                              "query": {
                                "displayText": "Doctors Saving Bears Te Miller's Leg",
                                "text": "Doctors Saving Bears Te Miller's Leg",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Doctors%20Saving%20Bears%20Te%20Miller%27s%20Leg&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.express.co.uk/news/weather/872642/Hurricane-Philippe-path-update-track-Tropical-Storm-Philippe-New-York-USA-2017",
                                "description": "Image from: express.co.uk",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.0a341fd3227f46849d1d4b249ee8719e&pid=Api"
                              },
                              "query": {
                                "displayText": "Storm Philippe Batter Northeast",
                                "text": "Storm Philippe Batter Northeast",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Storm%20Philippe%20Batter%20Northeast&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://kluv.cbslocal.com/2017/10/18/long-lost-leonardo-da-vinci-painting-expected-to-sell-for-mega-millions/",
                                "description": "Image from: kluv.cbslocal.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.ec8dfc957e3a42c3b8fcffa6bb06f810&pid=Api"
                              },
                              "query": {
                                "displayText": "Da Vinci Painting Sold For $60 Bucks",
                                "text": "Da Vinci Painting Sold For $60 Bucks",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Da%20Vinci%20Painting%20Sold%20For%20%2460%20Bucks&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.metaspoon.com/",
                                "description": "Image from: metaspoon.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.299d1a5ad1f54cd0b56441da6e7dba35&pid=Api"
                              },
                              "query": {
                                "displayText": "Dragon Goes Crazy For Blueberries",
                                "text": "Dragon Goes Crazy For Blueberries",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Dragon%20Goes%20Crazy%20For%20Blueberries&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://spaceinsider.com/2017/10/30/mysterious-object-flying-space-first-visitor-another-solar-system/",
                                "description": "Image from: spaceinsider.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.935a1b0dcf4c451e98e6edd4bbbda715&pid=Api"
                              },
                              "query": {
                                "displayText": "Mystery Object From Another Solar System",
                                "text": "Mystery Object From Another Solar System",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Mystery%20Object%20From%20Another%20Solar%20System&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://longislandtechnologynews.com/2017/10/iphone-x-review-face-the-future/",
                                "description": "Image from: longislandtechnologynews.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.89cfed42da174d9bb9866b0e428f3764&pid=Api"
                              },
                              "query": {
                                "displayText": "Iphone X Review: Face The Future",
                                "text": "Iphone X Review: Face The Future",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Iphone%20X%20Review%3A%20Face%20The%20Future&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.rd.com/culture/goats-of-anarchy-photos/",
                                "description": "Image from: rd.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.2d743e4b27e74fe09d499f6abf392ce6&pid=Api"
                              },
                              "query": {
                                "displayText": "This Goat Video Will Brighten Your Day",
                                "text": "This Goat Video Will Brighten Your Day",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=This%20Goat%20Video%20Will%20Brighten%20Your%20Day&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.cruisedeals.co.uk/celebrity-cruises-offer.phtml",
                                "description": "Image from: cruisedeals.co.uk",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.4400289c075c467da6ec86b27c47669d&pid=Api"
                              },
                              "query": {
                                "displayText": "Cruise Ship Holidays Bad For Locals?",
                                "text": "Cruise Ship Holidays Bad For Locals?",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Cruise%20Ship%20Holidays%20Bad%20For%20Locals%3F&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "Last week"
                        },
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "https://eblnews.com/video/adolf-hitler-kissed-american-woman-shocking-video-248681",
                                "description": "Image from: eblnews.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.6571880561b84da79155490d9b4980c0&pid=Api"
                              },
                              "query": {
                                "displayText": "Adolf Hitler Kissed By American Woman",
                                "text": "Adolf Hitler Kissed By American Woman",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Adolf%20Hitler%20Kissed%20By%20American%20Woman&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.sfgate.com/news/article/Trump-secures-70-foreign-workers-for-Mar-a-Lago-12333769.php",
                                "description": "Image from: sfgate.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.f322969a9c28429aa8e9a2c58bd2b0b5&pid=Api"
                              },
                              "query": {
                                "displayText": "Mar-A-Lago: 'Winter White House'",
                                "text": "Mar-A-Lago: 'Winter White House'",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Mar-A-Lago%3A%20%27Winter%20White%20House%27&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://happyjoyjoy.com/2017/11/02/inspiring-touchdown-player-with-cerebral-palsy-scores-touchdown-thanks-to-both-teams/",
                                "description": "Image from: happyjoyjoy.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.6211f514e8b14bf88a7629328c2c8aa7&pid=Api"
                              },
                              "query": {
                                "displayText": "High Schooler With Cerebral Palsy Score ",
                                "text": "High Schooler With Cerebral Palsy Score ",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=High%20Schooler%20With%20Cerebral%20Palsy%20Score%20&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://10ztalk.com/2017/10/30/luke-bryan-crashes-georgia-wedding/",
                                "description": "Image from: 10ztalk.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.7f49b63b920b4eeabf7ca098ef81b178&pid=Api"
                              },
                              "query": {
                                "displayText": "Country Music Star Crashes Wedding",
                                "text": "Country Music Star Crashes Wedding",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Country%20Music%20Star%20Crashes%20Wedding&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.boostingothers.com/product/happy-birthday-bottle/",
                                "description": "Image from: boostingothers.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.d27b8dc8985e40e4a4c5ce53f71305a8&pid=Api"
                              },
                              "query": {
                                "displayText": "1,200 Messages In 1,200 Bottles",
                                "text": "1,200 Messages In 1,200 Bottles",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=1%2C200%20Messages%20In%201%2C200%20Bottles&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "More viral videos"
                        }
                      ],
                      "title": "Viral videos"
                    },
                    {
                      "subcategories": [
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "http://www.dmfiat.com/tv-shows/game-of-thrones-season-3-episode-2-dark-wings-dark-words",
                                "description": "Image from: dmfiat.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.e2ac5f89f6c34934abe8d25c4f659b39&pid=Api"
                              },
                              "query": {
                                "displayText": "Game Of Thrones",
                                "text": "Game Of Thrones",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Game%20Of%20Thrones&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.projectcasting.com/casting-calls-acting-auditions/showtimes-shameless-season-4-extras-casting-call-in-chicago",
                                "description": "Image from: projectcasting.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.01360fac4a964bc2aa3c622b74fc3f09&pid=Api"
                              },
                              "query": {
                                "displayText": "Shameless",
                                "text": "Shameless",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Shameless&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://ladygeekgirl.wordpress.com/2014/06/18/we-are-grounders-the-100-season-1-finale/",
                                "description": "Image from: ladygeekgirl.wordpress.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.c6ceea62888040d18f67dc2edc738072&pid=Api"
                              },
                              "query": {
                                "displayText": "The 100",
                                "text": "The 100",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20100&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://theflash14.wikidot.com/",
                                "description": "Image from: theflash14.wikidot.com",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.4d6486dd1f4a4c9d9c07acc746cfe2f7&pid=Api"
                              },
                              "query": {
                                "displayText": "The Flash",
                                "text": "The Flash",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20Flash&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://riverbloodywitch.wordpress.com/recommendations/riverwitchs-recommendations/non-harry-potter-fanfictions/ncis/",
                                "description": "Image from: riverbloodywitch.wordpress.com",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.9a2782bb11884d119023ea32be621569&pid=Api"
                              },
                              "query": {
                                "displayText": "NCIS",
                                "text": "NCIS",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=NCIS&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.theatlantic.com/entertainment/archive/2016/03/house-of-cards-season-4-episode-13-the-live-binge-review-chapter-52-season-finale/472518/",
                                "description": "Image from: theatlantic.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.a2d33e65273a4deea26d9214d42331c4&pid=Api"
                              },
                              "query": {
                                "displayText": "House Of Cards",
                                "text": "House Of Cards",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=House%20Of%20Cards&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://wallpapersboom.net/rick-and-morty/",
                                "description": "Image from: wallpapersboom.net",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.4b07cb95b92141f092c12981781a4c6c&pid=Api"
                              },
                              "query": {
                                "displayText": "Rick And Morty",
                                "text": "Rick And Morty",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Rick%20And%20Morty&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.cadenagramonte.cu/english/index.php/show/articles/21984:historys-vikings-renewed-for-third-season",
                                "description": "Image from: cadenagramonte.cu",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.69a1e470601546fa9fc643466bd88076&pid=Api"
                              },
                              "query": {
                                "displayText": "Vikings",
                                "text": "Vikings",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Vikings&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "Most watched"
                        },
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "http://www.chicagonerds.com/event/big-bang-theory-trivia-night/",
                                "description": "Image from: chicagonerds.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.0c71ac4a22b145deb1329ab115ce0afb&pid=Api"
                              },
                              "query": {
                                "displayText": "The Big Bang Theory",
                                "text": "The Big Bang Theory",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20Big%20Bang%20Theory&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.releasedateportal.com/tv-shows/last-man-standing-release-date-25th-september-2015/",
                                "description": "Image from: releasedateportal.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.d91b9a568a7f42788c616c6af122f79f&pid=Api"
                              },
                              "query": {
                                "displayText": "Last Man Standing",
                                "text": "Last Man Standing",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Last%20Man%20Standing&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://missnemesis.blogspot.com/2012/05/holy-dang-sherlock.html",
                                "description": "Image from: missnemesis.blogspot.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.df1c47b3e5254807827632b25483f195&pid=Api"
                              },
                              "query": {
                                "displayText": "Sherlock",
                                "text": "Sherlock",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Sherlock&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://funny-pictures.picphotos.net/doctor-who-tv-show/wallpapersas.com*wallpapers*2013*04*doctor-who-tv-show-800x1280.jpg",
                                "description": "Image from: funny-pictures.picphotos.net",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.7b6cb42e21a04376a5e7995a6d2b8072&pid=Api"
                              },
                              "query": {
                                "displayText": "Doctor Who ",
                                "text": "Doctor Who ",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Doctor%20Who%20&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.scififantasynetwork.com/once-upon-a-time-operation-mongoose/",
                                "description": "Image from: scififantasynetwork.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.5912540dd5534774a9d883a372406143&pid=Api"
                              },
                              "query": {
                                "displayText": "Once Upon A Time",
                                "text": "Once Upon A Time",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Once%20Upon%20A%20Time&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://quotesgram.com/orange-is-the-new-black-quotes/",
                                "description": "Image from: quotesgram.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.e6473e5884274696b29a494839346927&pid=Api"
                              },
                              "query": {
                                "displayText": "Orange Is The New Black",
                                "text": "Orange Is The New Black",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Orange%20Is%20The%20New%20Black&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://googlefamilyfeud.com/chrisley-knows-best-game/",
                                "description": "Image from: googlefamilyfeud.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.06ad22db685d41bd83140c2a8f574dbd&pid=Api"
                              },
                              "query": {
                                "displayText": "Chrisley Knows Best",
                                "text": "Chrisley Knows Best",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Chrisley%20Knows%20Best&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://womenwriteaboutcomics.com/2014/09/24/throwing-popcorn-steven-universe/",
                                "description": "Image from: womenwriteaboutcomics.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.07bbf7638bf5463289911b99b17106c2&pid=Api"
                              },
                              "query": {
                                "displayText": "Steven Universe",
                                "text": "Steven Universe",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Steven%20Universe&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "Trending "
                        },
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "http://401ak47.com/first-trailer-released-for-telltales-the-walking-dead-video-game/",
                                "description": "Image from: 401ak47.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.2ee52c352075476ca0f6f930e218e92e&pid=Api"
                              },
                              "query": {
                                "displayText": "The Walking Dead",
                                "text": "The Walking Dead",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20Walking%20Dead&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.maguzz.com/2/arrow-tv-series.html",
                                "description": "Image from: maguzz.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.4b232548d58d49a2adf6674dfa51d0ba&pid=Api"
                              },
                              "query": {
                                "displayText": "Arrow",
                                "text": "Arrow",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Arrow&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.celebdirtylaundry.com/2014/ae-cancels-longmire-furious-fans-boycott-network-will-netflix-save-the-tv-show/",
                                "description": "Image from: celebdirtylaundry.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.62493c276fa448668a6cc227d343f589&pid=Api"
                              },
                              "query": {
                                "displayText": "Longmire",
                                "text": "Longmire",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Longmire&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.fanpop.com/clubs/supernatural/images/30545991/title/supernatural-wallpaper",
                                "description": "Image from: fanpop.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.91fee0d650964943985d8fc7b827e3ee&pid=Api"
                              },
                              "query": {
                                "displayText": "Supernatural",
                                "text": "Supernatural",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Supernatural&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.superwallpapers.in/wallpaper/outlander-2014-tv-series.html",
                                "description": "Image from: superwallpapers.in",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.6be3b570ae90438c94057af15b8588e7&pid=Api"
                              },
                              "query": {
                                "displayText": "Outlander",
                                "text": "Outlander",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Outlander&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.fanpop.com/clubs/twin-peaks/images/11663252/title/twin-peaks-wallpaper",
                                "description": "Image from: fanpop.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.eb7bffbb078d43f6a072dff16575607b&pid=Api"
                              },
                              "query": {
                                "displayText": "Twin Peaks",
                                "text": "Twin Peaks",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Twin%20Peaks&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://johnfallenwriter.com/2014/11/19/review-for-gotham-season-1-episode-9-harvey-dent-airdate-111814/",
                                "description": "Image from: johnfallenwriter.com",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.58aada909b8c4a4fae47b73864ec3ca8&pid=Api"
                              },
                              "query": {
                                "displayText": "Gotham",
                                "text": "Gotham",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Gotham&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://patricksponaugle.com/category/breaking-bad/",
                                "description": "Image from: patricksponaugle.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.409f4cebb5a040a99940902553e151d2&pid=Api"
                              },
                              "query": {
                                "displayText": "Breaking Bad",
                                "text": "Breaking Bad",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Breaking%20Bad&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "More TV shows"
                        }
                      ],
                      "title": "TV shows"
                    },
                    {
                      "subcategories": [
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "http://www.firstshowing.net/2017/FIRST-TRAILER-FOR-DRAMA-THE-LIGHT-OF-THE-MOON-WITH-STEPHANIE-BEATRIZ/",
                                "description": "Image from: firstshowing.net",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.f3633b185eb34619a952a26c127e4716&pid=Api"
                              },
                              "query": {
                                "displayText": "The Light Of The Moon Trailer",
                                "text": "The Light Of The Moon Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20Light%20Of%20The%20Moon%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://www.movieinsider.com/m15518/blade-of-the-immortal",
                                "description": "Image from: movieinsider.com",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.fff9611b630944d7aa7cb17b43f4032b&pid=Api"
                              },
                              "query": {
                                "displayText": "Blade Of The Immortal Trailer",
                                "text": "Blade Of The Immortal Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Blade%20Of%20The%20Immortal%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.latestfilmreviews.com/coming-soon/batman-vs-superman/",
                                "description": "Image from: latestfilmreviews.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.b7a28658cf0849069cf4369a1ff324de&pid=Api"
                              },
                              "query": {
                                "displayText": "Ittefaq Trailer",
                                "text": "Ittefaq Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Ittefaq%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://thefilmstage.com/reviews/tiff-review-lady-bird-is-wise-funny-remarkably-assured-and-one-of-the-years-great-joys/",
                                "description": "Image from: thefilmstage.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.3f457d19b78d43f39c2caecdc33210fc&pid=Api"
                              },
                              "query": {
                                "displayText": "Lady Bird Trailer",
                                "text": "Lady Bird Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Lady%20Bird%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.express.co.uk/entertainment/films/842245/Thor-Ragnarok-trailer-Doctor-Strange-Benedict-Cumberbatch-Avengers-Infinity-War",
                                "description": "Image from: express.co.uk",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.822855923beb474fb34c655f6f601f1b&pid=Api"
                              },
                              "query": {
                                "displayText": "Thor: Ragnarok Trailer",
                                "text": "Thor: Ragnarok Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Thor%3A%20Ragnarok%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.latestmoviesfull.com/blade-runner-2049-official-trailer-hollywood-movie-2017",
                                "description": "Image from: latestmoviesfull.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.4b60e8e110fe4b1eae8831832cd0466f&pid=Api"
                              },
                              "query": {
                                "displayText": "Blade Runner 2049 Trailer",
                                "text": "Blade Runner 2049 Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Blade%20Runner%202049%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://www.moviezine.se/movies/the-square-2017",
                                "description": "Image from: moviezine.se",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.4866b5741971448d9d7c7a4db523ed00&pid=Api"
                              },
                              "query": {
                                "displayText": "The Square Trailer",
                                "text": "The Square Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20Square%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://trueviewreviews.com/movie-trailer-happy-death-day/",
                                "description": "Image from: trueviewreviews.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.e5b458d7aebd48529499297399cc54cb&pid=Api"
                              },
                              "query": {
                                "displayText": "Happy Death Day Trailer",
                                "text": "Happy Death Day Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Happy%20Death%20Day%20Trailer&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "In theaters"
                        },
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "http://trailers.apple.com/trailers/independent/i-tonya/",
                                "description": "Image from: trailers.apple.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.6f21c4b5eed6464794f2873163a8d5bb&pid=Api"
                              },
                              "query": {
                                "displayText": "I, Tonya Trailer",
                                "text": "I, Tonya Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=I%2C%20Tonya%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://irishfilmcritic.com/just-getting-started-initiates-a-new-poster-trailer/",
                                "description": "Image from: irishfilmcritic.com",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.cb9a86410b804fc08794ab9ef74ca53e&pid=Api"
                              },
                              "query": {
                                "displayText": "Just Getting Started Trailer",
                                "text": "Just Getting Started Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Just%20Getting%20Started%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://thefilmstage.com/trailer/first-trailer-for-ridley-scotts-all-the-money-in-the-world/",
                                "description": "Image from: thefilmstage.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.58636fdb2c724120bc4abeb16b73d8b4&pid=Api"
                              },
                              "query": {
                                "displayText": "All The Money In The World Trailer",
                                "text": "All The Money In The World Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=All%20The%20Money%20In%20The%20World%C2%A0Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://www.ebook-ebooks.nl/product/ebook-gangsterland-van-tod-goldberg-epub/",
                                "description": "Image from: ebook-ebooks.nl",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.6510f9a4b52d4a9dafba287be156e56f&pid=Api"
                              },
                              "query": {
                                "displayText": "Gangster Land Trailer",
                                "text": "Gangster Land Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Gangster%20Land%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://teaser-trailer.com/movie/wolfcop-2/",
                                "description": "Image from: teaser-trailer.com",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.9dddd27379fb4a22885a796a2601fff4&pid=Api"
                              },
                              "query": {
                                "displayText": "Another WolfCop Trailer",
                                "text": "Another WolfCop Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Another%20WolfCop%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://theawesomer.com/wonder-wheel-trailer/448485/",
                                "description": "Image from: theawesomer.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.c7c308f6fbfb4b958eba973eb9ff35db&pid=Api"
                              },
                              "query": {
                                "displayText": "Wonder Wheel Trailer",
                                "text": "Wonder Wheel Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Wonder%20Wheel%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://www.showtimes.com/movies/the-shape-of-water-126533/movie-poster/",
                                "description": "Image from: showtimes.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.3c0a9e471bda4db986d77dc091b358cd&pid=Api"
                              },
                              "query": {
                                "displayText": "The Shape Of Water Trailer",
                                "text": "The Shape Of Water Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20Shape%20Of%20Water%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://www.dvdsreleasedates.com/movies/7843/the-disaster-artist",
                                "description": "Image from: dvdsreleasedates.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.73f18fd9d85c4aa7a3730fb10706f9b6&pid=Api"
                              },
                              "query": {
                                "displayText": "The Disaster Artist Trailer",
                                "text": "The Disaster Artist Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20Disaster%20Artist%20Trailer&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "Coming soon"
                        },
                        {
                          "tiles": [
                            {
                              "image": {
                                "contentUrl": "http://www.cineavatar.it/news/the-current-war-trailer-film/",
                                "description": "Image from: cineavatar.it",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.4cd602b0b95b45c6a5b3137d3ced6157&pid=Api"
                              },
                              "query": {
                                "displayText": "The Current War Trailer",
                                "text": "The Current War Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20Current%20War%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://thefilmstage.com/trailer/call-me-by-your-name-trailer-luca-guadagnino-tells-a-tale-of-summer-romance/",
                                "description": "Image from: thefilmstage.com",
                                "thumbnailUrl": "https://tse1.mm.bing.net/th?id=OET.fee2d1141cd142dd8a7fdea08b61a157&pid=Api"
                              },
                              "query": {
                                "displayText": "Call Me By Your Name Trailer",
                                "text": "Call Me By Your Name Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Call%20Me%20By%20Your%20Name%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://plus.google.com/+Besthorrormovielist/posts",
                                "description": "Image from: plus.google.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.d450d5ad1276487c8d963f4cf779aacd&pid=Api"
                              },
                              "query": {
                                "displayText": "Polaroid Trailer",
                                "text": "Polaroid Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Polaroid%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.firstshowing.net/2017/FIRST-TRAILER-FOR-MATT-HEINEMANS-SYRIA-DOCUMENTARY-CITY-OF-GHOSTS/",
                                "description": "Image from: firstshowing.net",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.4a7718ecda2d4d1ca5bdfebc4a3e4a14&pid=Api"
                              },
                              "query": {
                                "displayText": "City Of Ghosts Trailer",
                                "text": "City Of Ghosts Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=City%20Of%20Ghosts%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://www.filmhoek.nl/darkest-hour-poster-gary-oldman/",
                                "description": "Image from: filmhoek.nl",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.fabcc4bf16e0456eb3dc4209b7171244&pid=Api"
                              },
                              "query": {
                                "displayText": "Darkest Hour Trailer",
                                "text": "Darkest Hour Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Darkest%20Hour%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://www.traileraddict.com/coco-2017/poster/1",
                                "description": "Image from: traileraddict.com",
                                "thumbnailUrl": "https://tse4.mm.bing.net/th?id=OET.8e7ff45c4cbc4ad7985ce1da8cf56cca&pid=Api"
                              },
                              "query": {
                                "displayText": "Coco Trailer",
                                "text": "Coco Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Coco%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://trailers.apple.com/trailers/mgm/death-wish/",
                                "description": "Image from: trailers.apple.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.95f01edd3b6f455fb666a311a77d5f22&pid=Api"
                              },
                              "query": {
                                "displayText": "Death Wish Trailer",
                                "text": "Death Wish Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Death%20Wish%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://www.flickeringmyth.com/2017/05/poster-and-trailer-for-wonder-starring-julia-roberts-owen-wilson-and-jacob-tremblay/",
                                "description": "Image from: flickeringmyth.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.c51654fcdda640ab8c8167062daaf485&pid=Api"
                              },
                              "query": {
                                "displayText": "Wonder Trailer",
                                "text": "Wonder Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Wonder%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://en.wikipedia.org/wiki/The_Star_(2017_film)",
                                "description": "Image from: en.wikipedia.org",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.19b75751e04e42d589acb5105ea5d1e1&pid=Api"
                              },
                              "query": {
                                "displayText": "The Star Trailer",
                                "text": "The Star Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20Star%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://howldb.com/p/official-trailer-for-te-ata-biopic-about-a-native-american-performer-0y4ma",
                                "description": "Image from: howldb.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.d984800ad32549a89d3242a637962910&pid=Api"
                              },
                              "query": {
                                "displayText": "Te Ata Trailer",
                                "text": "Te Ata Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Te%20Ata%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://teaser-trailer.com/movie/justice-league/",
                                "description": "Image from: teaser-trailer.com",
                                "thumbnailUrl": "https://tse2.mm.bing.net/th?id=OET.febc131caaef48ccb97a499de95572ff&pid=Api"
                              },
                              "query": {
                                "displayText": "Justice League Trailer",
                                "text": "Justice League Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=Justice%20League%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "https://www.flickeringmyth.com/2017/06/first-trailer-poster-and-images-for-doug-limans-american-made-starring-tom-cruise/",
                                "description": "Image from: flickeringmyth.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.79b34be1efe143ddb0beb186094989bd&pid=Api"
                              },
                              "query": {
                                "displayText": "American Made Trailer",
                                "text": "American Made Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=American%20Made%20Trailer&FORM=VSTREQ"
                              }
                            },
                            {
                              "image": {
                                "contentUrl": "http://ew.com/movies/2017/09/05/man-who-invented-christmas-trailer-dan-stevens-charles-dickens/",
                                "description": "Image from: ew.com",
                                "thumbnailUrl": "https://tse3.mm.bing.net/th?id=OET.756bcc1ed14c4787aa32ae4cdea62680&pid=Api"
                              },
                              "query": {
                                "displayText": "The Man Who Invented Christmas Trailer",
                                "text": "The Man Who Invented Christmas Trailer",
                                "webSearchUrl": "https://www.bing.com/videos/search?q=The%20Man%20Who%20Invented%20Christmas%20Trailer&FORM=VSTREQ"
                              }
                            }
                          ],
                          "title": "More movie trailers"
                        }
                      ],
                      "title": "Movie trailers"
                    }
                  ],
                  "instrumentation": {}
                },
                "headers": {}
              }
            }
          }
        }
      }
    }
  },
  "definitions": {
    "Answer": {
      "allOf": [
        {
          "$ref": "#/definitions/Response"
        }
      ],
      "properties": {
        "followUpQueries": {
          "items": {
            "$ref": "#/definitions/Query"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "CreativeWork": {
      "allOf": [
        {
          "$ref": "#/definitions/Thing"
        }
      ],
      "properties": {
        "provider": {
          "description": "The source of the creative work.",
          "items": {
            "$ref": "#/definitions/Thing"
          },
          "readOnly": true,
          "type": "array"
        },
        "text": {
          "readOnly": true,
          "type": "string"
        },
        "thumbnailUrl": {
          "description": "The URL to a thumbnail of the item.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "Error": {
      "description": "Defines the error that occurred.",
      "properties": {
        "code": {
          "default": "None",
          "description": "The error code that identifies the category of error.",
          "enum": [
            "None",
            "ServerError",
            "InvalidRequest",
            "RateLimitExceeded",
            "InvalidAuthorization",
            "InsufficientAuthorization"
          ],
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "ErrorCode"
          }
        },
        "message": {
          "description": "A description of the error.",
          "type": "string"
        },
        "moreDetails": {
          "description": "A description that provides additional information about the error.",
          "readOnly": true,
          "type": "string"
        },
        "parameter": {
          "description": "The parameter in the request that caused the error.",
          "readOnly": true,
          "type": "string"
        },
        "subCode": {
          "description": "The error code that further helps to identify the error.",
          "enum": [
            "UnexpectedError",
            "ResourceError",
            "NotImplemented",
            "ParameterMissing",
            "ParameterInvalidValue",
            "HttpNotAllowed",
            "Blocked",
            "AuthorizationMissing",
            "AuthorizationRedundancy",
            "AuthorizationDisabled",
            "AuthorizationExpired"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "ErrorSubCode"
          }
        },
        "value": {
          "description": "The parameter's value in the request that was not valid.",
          "readOnly": true,
          "type": "string"
        }
      },
      "required": [
        "code",
        "message"
      ],
      "type": "object"
    },
    "ErrorResponse": {
      "allOf": [
        {
          "$ref": "#/definitions/Response"
        }
      ],
      "description": "The top-level response that represents a failed request.",
      "properties": {
        "errors": {
          "description": "A list of errors that describe the reasons why the request failed.",
          "items": {
            "$ref": "#/definitions/Error"
          },
          "type": "array"
        }
      },
      "required": [
        "errors"
      ],
      "type": "object"
    },
    "Identifiable": {
      "allOf": [
        {
          "$ref": "#/definitions/ResponseBase"
        }
      ],
      "description": "Defines the identity of a resource.",
      "properties": {
        "id": {
          "description": "A String identifier.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "ImageObject": {
      "allOf": [
        {
          "$ref": "#/definitions/MediaObject"
        }
      ],
      "description": "Defines an image",
      "properties": {
        "thumbnail": {
          "$ref": "#/definitions/ImageObject",
          "description": "The URL to a thumbnail of the image",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "MediaObject": {
      "allOf": [
        {
          "$ref": "#/definitions/CreativeWork"
        }
      ],
      "properties": {
        "contentUrl": {
          "description": "Original URL to retrieve the source (file) for the media object (e.g the source URL for the image).",
          "readOnly": true,
          "type": "string"
        },
        "height": {
          "description": "The height of the source media object, in pixels.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "hostPageUrl": {
          "description": "URL of the page that hosts the media object.",
          "readOnly": true,
          "type": "string"
        },
        "width": {
          "description": "The width of the source media object, in pixels.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        }
      },
      "type": "object"
    },
    "PivotSuggestions": {
      "properties": {
        "pivot": {
          "type": "string"
        },
        "suggestions": {
          "items": {
            "$ref": "#/definitions/Query"
          },
          "type": "array"
        }
      },
      "required": [
        "pivot",
        "suggestions"
      ],
      "type": "object"
    },
    "Query": {
      "description": "Defines a search query.",
      "properties": {
        "displayText": {
          "description": "The display version of the query term. This version of the query term may contain special characters that highlight the search term found in the query string. The string contains the highlighting characters only if the query enabled hit highlighting",
          "readOnly": true,
          "type": "string"
        },
        "searchLink": {
          "readOnly": true,
          "type": "string"
        },
        "text": {
          "description": "The query string. Use this string as the query term in a new search request.",
          "type": "string"
        },
        "thumbnail": {
          "$ref": "#/definitions/ImageObject",
          "readOnly": true
        },
        "webSearchUrl": {
          "description": "The URL that takes the user to the Bing search results page for the query.Only related search results include this field.",
          "readOnly": true,
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "type": "object"
    },
    "QueryContext": {
      "description": "Defines the query context that Bing used for the request.",
      "properties": {
        "adultIntent": {
          "description": "A Boolean value that indicates whether the specified query has adult intent. The value is true if the query has adult intent; otherwise, false.",
          "readOnly": true,
          "type": "boolean"
        },
        "alterationOverrideQuery": {
          "description": "The query string to use to force Bing to use the original string. For example, if the query string is \"saling downwind\", the override query string will be \"+saling downwind\". Remember to encode the query string which results in \"%2Bsaling+downwind\". This field is included only if the original query string contains a spelling mistake.",
          "readOnly": true,
          "type": "string"
        },
        "alteredQuery": {
          "description": "The query string used by Bing to perform the query. Bing uses the altered query string if the original query string contained spelling mistakes. For example, if the query string is \"saling downwind\", the altered query string will be \"sailing downwind\". This field is included only if the original query string contains a spelling mistake.",
          "readOnly": true,
          "type": "string"
        },
        "askUserForLocation": {
          "description": "A Boolean value that indicates whether Bing requires the user's location to provide accurate results. If you specified the user's location by using the X-MSEdge-ClientIP and X-Search-Location headers, you can ignore this field. For location aware queries, such as \"today's weather\" or \"restaurants near me\" that need the user's location to provide accurate results, this field is set to true. For location aware queries that include the location (for example, \"Seattle weather\"), this field is set to false. This field is also set to false for queries that are not location aware, such as \"best sellers\".",
          "readOnly": true,
          "type": "boolean"
        },
        "isTransactional": {
          "readOnly": true,
          "type": "boolean"
        },
        "originalQuery": {
          "description": "The query string as specified in the request.",
          "type": "string"
        }
      },
      "required": [
        "originalQuery"
      ],
      "type": "object"
    },
    "Response": {
      "allOf": [
        {
          "$ref": "#/definitions/Identifiable"
        }
      ],
      "description": "Defines a response. All schemas that could be returned at the root of a response should inherit from this",
      "properties": {
        "webSearchUrl": {
          "description": "The URL To Bing's search result for this item.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "ResponseBase": {
      "discriminator": "_type",
      "properties": {
        "_type": {
          "type": "string"
        }
      },
      "required": [
        "_type"
      ],
      "type": "object"
    },
    "SearchResultsAnswer": {
      "allOf": [
        {
          "$ref": "#/definitions/Answer"
        }
      ],
      "properties": {
        "isFamilyFriendly": {
          "readOnly": true,
          "type": "boolean"
        },
        "totalEstimatedMatches": {
          "description": "The estimated number of webpages that are relevant to the query. Use this number along with the count and offset query parameters to page the results.",
          "format": "int64",
          "readOnly": true,
          "type": "integer"
        }
      },
      "type": "object"
    },
    "Thing": {
      "allOf": [
        {
          "$ref": "#/definitions/Response"
        }
      ],
      "properties": {
        "alternateName": {
          "readOnly": true,
          "type": "string"
        },
        "bingId": {
          "description": "An ID that uniquely identifies this item.",
          "readOnly": true,
          "type": "string"
        },
        "description": {
          "description": "A short description of the item.",
          "readOnly": true,
          "type": "string"
        },
        "image": {
          "$ref": "#/definitions/ImageObject",
          "readOnly": true
        },
        "name": {
          "description": "The name of the thing represented by this object.",
          "readOnly": true,
          "type": "string"
        },
        "url": {
          "description": "The URL to get more information about the thing represented by this object.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object"
    },
    "TrendingVideos": {
      "allOf": [
        {
          "$ref": "#/definitions/Response"
        }
      ],
      "properties": {
        "bannerTiles": {
          "items": {
            "$ref": "#/definitions/TrendingVideosTile"
          },
          "type": "array"
        },
        "categories": {
          "items": {
            "$ref": "#/definitions/TrendingVideosCategory"
          },
          "type": "array"
        }
      },
      "required": [
        "bannerTiles",
        "categories"
      ],
      "type": "object"
    },
    "TrendingVideosCategory": {
      "properties": {
        "subcategories": {
          "items": {
            "$ref": "#/definitions/TrendingVideosSubcategory"
          },
          "type": "array"
        },
        "title": {
          "type": "string"
        }
      },
      "required": [
        "title",
        "subcategories"
      ],
      "type": "object",
      "x-ms-discriminator-value": "TrendingVideos/Category"
    },
    "TrendingVideosSubcategory": {
      "properties": {
        "tiles": {
          "items": {
            "$ref": "#/definitions/TrendingVideosTile"
          },
          "type": "array"
        },
        "title": {
          "type": "string"
        }
      },
      "required": [
        "title",
        "tiles"
      ],
      "type": "object",
      "x-ms-discriminator-value": "TrendingVideos/Subcategory"
    },
    "TrendingVideosTile": {
      "properties": {
        "image": {
          "$ref": "#/definitions/ImageObject"
        },
        "query": {
          "$ref": "#/definitions/Query"
        }
      },
      "required": [
        "query",
        "image"
      ],
      "type": "object",
      "x-ms-discriminator-value": "TrendingVideos/Tile"
    },
    "VideoDetails": {
      "allOf": [
        {
          "$ref": "#/definitions/Response"
        }
      ],
      "properties": {
        "relatedVideos": {
          "$ref": "#/definitions/VideosModule",
          "readOnly": true
        },
        "videoResult": {
          "$ref": "#/definitions/VideoObject",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "VideoObject": {
      "allOf": [
        {
          "$ref": "#/definitions/MediaObject"
        }
      ],
      "description": "Defines a video object that is relevant to the query.",
      "properties": {
        "allowHttpsEmbed": {
          "readOnly": true,
          "type": "boolean"
        },
        "allowMobileEmbed": {
          "readOnly": true,
          "type": "boolean"
        },
        "embedHtml": {
          "readOnly": true,
          "type": "string"
        },
        "isSuperfresh": {
          "readOnly": true,
          "type": "boolean"
        },
        "motionThumbnailId": {
          "readOnly": true,
          "type": "string"
        },
        "motionThumbnailUrl": {
          "readOnly": true,
          "type": "string"
        },
        "thumbnail": {
          "$ref": "#/definitions/ImageObject",
          "readOnly": true
        },
        "videoId": {
          "readOnly": true,
          "type": "string"
        },
        "viewCount": {
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        }
      },
      "type": "object"
    },
    "Videos": {
      "allOf": [
        {
          "$ref": "#/definitions/SearchResultsAnswer"
        }
      ],
      "description": "Defines a video answer.",
      "properties": {
        "nextOffset": {
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "pivotSuggestions": {
          "items": {
            "$ref": "#/definitions/PivotSuggestions"
          },
          "readOnly": true,
          "type": "array"
        },
        "queryExpansions": {
          "items": {
            "$ref": "#/definitions/Query"
          },
          "readOnly": true,
          "type": "array"
        },
        "scenario": {
          "enum": [
            "List",
            "SingleDominantVideo"
          ],
          "readOnly": true,
          "type": "string",
          "x-ms-enum": {
            "modelAsString": false,
            "name": "VideoQueryScenario"
          }
        },
        "value": {
          "description": "A list of video objects that are relevant to the query.",
          "items": {
            "$ref": "#/definitions/VideoObject"
          },
          "type": "array"
        }
      },
      "required": [
        "value"
      ],
      "type": "object"
    },
    "VideosModule": {
      "properties": {
        "value": {
          "items": {
            "$ref": "#/definitions/VideoObject"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    }
  },
  "x-ms-parameterized-host": {
    "hostTemplate": "{Endpoint}",
    "parameters": [
      {
        "default": "https://api.cognitive.microsoft.com",
        "description": "Supported Cognitive Services endpoints (protocol and hostname, for example: \"https://westus.api.cognitive.microsoft.com\", \"https://api.cognitive.microsoft.com\").",
        "in": "path",
        "name": "Endpoint",
        "required": true,
        "type": "string",
        "x-ms-parameter-location": "client",
        "x-ms-skip-url-encoding": true
      }
    ],
    "useSchemePrefix": false
  }
}