Starting in version 0.5.63, a JSON-encoded stats page has been added.
To locate the JSON stats, go to a normal stats page and erase "galaxy#####.html" and replace it with "json.txt"
This stats page provides data in the following array/object structure:
- turn => $turn
- $GalaxyID =>
- galaxyname => $name
- imperatorid => $playerid or 0
- leaderid => $playerid or 0
- players =>
- order =>
- array("name","pop","planets","structs","prod","sci","mp")
- $playerid =>
- array($name,$pop,$planets,$structs,$prod,$sci,$mp)
- order =>
Note to web developers: Because of how Outer Space creates playerids, it should not be assumed that a future player may not also have the same playerid. Similarly galaxyids may also repeat. The only limit is that no ID can be used more than once at a time. Once a galaxy ends, however, any idea can repeat.

