Games/top returns Status:500 with high offset, inconsistent with other endpoints

I’m running into the same issue. Wouldn’t returning 4xx be more appropriate here?

Also, @Six’s comment is both provably false and not relevant to the topic.

https://api.twitch.tv/kraken/games/top?limit=100&offset=1100
works just fine for me:

{
  "_total": 1488,
  "top": [
    {
      "game": {
        "name": "Mega Man X",
        "popularity": 2,
        "_id": 8676,
        "giantbomb_id": 9463,
...