---
title: "Get API version information"
method: GET
path: "/api/version"
tags: ["system", "internal"]
---

# Get API version information

`GET /api/version`

## Response `200`

Version information

- ApiResponseVersionInfo
  - `data` object — Version information for API compatibility checking
    - `api_version` integer, required — Current API version (integer, increments on breaking changes)
    - `min_compatible_client` string, nullable — Minimum client version that can use this API (optional, for future use)
    - `server_version` string, required — Server version (semver)
  - `error` string, nullable — Human-readable failure message. Omitted on success.
  - `meta` ApiMeta, required — API metadata included in all responses
    - `api_version` integer, required — API version (integer, increments on breaking changes)
    - `server_version` string, required — Server version (semver)
  - `success` boolean, required — `true` when the request succeeded. `false` responses carry `error` instead of `data`.

---

[API](https://skmtc.net/scanopy/apis/scanopy-api.md) · [All operations](https://skmtc.net/scanopy/apis/scanopy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scanopy/scanopy-api/revisions/2df1fc47dfa7/schema)
