Games

Get Game Data

GET /game/:id/json

circle-info

Replace :id with the game's ID

Get basic info about a running game.

Headers

Name
Value

Response

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

Last updated