Current Release

This documentation covers the current version of Fedora. Looking for another version? See all documentation.

Overview

Fedora provides an endpoint for users wishing to get some version information in a machine readable format.

RESTful API

System version information


Request URI: /fcr:systeminfo

Methods: GET


GET Retrieve current repository's version and commit:

Request Headers:

N/A

Request Parameters :

Example:

curl http://localhost:8080/rest/fcr:systeminfo

Response:

{
  "version": "6.5.1",
  "commit": "6d5a1bb"
}

Status:

200