Communities return 404

I wanted to try out the new Communities API but everything I request throws a 404 error:

For example getting the top communities using:
https://api.twitch.tv/kraken/communities/top?client_id=[client_id]

I get this response with an empty message:
{“error”:“Not Found”,“status”:404,“message”:""}

Everything else I tried also gave me a 404 with no message.

Am I doing something wrong here?

1 Like

Are you sending the correct version header? /communities is only available in v5.

application/vnd.twitchtv.v5+json

1 Like

Thank you for the fast reply: I did not, fixed the problem :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.