New Twitch API sometimes returns bad request

I am sending a GET request, with a working Client-ID header, to this endpoint:

https://api.twitch.tv/helix/streams?game_id=459931

The response goes back and forth between “400 Bad Request” and “200 OK”. I don’t get repeated bad or good requests. It’s literally bad, good, bad, good, etc. I am not changing anything between requests so I don’t understand why I am getting bad requests.

Has anyone else experienced this?

Usually this is reported when people are hammering it more than once per minute, usually you don’t need to poll the end point quicker than that due to server caching.

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