---
title: "Retrieve the server version"
method: GET
path: "/api/software/version/server"
tags: ["software"]
---

# Retrieve the server version

`GET /api/software/version/server`

This function is an API endpoint that retrieves the version of the server. It is tagged with "software" for OpenAPI documentation.

## Returns

If successful, this function returns a `Json<SoftwareVersionResponse>` object containing the version of the server.

## Response `200`

- SoftwareVersionResponse
  - `server` string, nullable
  - `client` string, nullable

## Changes

- **2024-05-20** `b66a109db88a` — 2 info
  - api tag `software` added
  - api tag `Software` removed
- **2024-05-19** `fafd43b82c78` — 2 info
  - api tag `Software` added
  - api tag `software` removed

[Change history](https://skmtc.dev/nesaku/apis/sctgdesk-api-server/changes/api/software/version/server/get.md)

---

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