gg.infinitetavern.tavern.getReplay

infinitetavern.gg

Documentation

Retrieve the round-by-round replay for a specific tavern battle.

main query

Retrieve the round-by-round replay for a specific tavern battle.

Parameters

lobbyId string Required

Lobby UUID to retrieve the replay for.

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Lobby UUID to retrieve the replay for.
View raw schema
{
  "type": "query",
  "output": {
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "lobbyId"
    ],
    "properties": {
      "lobbyId": {
        "type": "string",
        "description": "Lobby UUID to retrieve the replay for."
      }
    }
  },
  "description": "Retrieve the round-by-round replay for a specific tavern battle."
}

Lexicon Garden

@