---
title: "Get's the current version of the tremor server"
method: GET
path: "/v1/version"
tags: ["version"]
---

# Get's the current version of the tremor server

`GET /v1/version`

This endpoint returns version information for the current
version of tremor. Versioning policy follows [Semantic Versioning](https://semver.org/)

## Response `200`

The current version of tremor

- Version — Version information
  - `version` string, required — The semantic version code
  - `debug` boolean — True if this is a debug build

## Changes

- **2022-02-23** `0456ca3a6da1` — 1 info
  - endpoint added
- **2020-02-11** `2b3f4037582e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tremor-rs/apis/tremor-api/changes/v1/version/get.md)

---

[API](https://skmtc.dev/tremor-rs/apis/tremor-api.md) · [All operations](https://skmtc.dev/tremor-rs/apis/tremor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tremor-rs/tremor-api/revisions/b73c19450409/schema)
