DeveloperAPI ReferenceAdapterJellyfinSystemInfo
Authenticated server info
Returned to authenticated clients. Some Jellyfin clients prefer this over /System/Info/Public after login.
Response Body
application/json
curl -X GET "https://example.com/api/adapter/jellyfin/System/Info"{
"Id": "string",
"ServerName": "string",
"Version": "string",
"ProductName": "string",
"LocalAddress": "string",
"OperatingSystem": "string",
"StartupWizardCompleted": true,
"WebSocketPortNumber": 0,
"CompletedInstallations": [
null
],
"CanSelfRestart": true,
"CanLaunchWebBrowser": true,
"ProgramDataPath": "string",
"WebPath": "string",
"ItemsByNamePath": "string",
"CachePath": "string",
"LogPath": "string",
"InternalMetadataPath": "string",
"TranscodingTempPath": "string",
"HttpServerPortNumber": 0,
"SupportsHttps": true,
"HttpsPortNumber": 0,
"HasUpdateAvailable": true,
"HasPendingRestart": true,
"property1": null,
"property2": null
}