# GamePulse Esports Team Intelligence

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

Returns esports team form, roster, recent match results, and upcoming schedule for a given team

## Facts

- Endpoint: GET https://gamepulse.theaslangroupllc.com/api/esports/team
- Price: $0.08/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-team-intelligence-1dc4a6e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0sCn6ED8GH7QmQ8jRq6WU

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-team-intelligence-1dc4a6e7
```

Example prompt: Can you pull up Team Liquid's current roster, recent match results, and upcoming games — I want to know how they've been performing lately before placing a bet on their next match?

## When to prefer this

Use this endpoint when you need a holistic team profile — form, roster, results, and schedule — in a single call. Prefer this over tournament-specific endpoints when your query is team-centric rather than event-centric, and when supporting esports betting, fantasy, or pre-match scouting workflows.

## Known failure modes

- Unknown or misspelled team name returns 404 or empty result
- Team not covered in the database returns an error or null payload
- Rate limiting or payment failure returns 402 or 429
- Stale data if team recently changed roster or withdrew from tournament

## How this service works

Esports team intelligence for esports and esports-betting agents. Returns team form, roster, recent results, and upcoming matches.

## Output

A structured object containing the team's current roster, recent match results with scores and opponents, win/loss form over recent games, and a list of upcoming scheduled matches including opponents and dates

## 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-team-intelligence-1dc4a6e7/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)
