trmcnvn / twitch-chat-overlay

💬 Overlays the Twitch chat while in fullscreen mode (Firefox/Chrome)
MIT License
15 stars 8 forks source link

Handle embedding VOD chat when watching VODs #6

Open trmcnvn opened 5 years ago

frdmn commented 4 years ago

Not sure if known, but you can access the comments of a VOD via this endpoints: https://api.twitch.tv/v5/videos/<VOD-ID>/comments

You can make of the content_offset_seconds query parameter for an offset, as well as the cursor parameter. Make sure send twitch-api-token and client-id headers in your request.

cURL examples: