Get a specific version by ID
GET /version/{id}
Fetch a specific version of the engine by its ID.
Parameters
Path Parameters
uohlw2d5lfh5pdgaavtsw9v6
Unique identifier for the version
Responses
200
The specified version retrieved successfully
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
Version not found