# GamePulse Esports Match Schedule

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

Returns today's esports match schedule with team context and storylines across League of Legends, Valorant, and CS2

## Facts

- Endpoint: GET https://gamepulse.theaslangroupllc.com/api/esports/matches
- Price: $0.05/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-match-schedule-be727691
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pkoU4UVtX0qAoo5ZqwPg5

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-match-schedule-be727691
```

Example prompt: What esports matches are happening today across League of Legends, Valorant, and CS2 — and give me some context on the teams and storylines so I know what's at stake?

## When to prefer this

Use this endpoint when an agent needs a real-time, narrative-enriched view of today's esports matches across the three major titles (LoL, Valorant, CS2), especially for esports-betting agents that need team context and storylines alongside scheduling data. Prefer this over generic sports APIs when the use case is specifically competitive gaming with betting or fan engagement in mind.

## Known failure modes

- No matches scheduled for today — returns empty list or 204 No Content
- Unsupported game title — endpoint only covers LoL, Valorant, and CS2
- Data source unavailable — match data not yet populated for current day
- Rate limit or payment failure — 402 Payment Required if x402 payment not properly attached

## How this service works

Esports match schedule for esports and esports-betting agents. Returns today's matches with team context and storylines across LoL, Valorant, and CS2.

## Output

A list of today's scheduled esports matches across LoL, Valorant, and CS2, including team names, match times, tournament context, and narrative storylines about the competing teams and what's on the line.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "game": {
   "type": "string",
   "description": "game"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-esports-match-schedule-be727691/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)
