-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
featureNew feature or requestNew feature or request
Description
Steam has the best metadata out there and is easy to access and parse in JSON format.
A list of all the app ids is available at https://api.steampowered.com/ISteamApps/GetAppList/v0002/?key={API_KEY}&format=json
A daily task could be run to update the local DB with this information for quick searching.
With the app id, the metadata can be grabbed at https://store.steampowered.com/api/appdetails?appids={APP_ID}
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
Type
Projects
Status
Done