I’m trying to find a way to determine/find a streamer’s full VOD that they created a Highlight video from. I understand that the full broadcast may or may not exist, but so far I am not able to find any broadcasts at all for any highlight video.
I’m using the doc guidance for v5’s “Get Video” which is this url:
https://api.twitch.tv/kraken/videos/<video ID>
If I use that url for any highlight video that I find, I can see that there is an associated broadcast_id. But I can’t seem to find anything whenever I try to enter the broadcast_id into the portion of the url. Is this broadcast_id the same thing as a video id? Is there a different URL that I should be getting? I tried searching the API topics but I wasn’t able to find anything.
Any help would be greatly appreciated!