Youtube · Example Payload

Youtube Live Live Chat Message List Response Example

GoogleMediaSocialStreamingVideoVideos

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

Top-level fields

kindetagnextPageTokenpollingIntervalMillisofflineAtpageInfoitems

Example Payload

Raw ↑
{
  "kind": "youtube#video",
  "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
  "nextPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9",
  "pollingIntervalMillis": 10,
  "offlineAt": "2026-01-15T10:30:00Z",
  "pageInfo": {
    "totalResults": 42,
    "resultsPerPage": 10
  },
  "items": []
}