# GamePulse Esports Tournament Breakdown

> GamePulse Esports Tournament Breakdown is a paid API for AI agents from gamepulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns the full bracket, team listings, and predictions for any esports tournament

## Facts

- Endpoint: GET https://gamepulse.theaslangroupllc.com/api/esports/tournament
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-esports-tournament-breakdown-88810588
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mrjyBQ6OgwSfLKzWaJEe5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gamepulse-esports-tournament-breakdown-88810588
```

Example prompt: Can you pull up the full bracket, all the competing teams, and predictions for the current Valorant Champions Tour tournament?

## When to prefer this

Use this endpoint when you need a comprehensive tournament-level view including bracket structure, all participating teams, and predictive analytics in a single call. Prefer this over the match-schedule endpoint when the user wants tournament context and progression rather than just today's individual match times. Ideal for esports-betting agents that need bracket positioning to assess betting opportunities or for fans tracking tournament progress.

## Known failure modes

- Tournament not found or unrecognized tournament name — returns 404 or empty result
- Tournament has not yet started so bracket data is unavailable
- Invalid or missing tournament ID parameter — returns 400 bad request
- Payment not processed or insufficient USDC balance — returns 402 Payment Required
- Service temporarily unavailable — returns 503

## How this service works

Esports tournament breakdown for esports and esports-betting agents. Returns the full bracket, teams, and predictions for any tournament.

## Output

Returns a structured response including the full tournament bracket (rounds, matchups, advancement paths), the list of participating teams with relevant metadata, and match-level predictions indicating likely outcomes for each round.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "name"
 ],
 "properties": {
  "game": {
   "type": "string",
   "description": "game"
  },
  "name": {
   "type": "string",
   "description": "name"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-esports-tournament-breakdown-88810588/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gamepulse.theaslangroupllc.com](https://www.zero.xyz/host/gamepulse.theaslangroupllc.com/llms.txt)
