GET get-game-info/{id-or-name}

GET Required methods
Auth
Level 1
Description : Get info about a game
Arguments :
NameTypeDescription
id-or-nameint|stringThe name/slug of the game or the ID

Methods : GET

Response :
NameTypeDescription
game_idintThe game ID
game_namestringGame name
game_slugstringGame Slug (Identification in the URL)
game_descriptionstringGame Description
game_urlstringGame entry list URL
last_entriesint[]Array of Entry IDs from this game (10 entries)
 


Write your reply...
Back
Top