---
title: "GET /api"
method: GET
path: "/api"
tags: ["api"]
---

# GET /api

`GET /api`

## Response `200`

API information

- ApiInfoResponse — General GitArena information
  - `app` string, required — Application name
  - `baseUrl` string, required — Base url of this instance
  - `commit` string, required — Short git commit SHA of the running build
  - `documentation` string, required — Link to the API documentation
  - `objectStorageAvailable` boolean, required — Whether object storage is available
  - `repository` string, required — Source repository URL
  - `sshPort` integer, nullable — Port of the SSH server, if running
  - `version` string, required — Version

## Changes

- **2026-08-01** `b3640d5600df` — 1 breaking, 1 warning, 3 info
  - removed the required property `base_url` from the response with the `200` status
  - removed the optional property `ssh_port` from the response with the `200` status
  - added the optional property `sshPort` to the response with the `200` status
  - added the required property `baseUrl` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/mari/apis/gitarena/changes/api/get.md)

---

[API](https://skmtc.dev/mari/apis/gitarena.md) · [All operations](https://skmtc.dev/mari/apis/gitarena/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mari/gitarena/revisions/b3640d5600df/schema)
