API Reference/api/version

/api/version

GET
Get version info

200
Ok (JSON)

Field NameTypeDescription
isUpstreambooleanIf the instance is on stable or upstream git
updatebooleanIf the instances needs an update
updateToTypestable OR upstreamThe instance's recommended update
version.stablestringLatest stable version
version.upstreamstringLatest upstream version
version.currentstringInstance's current version, either a commit hash or a semver. Commit hash is shortened on the dashboard.
{
"isUpstream": true,
"update": true,
"updateToType": "upstream",
"versions": {
"stable": "4.0.0",
"upstream": "b842d594f78e0c5b97c1ab83cf6224509a41c402",
"current": "3.7.13"
}
}

403
Unauthorized (JSON)

Last updated: 3/3/2025
Edit this page on GitHub