Skip to content

jsnli/steamappidlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam AppID List

Made with JavaScript Made with GH Actions License

Description

This repo makes requests to the Steam Store API to retrieve appID lists seperated by category

https://api.steampowered.com/IStoreService/GetAppList/v1/

Another endpoint is available here https://api.steampowered.com/ISteamApps/GetAppList/v2/ This endpoint returns the names and appids of all applications regardless of category without requiring a key.

Info

This repo runs daily through Github Actions and pushes the latest to this repo to keep the data up to date.

Usage

Datasets can be found in the data folder.

To run the script locally, replace the following with your own Steam Key in index.js

const key = process.env.STEAM_KEY;

Then run from directory to generate to the data folder

node index.js

Releases

No releases published

Packages

No packages published