Youtube · Example Payload

Youtube Youtubechannelslist Example

GoogleMediaSocialStreamingVideoVideos

Youtube Youtubechannelslist 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.channels.list",
  "method": "GET",
  "path": "/channels",
  "summary": "Youtube List Channels",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "YoutubeChannelsList200Example",
      "example": {
        "kind": "youtube#video",
        "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
        "nextPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9",
        "prevPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9",
        "pageInfo": {
          "totalResults": 42,
          "resultsPerPage": 10
        },
        "items": [
          {
            "kind": "youtube#video",
            "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
            "id": "abc123def456",
            "contentDetails": {
              "relatedPlaylists": {}
            },
            "brandingSettings": {
              "channel": {},
              "image": {}
            }
          }
        ]
      }
    }
  ]
}