LR2IR is going to be shut down on May 31st 2026. This is an archive from the website as of May 31st 2026.
We have also provided a viewer for the site, which we host on https://lr2ir.com. The source code for the viewer is here, and you can re-host it yourself.
Take a look in the archive_frontend folder for more information on that.
Link: lr2ir-archive-v3.db.gz
Shasum: b8b94d9c67cf94411a71501c3533bd15877bd727fd687c060749fae29267b5cf
This is an 8GiB sqlite database containing every score, chart, course and player on LR2IR. This is likely the data you want.
This dataset contains 25,562,325 score entries, 97,895 players, 333,362 charts, 353,699 course plays and 3,496,970 ghost replays.
- Un
gzipthe file. You can do this withgunzip -k path/to/file. - Install sqlitebrowser
- You can now open the
.dbfile and view all of the information.
Alternatively, use the instructions in archive_frontend/README.md to set up the web browser for this data.
Link: lr2ir-raw-unprocessed-data-v3.zip
Checksum: 5d688beaf6d82ec0831019823432a53037a7136e16f684828f3f7ced88ef5e1f
This is the html output for all of the pages we scraped on LR2IR.
Please note, the database above contains all the information in these pages. This is simply the raw output if you really specifically want it.
You will need to provide the styles.css yourself.
The shasum for styles.css is 4d0eb5b48f252277e8ee4d7709926939f252fc417f6a850ae812afd8f047a213
- Download this .zip
- Extract it
- **Be aware that some of the
.htmlfiles are gzip encoded. You will need togunzipthem to open them.