Get the latest version
GET /version/latest
GET
/version/latest
Fetch the latest version of the engine.
Responses
200
Latest version retrieved successfully
object
name
Name of the version
string
version_number
The version number. Ideally will follow semantic versioning
string
changelog
The changelog for this version
string
changelog_url
A direct URL to the changelog for this version
string
version_type
The release channel for this version
string
status
The current status of the version
string
id
required
Unique identifier for the version (cuid2)
string
author_id
required
The ID of the author who published this version (cuid2)
string
date_published
required
The date this version was published, in ISO 8601 format
string
files
required
A list of files available for download for this version
Array<object>
object
hashes
required
A map of hashes of the file. The key is the hashing algorithm and the value is the string version of the hash
object
key
additional properties
string
url
required
A direct link to the file
string
filename
required
The name of the file
string
size
required
The size of the file in bytes
integer
platform
required
The platform for which the file is intended
string