Youtube · Example Payload

Youtube Youtubesearchlist Example

GoogleMediaSocialStreamingVideoVideos

Youtube Youtubesearchlist Example is an example object payload from Youtube, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "youtube.search.list",
  "method": "GET",
  "path": "/search",
  "summary": "Youtube Search Youtube",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "YoutubeSearchList200Example",
      "example": {
        "kind": "youtube#video",
        "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
        "nextPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9",
        "prevPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9",
        "regionCode": "US",
        "pageInfo": {
          "totalResults": 42,
          "resultsPerPage": 10
        },
        "items": [
          {
            "kind": "youtube#video",
            "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
            "id": {
              "kind": "youtube#video",
              "videoId": "500123",
              "channelId": "500123",
              "playlistId": "500123"
            },
            "snippet": {
              "publishedAt": "2026-01-15T10:30:00Z",
              "channelId": "500123",
              "title": "Example Title",
              "description": "A sample description for this resource.",
              "thumbnails": "example_value",
              "channelTitle": "example_value",
              "liveBroadcastContent": "example_value"
            }
          }
        ]
      }
    }
  ]
}