v1
latestOpenAPI 3.1.02026-07-1382233.1 KBRelease Info
Returns information about available releases
get/v1/info/available_releases/{vendor}
Path parameters
vendor'adoptium' | 'alibaba' | 'ibm' | 'microsoft' | 'azul' required
The vendor of the OpenJDK distribution.
The following vendors are no longer receiving updates or new releases for their OpenJDK distributions:
<ul> <li><b>huawei</b> - Huawei OpenJDK</li> <li><b>redhat</b> - Red Hat OpenJDK</li> </ul><p>Vendor of the binary. This is the organisation that produced the binary package.</p>
Response
OK
Example response
{
"available_releases": [
8,
9,
10,
11,
12,
13,
14
],
"available_lts_releases": [
8,
11
],
"most_recent_lts": 11,
"most_recent_feature_version": 15
}