Skip to content

Latest commit

 

History

1,279 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Steam AppID lists in json form updated daily

Topics

Resources

Stars

52 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages