SteamGridDB API

Base URL https://www.steamgriddb.com/api/v2 Authorization header Authorization: Bearer <token> endpoints https://www.steamgriddb.com/api/v2/games/id/{gameId} //Retrieve game by game ID. https://www.steamgriddb.com/api/v2/games/steam/{steamAppId} //Retrieve game by Steam App ID. https://www.steamgriddb.com/api/v2/grids/game/{gameId} //Retrieve grids by game ID. https://www.steamgriddb.com/api/v2/grids/{platform}/{id*} //Retrieve grids by platform ID. https://www.steamgriddb.com/api/v2/heroes/game/{gameId} //Retrieve heroes by game ID. ...

2023-06-15 · 1 min · Duke Yin