Games
Get Game Data
GET
/game/:id/json
Get basic info about a running game.
Headers
Name
Value
Content-Type
Response
{
"players": [
{
"id": "UID",
"name": "Name",
"vote": 0
}
],
"host": "UID",
"game": "wyr",
"content": [
"PACK ID"
],
"public": false
}
Last updated
Was this helpful?