Get the latest version
GET /version/latest
Fetch the latest version of the engine, optionally filtered by version type (e.g., release, beta, alpha).
Parameters
Query Parameters
release
Optionally filter by version type (e.g., release, beta, alpha). Defaults to “release”.
Responses
200
Latest 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
400
Invalid query parameters
object
A brief description of the error related to invalid query parameters.
Invalid query parameters
A more detailed explanation of what was wrong with the query parameters.