The /game/loadall API call is used to get a ZIP archive containing all of the turns of a completed game, except the very last turn of a game. The equivalent of using loadturn in bulk, but in a much more efficient manner.
Data | Description |
---|---|
gameid | Gameid number |
If successful, this API call returns a ZIP archive containing a collection of turns from the completed game. (Example: game23864.zip )
{"success":false,"error":"gameid is required"}
{"success":false,"error":"game not finished"}