I’m trying to use the kraken API with this endpoint:
https://api.twitch.tv/kraken/clips/
from here : https://dev.twitch.tv/docs/v5/reference/clips/
Some clips return good values and others just 404.
For example this clip : https://clips.twitch.tv/AwkwardTastyWolfMau5 does not work with https://api.twitch.tv/kraken/clips/AwkwardTastyWolfMau5
But this one does: https://clips.twitch.tv/AmazonianEncouragingLyrebirdAllenHuhu
Am I missing something or are some clips inaccessible by this API?