# GamePulse Meta Analysis

> GamePulse Meta Analysis 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 current meta, tier lists, and patch-notes synthesis for any competitive game

## Facts

- Endpoint: GET https://gamepulse.theaslangroupllc.com/api/gaming/meta
- 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-meta-analysis-a80b3f9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gakBF5PM1ssuONpmPOC_a

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-a80b3f9c
```

Example prompt: What's the current meta for Valorant after the latest patch — which agents are S-tier and what strategies are dominating ranked right now?

## When to prefer this

Choose this endpoint when an agent needs current competitive meta intelligence for a specific game, including tier lists and patch-note synthesis. Ideal for esports coaches, competitive players, fantasy esports participants, or betting analysts who need to understand the current state of a game's balance and dominant strategies. Prefer over generic gaming wikis when you need synthesized, up-to-date meta conclusions rather than raw patch notes.

## Known failure modes

- Unsupported or obscure game title returns empty or error response
- Stale meta data if patch notes have just dropped and synthesis hasn't updated
- Ambiguous game name (e.g. 'Call of Duty' without specifying which title) may return generic or incorrect meta
- Rate limiting or payment failure returns 402 or 429 error
- Network timeout for games with very complex patch notes synthesis

## 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 competitive meta for the requested game, including tier lists ranking characters/weapons/strategies, a synthesis of recent patch notes and their impact, and actionable meta insights for 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-a80b3f9c/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)
