Skip to main content
GET
/
api
/
tables
List active tables
curl --request GET \
  --url https://hedgeem-server.qeetoto.com/api/tables
{
  "tables": [
    {
      "tableId": 42,
      "playerCount": 2,
      "gameState": "BETTING"
    },
    {
      "tableId": 17,
      "playerCount": 1,
      "gameState": "WAITING"
    }
  ],
  "totalActivePlayers": 3
}

Documentation Index

Fetch the complete documentation index at: https://hedgeem-api.qeetoto.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

List of active tables

tables
object[]
required
totalActivePlayers
integer
required

Sum of playerCount across all active tables

Example:

7