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
started_oninteger

Example response

{
  "id": "sample-game",
  "started_on": 1586458255
}

Changes

Changed in 2 of the 2 revisions of this API.33

  • cbd51e3d67a821See the full diff
    • removed the optional property element from the response with the 200 status

      response-optional-property-removed

    • removed the optional property value from the response with the 200 status

      response-optional-property-removed

    • added the optional property started_on to the response with the 200 status

      response-optional-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property started_on from the response with the 200 status

      response-optional-property-removed

    • added the optional property element to the response with the 200 status

      response-optional-property-added

    • added the optional property value to the response with the 200 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog