Description : Get info about a game
Arguments :
Methods : GET
Response :
Arguments :
Name | Type | Description |
---|---|---|
id-or-name | int|string | The name/slug of the game or the ID |
Methods : GET
Response :
Name | Type | Description |
---|---|---|
game_id | int | The game ID |
game_name | string | Game name |
game_slug | string | Game Slug (Identification in the URL) |
game_description | string | Game Description |
game_url | string | Game entry list URL |
last_entries | int[] | Array of Entry IDs from this game (10 entries) |