gg.infinitetavern.tavern.getRecentBattles

infinitetavern.gg

Documentation

Hear the latest tales from the tavern — retrieve the most recently indexed battle results across all adventurers.

main query

Hear the latest tales from the tavern — retrieve the most recently indexed battle results across all adventurers.

Parameters

limit integer Optional

No description available.

Output

Encodingapplication/json
results array Required

No description available.

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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "results"
      ],
      "properties": {
        "results": {
          "type": "array",
          "items": {
            "ref": "gg.infinitetavern.tavern.getAdventurerChronicles#matchResultView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 20,
        "maximum": 100,
        "minimum": 1
      }
    }
  },
  "description": "Hear the latest tales from the tavern — retrieve the most recently indexed battle results across all adventurers."
}

Lexicon Garden

@