Index : Basic API controller providing a simple version action

Important

From Swarm 2019.3, APIs older than v9 are being deprecated. Support for them will be removed in a future release.

Show Version Information

Summary

Show Version Information

GET /api/v9/version

Description

This can be used to determine the currently-installed Swarm version, and also to check that Swarm’s API is responding as expected.

Example response

Successful Response:

HTTP/1.1 200 OK

{
    "year": "2019",
    "version": "SWARM/2018.3/1752978 (2019/01/31)"
}
Note

year refers to the year of the Swarm release, not necessarily the current year.