YouTube Data API v3 (youtube:v3)

2025-07-15

1 new method

Additions

    Methods
  • youtube.youtube.v3.liveChat.messages.stream

      Path : youtube/v3/liveChat/messages/stream

      Flat Path : youtube/v3/liveChat/messages/stream

      HTTP Method : GET

      Parameters :

        liveChatId

          Description : The id of the live chat for which comments should be returned.

          Location : query

          Type : string

        hl

          Description : Specifies the localization language in which the system messages should be returned.

          Location : query

          Type : string

        profileImageSize

          Description : Specifies the size of the profile image that should be returned for each user.

          Minimum : 16

          Maximum : 720

          Location : query

          Type : integer

          Format : uint32

        maxResults

          Description : The *maxResults* parameter specifies the maximum number of items that should be returned in the result set. Not used in the streaming RPC.

          Default : 500

          Minimum : 200

          Maximum : 2000

          Location : query

          Type : integer

          Format : uint32

        pageToken

          Description : The *pageToken* parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken property identify other pages that could be retrieved.

          Location : query

          Type : string

        part

          Description : The *part* parameter specifies the liveChatComment resource parts that the API response will include. Supported values are id, snippet, and authorDetails.

          Location : query

          Repeated : Yes

          Type : string

      Scopes :

    • https://www.googleapis.com/auth/youtube
    • https://www.googleapis.com/auth/youtube.force-ssl
    • https://www.googleapis.com/auth/youtube.readonly
    • Description : Allows a user to load live chat through a server-streamed RPC.