---
title: "Get version information"
method: GET
path: "/version"
tags: ["Other"]
---

# Get version information

`GET /version`

Returns version information for the server and its dependencies, along with the git commit hash

## Response `200`

Version information

- object
  - `sourcifyServerVersion` string — Version of the Sourcify server
  - `libSourcifyVersion` string — Version of @ethereum-sourcify/lib-sourcify
  - `sourcifyCompilersVersion` string — Version of @ethereum-sourcify/compilers
  - `bytecodeUtilsVersion` string — Version of @ethereum-sourcify/bytecode-utils
  - `gitCommitHash` string — Git commit hash the server was built from

---

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