openJDK download link finder REST api


https://openjdk-links.info/{platform}/{versionPrefix}[?asText=true]
Method GET
{platform}
  • darwin - macOS
  • linux64 - Linux 64bit (x86_64)
  • linux32 - Linux 32bit (x86)
  • cygwin - cygwin (Windows)
  • freebsd - FreeBSD
{versionPrefix} Version number prefix, i.e. 14 would match 14, 14.1, 14.0.129 etc.
{asText}

Optional, if provided the response will be 200 OK with the link as plain text.

If ommitted, the response will be a temporary redirect to the download location.

https://openjdk-links.info/{platform}/{flavor}/{versionPrefix}[?asText=true]
Method GET
{platform}
  • darwin - macOS
  • linux64 - Linux 64bit (x86_64)
  • linux32 - Linux 32bit (x86)
  • cygwin - cygwin (Windows)
{flavor}
  • adoptopenjdk - AdoptOpenJDK
  • amazon - Amazon Coretto
  • azul - Azul
  • java - Oracle OpenJDK
{versionPrefix} Version number prefix, i.e. 14 would match 14, 14.1, 14.0.129 etc.
{asText}

Optional, if provided the response will be 200 OK with the link as plain text.

If ommitted, the response will be a temporary redirect to the download location.


Terms & Conditions:
  • This service is free to use.
  • There is no uptime guarantee!
  • Rate limiting will be applied if abused.
  • This service is based on data from sdkman and updated once a day