Load Game Info

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:

  • settings: list of host settings for this game
  • game: the game information record for this game
  • players: an array of the player records for all players
  • scores: an array of score records for each player for all turns