---
title: "Gets public information about the server."
method: GET
path: "/System/Info/Public"
tags: ["System"]
---

# Gets public information about the server.

`GET /System/Info/Public`

## Response `200`

Information retrieved.

- PublicSystemInfo
  - `LocalAddress` string, nullable — Gets or sets the local address.
  - `ServerName` string, nullable — Gets or sets the name of the server.
  - `Version` string, nullable — Gets or sets the server version.
  - `ProductName` string, nullable — Gets or sets the product name. This is the AssemblyProduct name.
  - `OperatingSystem` string, nullable — Gets or sets the operating system.
  - `Id` string, nullable — Gets or sets the id.
  - `StartupWizardCompleted` boolean, nullable — Gets or sets a value indicating whether the startup wizard is completed.

---

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