This is the old API which is now deprecated. Click here to view the new one.
Get the entire list of games to use with the /grids endpoint.
GET https://www.steamgriddb.com/api/games
| Parameter | Valid Values | Default | Description |
|---|---|---|---|
| total | If this parameter is present, only the total amount of games are returned. |
GET https://www.steamgriddb.com/api/grids
| Parameter | Valid Values | Default | Description |
|---|---|---|---|
| game | string | Game title. (Required) | |
| fields | title, style, author, steam64, score, date, grid_url, grid_url_thumbnail | title,style,author,steam64,score,date,grid_url,grid_url_thumbnail | A comma seperated list of what fields you want returned to you. |
| orderby | date, score | score | How you want the grids ordered. |
| orderdirection | asc, desc | desc | The order direction. |