API: https://api.twitch.tv/helix/games?id=32399,512804,29595
Actual response: {"data":[]}
Expected response: {"data":[0:{...}, 1:{...}, 2:{...}]}
API: https://api.twitch.tv/helix/games?id=32399,512804,29595
Actual response: {"data":[]}
Expected response: {"data":[0:{...}, 1:{...}, 2:{...}]}
In Helix, each value needs to be its own query string instead of just a comma separates list per the docs.
As in
https://api.twitch.tv/helix/games?id=32399&=512804&id=29595
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.