---
title: "GET /version"
method: GET
path: "/version"
---

# GET /version

`GET /version`

Get version

## Response `200`

The request has succeeded.

- SystemVersion — Response of Engine API: GET "/version"
  - `Platform` object
    - `Name` string, required
  - `Components` object[] — Information about system components
    - `Name` string, required
    - `Version` string, required
    - `Details` object, nullable
  - `Version` string — The version of the daemon
  - `ApiVersion` string — The default (and highest) API version that is supported by the daemon
  - `MinAPIVersion` string — The minimum API version that is supported by the daemon
  - `GitCommit` string — The Git commit of the source code that was used to build the daemon
  - `GoVersion` string — The version Go used to compile the daemon, and the version of the Go runtime in use.
  - `Os` string — The operating system that the daemon is running on ("linux" or "windows")
  - `Arch` string — Architecture of the daemon, as returned by the Go runtime (`GOARCH`). A full list of possible values can be found in the [Go documentation](https://go.dev/doc/install/source#environment).
  - `KernelVersion` string — The kernel version (`uname -r`) that the daemon is running on. This field is omitted when empty.
  - `Experimental` boolean — Indicates if the daemon is started with experimental features enabled. This field is omitted when empty / false.
  - `BuildTime` string — The date and time that the daemon was compiled.

---

[API](https://skmtc.net/hexlet/apis/docker-engine-api.md) · [All operations](https://skmtc.net/hexlet/apis/docker-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/docker-engine-api/versions/7dbd508c79cf/schema)
