Here you can find the latest public exports of Cubing Contests data. The exports include CSV files for contests, rounds, results, events and persons. The exports also include a README.md file and a metadata.json file.
CSV archive: CubingContests_export_v1_2026-02-22_19-46-20.zip(permalink)
To always get the latest export for the specified export format version, use the permalink. To only get the metadata, add ?metadataOnly=true to the permalink URL. Then it will return the export date and the download URL for the latest export.
Date of last export: 2/22/2026
This is a database export for Cubing Contests. When opening one of the CSV files, make sure to set , (comma) as the separator and " (double quote) as the string delimiter.
The results in these exports are available under the CC Attribution-ShareAlike 4.0 International license.
The CSV files can be used directly for putting together various statistics based on the data. They can also be imported using Supabase (e.g. for testing the website using real data in local development). The import process is as follows:
cubing_contests.id column in "Configure import data" and click "Import data".The results are stored in a format based on the WCA format. See the WCA exports page for the details. The differences are outlined below.
Results for events of the "time" type use the max time value (8640000) for unknown time. This is used for Extreme BLD results, where the mere evidence of a successful attempt is an achievement in and of itself. This can only be set by an admin.
Results for events of the "multi" type are based on the WCA multi format. The difference is that these exports omit the leading 0/1 character (all results are based on the new format), allow multi results up to 9999 cubes instead of 99, time is stored as centiseconds instead of seconds, and DNFs are stored with all of the same information (e.g. "DNF (5/12 52:13)"), just as negative numbers. So the full format using WCA notation is as follows:
(-)DDDDTTTTTTTMMMM
isDnf = the result is a negative value (all DNFs are treated as tied)
difference = 9999 - |DDDD| (the latter is the absolute value of solved - missed, to accommodate DNFs)
timeInCentiseconds = TTTTTTT (8640000 means unknown time and is the maximum time value)
missed = MMMM
solved = difference + missed
attempted = solved + missed