Hello everyone, I am a comp sci student and I want to do some data science analytics on match data and card combinations.
I’m trying to export the complete history of match-up data for a single player into a CSV, but I’ve run into a limitation: the built-in “export to CSV” feature seems to only capture the most recent 30 games. While it’s possible to repeat the process in batches of 30, this approach is tedious and still doesn’t guarantee I can retrieve a player’s entire history in one go.
My questions are:
- Is there any way—either through the official API, a third-party service, or a hidden parameter—to export all of a player’s match-up data in a single CSV file?
- If true bulk export isn’t supported, are there recommended workarounds (e.g. scripting against the web interface, community tools) to systematically retrieve every game a player has played?
Any guidance, example scripts, or pointers to documentation would be much appreciated. Thanks in advance!