When i use the api to get the last clip for a channels or games example:
https://api.twitch.tv/kraken/clips/top?game=overwatch&period=all&limit=100&language=en,
api return this
{"error":"Not Found","status":404,"message":""}
it’s normal ?
When i use the api to get the last clip for a channels or games example:
https://api.twitch.tv/kraken/clips/top?game=overwatch&period=all&limit=100&language=en,
api return this
{"error":"Not Found","status":404,"message":""}
it’s normal ?
Yes that’s normal because that endpoint doesn’t exist in v3 and so returns a 404.
To use a v5 endpoint you need to use either the 'Accept: application/vnd.twitchtv.v5+json'
header or api_version=5
querystring param when making the request.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.