Discovery
GET
/discover/json
Get a list of discoverable (public) games.
Query
Name
Value
game
<game type (WYR|NIHE|ETC)>
max
<max number of players>
min
<max number of players>
count
<max number of results (max 50)>
Response
[
{
"players": 5,
"host": "HOST UID",
"game": "GAME TYPE",
"content": [
"GAME PACK"
],
"public": true,
"id": "GAME ID"
}
]
Last updated
Was this helpful?