---
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

---

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