Get a list of all versions
GET /version
Fetch all available versions of the engine with sorting and pagination.
Parameters
Query Parameters
Optionally filter by version type (e.g., release, beta, alpha). Defaults to “release”.
Sort the list of versions by a specific criterion.
The offset for pagination, specifying how many items to skip.
The number of versions to return, with a maximum limit.
Responses
200
A list of versions
object
Name of the version
The version number. Ideally will follow semantic versioning
The changelog for this version
A direct URL to the changelog for this version
The release channel for this version
The current status of the version
A unique identifier for this version, using the CUID2 format
The unique identifier of the author who published this version, formatted as CUID2
The date this version was published, in ISO 8601 format
A list of files available for download for this version
object
Hash (e.g., SHA-512) for verifying file integrity
A direct link to the file
The name of the file
The size of the file in bytes
Architecture for the file (e.g., x86, x64, arm64)
URL to the GitHub release
400
Invalid query parameters
object
A brief description of the error related to invalid query parameters.
A more detailed explanation of what was wrong with the query parameters.