SteamStorefrontAPI 2.0.1.641

There is a newer version of this package available.
See the version list below for details.
dotnet add package SteamStorefrontAPI --version 2.0.1.641
                    
NuGet\Install-Package SteamStorefrontAPI -Version 2.0.1.641
                    
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="SteamStorefrontAPI" Version="2.0.1.641" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SteamStorefrontAPI" Version="2.0.1.641" />
                    
Directory.Packages.props
<PackageReference Include="SteamStorefrontAPI" />
                    
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 SteamStorefrontAPI --version 2.0.1.641
                    
#r "nuget: SteamStorefrontAPI, 2.0.1.641"
                    
#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.
#addin nuget:?package=SteamStorefrontAPI&version=2.0.1.641
                    
Install SteamStorefrontAPI as a Cake Addin
#tool nuget:?package=SteamStorefrontAPI&version=2.0.1.641
                    
Install SteamStorefrontAPI as a Cake Tool

SteamStorefrontAPI

nuget

The SteamStorefrontAPI is a .NET wrapper for the steam storefront api which is exposed via Steam Big Picture. The API is not officially available or documented, all data in this library was either compiled by trial and error from the inofficial api documentation, and is therefore provided as-is.

Usage examples

using SteamStorefrontAPI;
using SteamStorefrontAPI.Classes;

static async Task Examples()
{
    // Get details for SteamApp with ID 443790
    SteamApp steamApp1 = await AppDetails.GetAsync(460810);

    // Get details for SteamApp with ID 443790 for region US
    SteamApp steamApp2 = await AppDetails.GetAsync(322330, "US");

    // Get details for Package with ID 68179 for region
    PackageInfo package1 = await PackageDetails.GetAsync(68179);

    // Get details for Package with ID 68179 for region JP
    PackageInfo package2 = await PackageDetails.GetAsync(68179, "JP");

    // Get a list of featured games
    FeaturedApps featured = await Featured.GetAsync();

    // Get a list of featured games for region DE
    FeaturedApps featured2 = await Featured.GetAsync("DE");

    // Get a list of featured games grouped by category
    List<FeaturedCategory> featuredCategories = await FeaturedCategories.GetAsync();

    // Get a list of featured games grouped by category for region US
    List<FeaturedCategory> featuredCategories2 = await FeaturedCategories.GetAsync("DE");
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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
2.0.1.981 93 4/5/2025
2.0.1.951 101 3/1/2025
2.0.1.921 118 2/1/2025
2.0.1.891 120 1/1/2025
2.0.1.861 124 12/1/2024
2.0.1.831 122 10/4/2024
2.0.1.801 156 9/1/2024
2.0.1.761 129 8/1/2024
2.0.1.731 116 6/1/2024
2.0.1.701 166 5/1/2024
2.0.1.671 181 4/1/2024
2.0.1.641 253 3/1/2024
2.0.1.611 132 2/1/2024
2.0.1.551 185 1/1/2024
2.0.1.421 385 12/25/2023
2.0.1.371 199 11/16/2023
2.0.1.171 379 1/20/2023
2.0.0.131 346 12/10/2022
1.2.8379.28354 349 12/10/2022
1.2.6759.40399 1,310 7/4/2018
1.2.6748.18673 1,128 6/23/2018
1.1.6725.32091 1,070 5/31/2018
1.1.6723.41471 950 5/29/2018
1.1.6722.40877 1,162 5/28/2018
1.1.6721.41309 1,103 5/27/2018
1.0.0 1,135 5/26/2018