Overview
Fedora provides an endpoint for users wishing to get some version information in a machine readable format.
RESTful API
Request URI: /fcr:systeminfo Methods: GET Request Headers: N/A Request Parameters : Example: Response: Status: 200System version information
GET Retrieve current repository's version and commit:
curl http://localhost:8080/rest/fcr:systeminfo
{
"version": "6.5.1",
"commit": "6d5a1bb"
}