Get Twitch profile schedule
Get the stream schedule for a Twitch channel by handle.
Headers
Get your API keyAPI key (`sfk_...`)
Twitch handle to look up, with or without a leading @.
min 1 chars · max 64 chars
Endpoint-specific response payload.
Whether the channel was found.
one of: found, not_found
Scheduled stream segments for the channel.
Schedule segment id.
min 1 chars
Segment title when available.
ISO-8601 start timestamp when available.
ISO-8601 end timestamp when available.
Whether the segment is cancelled when known.
Categories for the segment when available.
Category id when available.
Category slug when available.
Category display name when available.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/twitch/profiles/ishowspeed/schedule" \
-H "x-api-key: YOUR_API_KEY"Responses
Schedule for the requested Twitch profile.