How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How to get latest Haproxy version string via curl?

calendar_today June 30, 2026 person @lukastribus Lukas Tribus domain haproxy
You can find json files on the webserve for specific release trains: https://www.haproxy.org/download/3.4/src/releases.json You may also just use the external service endoflife.date : https://endoflife.date/haproxy Using their API you can use the one liner: curl -s “https://endoflife.date/api/v1/products/haproxy/releases/latest” \ jq ‘.[“result”][“latest”][“name”]’
open_in_new Read original post