Matches Within a Season?

If I want to get matches within a certain season for a player I have to write a loop that gathers games until a game is found that is past the season start date?

Is there no way for the api to return all games for a season without having to do this loop?

Hi McVeigh! You’ve got it right, there isn’t an API to return games from a particular season. You would have to crawl backwards through a player’s match history until you find the season you’re looking for.