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.
https://www.steamgriddb.com/api/v2/heroes/{platform}/{id*} //Retrieve heroes by platform ID.
https://www.steamgriddb.com/api/v2/logos/game/{gameId} //Retrieve logos by game ID.
https://www.steamgriddb.com/api/v2/logos/{platform}/{id*} //Retrieve logos by platform ID.
https://www.steamgriddb.com/api/v2/icons/game/{gameId} //Retrieve icons by game ID.
https://www.steamgriddb.com/api/v2/icons/{platform}/{id*} //Retrieve icons by platform ID.
https://www.steamgriddb.com/api/v2/search/autocomplete/{term} //Search for a game by name
#api #steamgriddb