What is the new way to detect if a channel is live?

I’m trying to make an API request to get the status of a specific user, i’ve been looking through the docs but can’t seem to find anything related to it.

Use the streams endpoint https://dev.twitch.tv/docs/api/reference#get-streams

If the user is live then there will be a corresponding stream object in the data array, if the user is offline then they wont appear in the array at all.

1 Like

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