Game

get/games/{id}/{element}

Path parameters

idstring required

The id of the game item to retrieve

elementstring required

The element of the game item to retrieve

Response

Return the game item with the specified id

idstring
elementstring
valueinteger

Example response

{
  "id": "sample-game",
  "element": "score",
  "value": 3
}

Changes