game
public endpoints
/api/v4/game/$gameID
parameters
| name | type | description |
|---|---|---|
| $gameID (required) | int | This is the ID of the game. |
response (code: 404)
{
"error": {
"code": 404,
"msg": "no entry with the ID: $gameID found."
}
}
response (code: 200)
{
"ID": 1,
"name": "Rainbow Six Siege",
"short_name": "R6",
"min_age": 18,
"logo_array": [],
"logo_array_on_black": [],
"logo_color_array": [],
"keyart_array": [],
"cover_array": []
}