Monthly snapshots of community run data, available as compressed NDJSON.
Each file is gzip-compressed NDJSON (newline-delimited
JSON). Every line is a complete run object as uploaded by players,
with added
_serverId, _isCheated, and
_cheatedReasons fields. Cheated runs are included and
flagged so you can filter them if needed.
To read the data, decompress with gunzip and parse one
JSON object per line. Most languages have NDJSON libraries, or you
can simply split on newlines and JSON.parse each line.
Loading available downloads…