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

# version informations

`GET /api/version`

## Query parameters

- `system` boolean

## Response `200`

OK

- object
  - `api` string
  - `server` string — Firmware on Prusa-Link version
  - `text` string
  - `hostname` string
  - `firmware` string — Firmaware version
  - `sdk` string
  - `python` object[]
    - `name` string
    - `version` string
    - `path` string
  - `system` object
    - `python` string
    - `DESCRIPTION` string
    - `ID` string
    - `OS` string

## Changes

- **2021-09-23** `7ad880a6c0c4` — 5 info
  - added the new optional `query` request parameter `system`
  - added the optional property `firmware` to the response with the `200` status
  - added the optional property `python` to the response with the `200` status
  - added the optional property `sdk` to the response with the `200` status
  - …1 more
- **2021-02-22** `30eda14983ed` — 5 breaking, 2 warning, 3 info
  - the response property `api` became optional for the status `200`
  - the response property `text` became optional for the status `200`
  - removed the required property `firmware` from the response with the `200` status
  - removed the required property `printer` from the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/prusa3d/apis/prusalink-web/changes/api/version/get.md)

---

[API](https://skmtc.dev/prusa3d/apis/prusalink-web.md) · [All operations](https://skmtc.dev/prusa3d/apis/prusalink-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prusa3d/prusalink-web/revisions/ebdce30f1db8/schema)
