You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thumbnail URL of the stream. All image URLs have variable width and height. You can replace {width} and {height} with any values to get that size image.
This is not a thumbnail of the stream but profile picture and does not have variable width and height.
XQC example: default 300x300 works 100x100 does not work (403).
How to reproduce
Search for channels using helix API.
Expected behavior
thumbnail_url returns thumbnail of live or latest stream
additional property channel_logo or profile_picture is introduced for currently returned image
thumbnail_url returns thumbnail of live stream if the channel is live and profile picture otherwise
Thanks, why is it called a thumbnail as it is not a reduced-size versions of stream? I think it should rather be called channel_logo or profile_picture. If backward compatibility is your concern then you can probably add it and leave thumbnail_url for some time but delete it from the doc.
BTW is there any way to get live stream thumbnail for given channel?
Looks like this does the job, thanks. So I need to search for channel and once I obtain it I need to get the thumbnail of live stream through separate request.
Brief description
When searching for channels https://dev.twitch.tv/docs/api/reference#search-channels
thumbnail_urlproperty documentation is all wrong:This is not a thumbnail of the stream but profile picture and does not have variable width and height.
XQC example: default 300x300 works 100x100 does not work (403).
How to reproduce
Search for channels using helix API.
Expected behavior
thumbnail_urlreturns thumbnail of live or latest streamchannel_logoorprofile_pictureis introduced for currently returned imagethumbnail_urlreturns thumbnail of live stream if the channel is live and profile picture otherwiseTwitch cli example
Additional context or questions
Is this a documentation bug? I would really like to have both profile picture and stream thumbnail in response.
The text was updated successfully, but these errors were encountered: