The Load Game Info API return all the publicly available information about a game including its historical game records.
You can GET this information in JSON format using the following API:
http://api.planets.nu/game/loadinfo?gameid=815
(Click the above link to see the package)
Important note: The response is GZIP compressed and must be decompressed after downloading. (Browsers do this automatically but most code libraries do not)
The outline of the format of the game info data is as follows: