Youtube · Example Payload

Youtube Youtubelivechatmessageslist Example

GoogleMediaSocialStreamingVideoVideos

Youtube Youtubelivechatmessageslist 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.liveChatMessages.list",
  "method": "GET",
  "path": "/liveChatMessages",
  "summary": "Youtube List Live Chat Messages",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "YoutubeLivechatmessagesList200Example",
      "example": {
        "kind": "youtube#video",
        "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
        "nextPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9",
        "pollingIntervalMillis": 10,
        "offlineAt": "2026-01-15T10:30:00Z",
        "pageInfo": {
          "totalResults": 42,
          "resultsPerPage": 10
        },
        "items": [
          {
            "kind": "youtube#video",
            "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
            "id": "abc123def456",
            "snippet": {
              "liveChatId": "500123",
              "type": "chatEndedEvent",
              "displayMessage": "example_value",
              "authorChannelId": "500123",
              "publishedAt": "2026-01-15T10:30:00Z",
              "hasDisplayContent": true,
              "textMessageDetails": {}
            },
            "authorDetails": {
              "channelId": "500123",
              "channelUrl": "https://www.example.com",
              "displayName": "example_value",
              "profileImageUrl": "https://www.example.com",
              "isVerified": true,
              "isChatOwner": true,
              "isChatSponsor": true,
              "isChatModerator": true
            }
          }
        ]
      }
    }
  ]
}