Game
get/games/{id}
Path parameters
idstring required
The id of the game to retrieve
Response
Return the game containing the game start timestamp with the specified id
Example response
{
"id": "sample-game",
"started_on": 1586458255
}Changes
Changed in 2 of the 2 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲