gamevault-backend icon indicating copy to clipboard operation
gamevault-backend copied to clipboard

Steam API for metadata

Open Toylerrr opened this issue 1 year ago • 4 comments

Look into using the Steam API directly for more comprehensive game data. This includes fetching Steam App IDs, game names, images (box art, screenshots), prices, and metascores.

Samples:

https://api.steampowered.com/ISteamApps/GetAppList/v0002/?format=json

https://store.steampowered.com/api/appdetails?appids=10

https://steamcdn-a.akamaihd.net/steam/apps/<APP_ID>/library_600x900_2x.jpg

Toylerrr avatar Feb 12 '24 23:02 Toylerrr

awesome.

Must be modular etc tho.

Alfagun74 avatar Feb 13 '24 00:02 Alfagun74

Needs https://github.com/Phalcode/gamevault-backend/issues/258 first.

Alfagun74 avatar Mar 12 '24 00:03 Alfagun74

Maybe this could be the first metadata provider to be implemented as a plugin in #140

Alfagun74 avatar Apr 28 '24 01:04 Alfagun74

https://github.com/Phalcode/rawg-to-steam-redirect was born

Alfagun74 avatar May 06 '24 12:05 Alfagun74