...

/

Stream Schedules

Stream Schedules

Learn to fetch and create Twitch stream schedules.

To make it easier for viewers to tune in to their streams, streamers can set a streaming schedule on their channel that is public to all users. The schedule shows all the basic details of the stream. These include the stream’s title, its category, and its date and time.

Retrieving stream schedules

We can send a simple GET request to the schedules endpoint and fetch the stream schedule of any channel.

The URL for this endpoint is as follows:

https://api.twitch.tv/helix/schedule

All requests to this endpoint must be authenticated with either an app access token or a user access token. In this lesson, we'll use an app access token.

Input parameters

It requires a single query parameter, namely the ID of the streamer whose ...