SteamStorefrontAPI 3.0.0.1391

dotnet add package SteamStorefrontAPI --version 3.0.0.1391
                    
NuGet\Install-Package SteamStorefrontAPI -Version 3.0.0.1391
                    
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="3.0.0.1391" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SteamStorefrontAPI" Version="3.0.0.1391" />
                    
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 3.0.0.1391
                    
#r "nuget: SteamStorefrontAPI, 3.0.0.1391"
                    
#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 SteamStorefrontAPI@3.0.0.1391
                    
#: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=SteamStorefrontAPI&version=3.0.0.1391
                    
Install as a Cake Addin
#tool nuget:?package=SteamStorefrontAPI&version=3.0.0.1391
                    
Install 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 net10.0 is compatible.  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. 
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
3.0.0.1391 143 12/4/2025
2.0.1.1371 645 12/1/2025
2.0.1.1361 651 12/1/2025
2.0.1.1311 132 11/1/2025
2.0.1.1301 119 11/1/2025
2.0.1.1291 125 11/1/2025
2.0.1.1221 181 10/1/2025
2.0.1.1211 177 10/1/2025
2.0.1.1201 175 10/1/2025
2.0.1.1131 197 9/1/2025
2.0.1.1121 185 9/1/2025
2.0.1.1111 186 9/1/2025
2.0.1.1041 207 7/1/2025
2.0.1.1011 213 6/1/2025
2.0.1.981 198 4/5/2025
2.0.1.951 154 3/1/2025
2.0.1.921 199 2/1/2025
2.0.1.891 192 1/1/2025
2.0.1.861 199 12/1/2024
2.0.1.831 196 10/4/2024
2.0.1.801 250 9/1/2024
2.0.1.761 198 8/1/2024
2.0.1.731 208 6/1/2024
2.0.1.701 238 5/1/2024
2.0.1.671 253 4/1/2024
2.0.1.641 325 3/1/2024
2.0.1.611 214 2/1/2024
2.0.1.551 259 1/1/2024
2.0.1.421 558 12/25/2023
2.0.1.371 246 11/16/2023
2.0.1.171 492 1/20/2023
2.0.0.131 439 12/10/2022
1.2.8379.28354 467 12/10/2022
1.2.6759.40399 1,538 7/4/2018
1.2.6748.18673 1,440 6/23/2018
1.1.6725.32091 1,395 5/31/2018
1.1.6723.41471 1,169 5/29/2018
1.1.6722.40877 1,469 5/28/2018
1.1.6721.41309 1,422 5/27/2018
1.0.0 1,455 5/26/2018