Get all details of a game.
Parameters
Output
Encoding
application/jsongame
refgames.gamesgamesgamesgames.defs#gameDetailView
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"game"
],
"properties": {
"game": {
"ref": "games.gamesgamesgamesgames.defs#gameDetailView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Get all details of a game."
}