# GamePulse Meta Analysis

> GamePulse Meta Analysis is a paid API for AI agents from gamepulse-zeta.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns the current meta, tier lists, and patch-notes synthesis for any competitive game

## Facts

- Endpoint: GET https://gamepulse-zeta.vercel.app/api/gaming/meta
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-meta-analysis-adbb5c7f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xkg1NDejCsgvkChnvkF3F

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-meta-analysis-adbb5c7f
```

Example prompt: What's the current meta for League of Legends — give me the S-tier picks and a quick synthesis of how the latest patch shifted things in competitive play.

## When to prefer this

Use this endpoint when you need current competitive meta intelligence, tier lists, or patch synthesis for a specific game — especially for esports agents, gamer assistants, or coaching tools that need up-to-date strategic information rather than historical stats or match schedules.

## Known failure modes

- Unsupported or unrecognized game title returns an error or empty result
- Stale meta data if patch notes haven't been processed yet
- Overly broad or ambiguous game names may return incorrect results
- Payment failure via x402 protocol results in 402 response and no data

## How this service works

Game meta analysis for gamer and esports agents. Returns the current meta, tier lists, and patch-notes synthesis for any competitive game.

## Output

Returns a structured breakdown of the current meta for the requested competitive game, including tier lists with champion/agent/character rankings, dominant strategies, and a synthesized summary of recent patch notes and their impact on competitive play.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "game"
 ],
 "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-meta-analysis-adbb5c7f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gamepulse-zeta.vercel.app](https://www.zero.xyz/host/gamepulse-zeta.vercel.app/llms.txt)
