Youtube · Example Payload

Youtube Data Comment List Response Example

GoogleMediaSocialStreamingVideoVideos

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

Top-level fields

kindetagnextPageTokenpageInfoitems

Example Payload

Raw ↑
{
  "kind": "youtube#video",
  "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
  "nextPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9",
  "pageInfo": {
    "totalResults": 42,
    "resultsPerPage": 10
  },
  "items": []
}