---
title: "Returns non-sensitive information about the current system"
method: GET
path: "/api/Server/server-info-slim"
tags: ["Server"]
---

# Returns non-sensitive information about the current system

`GET /api/Server/server-info-slim`

This is just for the UI and is extremely lightweight

## Response `200`

OK

- ServerInfoSlimDto
  - `installId` string, nullable, required
  - `isDocker` boolean
  - `kavitaVersion` string, nullable, required
  - `firstInstallDate` string, date-time, nullable
  - `firstInstallVersion` string, nullable

---

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