Get version from file hash
GET /version_file/{hash}
Retrieves the version of the engine associated with a specific file, identified by its cryptographic hash.
Parameters
Path Parameters
f50309b2811c10142932bc026ef83f0431bfdbbe612881276d108aba69c4406171c7ba7acd25019fa1b3bfa3c09e20f7382468a098666cdd03f1b7f16d2c214d
A unique identifier representing the cryptographic hash of the file.
Responses
200
The version associated with the given file hash.
object
Name of the version
Version 1.0.0
The version number. Ideally will follow semantic versioning
1.0.0
The changelog for this version
List of changes in this version...
A direct URL to the changelog for this version
https://example.com/changelog
The release channel for this version
release
The current status of the version
listed
A unique identifier for this version, using the CUID2 format
uohlw2d5lfh5pdgaavtsw9v6
The unique identifier of the author who published this version, formatted as CUID2
dtgc58bc5olg7wlvhb10xpy6
The date this version was published, in ISO 8601 format
2024-11-15T10:00:00Z
A list of files available for download for this version
object
Hash (e.g., SHA-512) for verifying file integrity
abc123def456...
A direct link to the file
https://example.com/my_file.exe
The name of the file
my_file.exe
The size of the file in bytes
1234567
Architecture for the file (e.g., x86, x64, arm64)
x64
URL to the GitHub release
https://github.com/username/repo/releases/tag/example
404
File not found for the given hash.