Games

Get Game Data

GET /game/:id/json

Replace :id with the game's ID

Get basic info about a running game.

Headers

NameValue

Content-Type

Response

{
    "players": [
        {
            "id": "UID",
            "name": "Name",
            "vote": 0
        }
    ],
    "host": "UID",
    "game": "wyr",
    "content": [
        "PACK ID"
    ],
    "public": false
}

Last updated

Was this helpful?