Emby.ApiClient 4.10.0.40

Prefix Reserved
dotnet add package Emby.ApiClient --version 4.10.0.40
                    
NuGet\Install-Package Emby.ApiClient -Version 4.10.0.40
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Emby.ApiClient" Version="4.10.0.40" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Emby.ApiClient" Version="4.10.0.40" />
                    
Directory.Packages.props
<PackageReference Include="Emby.ApiClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Emby.ApiClient --version 4.10.0.40
                    
#r "nuget: Emby.ApiClient, 4.10.0.40"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Emby.ApiClient@4.10.0.40
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Emby.ApiClient&version=4.10.0.40
                    
Install as a Cake Addin
#tool nuget:?package=Emby.ApiClient&version=4.10.0.40
                    
Install as a Cake Tool

Emby.ApiClient

This is the official Emby client library for accessing the REST API of Emby Server from external applications or services.

Prerequisites

Frameworks supported
  • .NET >=5.0
  • .NET Core >=2.0
  • .NetStandard 2.0
  • .NET Framework >=4.6
  • Mono/Xamarin
  • UWP >=10.0
Dependencies

Getting Started

Add this Nuget Package to your .NET Project

Either via Package Manager UI in Visual Studio or PackageManagement in PowerShell:

Install-Package Emby.ApiClient

or via DotNet CLI:

dotnet add package Emby.ApiClient

Sample Application

There's a WinForms sample application which demonstrates how to authenticate and execute basic API calls to Emby Server. You can find the link below in the bottom section.

Note: After opening the project, you need to remove the project reference to the source code version of Emby.ApiClient and add the Nuget package like shown above.

Topic Url
Sample Code https://github.com/MediaBrowser/Emby.ApiClients
Emby Developer Site https://dev.emby.media/index.html
REST API Reference https://dev.emby.media/reference/RestAPI.html
Developer Forum https://emby.media/community/
Emby ApiClients https://github.com/MediaBrowser/Emby.ApiClients
Emby SDK https://github.com/MediaBrowser/Emby.SDK
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.10.0.40 70 9/8/2026
4.10.0.31-beta 101 9/4/2026
4.10.0.30-beta 87 8/31/2026
4.10.0.29-beta 94 8/28/2026
4.10.0.28-beta 94 8/26/2026
4.10.0.27-beta 87 8/22/2026
4.10.0.26-beta 88 8/19/2026
4.10.0.25-beta 99 8/14/2026
4.10.0.24-beta 99 8/12/2026
4.10.0.23-beta 91 8/8/2026
4.10.0.22-beta 108 8/2/2026
4.10.0.20-beta 119 7/17/2026
4.10.0.19-beta 92 7/12/2026
4.10.0.18-beta 119 7/10/2026
4.10.0.17-beta 112 6/30/2026
4.10.0.16-beta 125 6/25/2026
4.10.0.15-beta 130 6/18/2026
4.10.0.14-beta 117 6/4/2026
4.10.0.13-beta 108 5/26/2026
4.10.0.12-beta 115 5/23/2026
Loading failed