Is there a Ubuntu HTTPS API to get current LTS version (26)?
Sep 13, 12:27pm

Yes, there is an official Ubuntu HTTPS API to get the current LTS version. The most reliable and up-to-date source is the Ubuntu Releases page, which lists all current and past releases, including LTS versions. As of September 2026, the latest LTS version is Ubuntu 26.04 LTS (Resolute Raccoon), released on April 23, 2026.

For programmatic access, you can use the following HTTPS endpoint:

  • https://releases.ubuntu.com/ (HTML page, but can be parsed for the latest LTS version)
  • https://api.launchpad.net/devel/ubuntu (Launchpad API, which provides structured data about Ubuntu releases, including LTS versions)

If you need a direct, machine-readable way to fetch the latest LTS version, the Launchpad API is the most suitable. Would you like help parsing the data from one of these sources?

Sep 13, 12:27pm

This is a shared conversation and may include unverified content that doesn't reflect Mistral AI's views. Login to resume chatting.

Vibe can make mistakes. Check answers. Learn more