AviatoAviato
DeveloperAPI ReferenceAdapterJellyfinSystemInfoPublic

Public server info (no auth)

GET
/api/adapter/jellyfin/System/Info/Public

Returned to Jellyfin clients during the pre-login probe. Mirrors Jellyfin's /System/Info/Public.

Response Body

application/json

curl -X GET "https://example.com/api/adapter/jellyfin/System/Info/Public"
{
  "Id": "string",
  "ServerName": "string",
  "Version": "string",
  "ProductName": "string",
  "LocalAddress": "string",
  "OperatingSystem": "string",
  "StartupWizardCompleted": true,
  "property1": null,
  "property2": null
}