Twitch Chat API

Hi,

We are building a broadcast suite there we have one use case where we want to display twitch Live Stream Chats & Realtime View Counts on our platform, is there any API method available for the same ?

To display live chat you can use the Twitch Embed Embedding Twitch | Twitch Developers

To get current viewer count you can use the Get Streams endpoint, but keep in mind that it’s not realtime, all API data is cached so you should poll the API no faster than once per minute.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.