This project came from this reddit thread following the release of the ProtonDB database under the Open Database License.
This server checks the GitHub repository every 30 minutes and merges the provided JSON file.
I'll improve later on if the project grows. I'm expecting this to be short lived until ProtonDB releases an API of their own.
Lists all the games we have discovered so far. Returns an array of objects with these fields in it:
appId
title
Lists all reports for a given game (by Valve's appId
), in reverse timestamp order. Returns an array of objects with these fields in it:
id
My own local ID of this report, as upstream doesn't share theirs.appId
The game ID for this report. Redundant for uniformity's sake. timestamp
rating
notes
os
gpuDriver
specs
protonVersion
The code for this website is available on GitHub.
As requested, this server also hosts the uncompressed JSON.