For last 24 days stats.
If I check the ladders for top 200 positions -> 5200 possible positions -> 2920 unique players -> saved ~7500 matches.
-----------
My plan is to track these 5200 positions + custom list profiles for people who are interested.
Next steps is to create a function which will be creating a stats data for a single day.
Will probably start with some basic things which can be seen at http://coh2chart.com/ but I can do much more - maps, commanders etc
Btw could someone help me determine the race_id? It should be something like this:
race_id: 0 == soviet
race_id: 1 == ostheer
^^ this is just guess
-----------
Also I was originally planning to store the matches for a long time - so people can find their old matches which are not stored on the official API. But the amount of data is huge and I understand that RELIC doesn't store it (it's not show on their website).
1 month of matches for the top players is ~1GB of data/month, that's 12GB / year and these are just the top players. I think I should be able to save another 20% of that with some cleaning. But I will have to think this trough.