# GamePulse Worth-It Verdict

> GamePulse Worth-It Verdict 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-16).

Returns a buy-or-wait verdict for a game with price history and review aggregation to help gamers decide whether to purchase now or hold off.

## Facts

- Endpoint: GET https://gamepulse.theaslangroupllc.com/api/gaming/worth-it
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-worth-it-verdict-833e8049
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w-7VRM5mlZmetygotPZwA

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-worth-it-verdict-833e8049
```

Example prompt: Is Elden Ring worth buying right now, or should I wait for a sale? Give me the buy-or-wait verdict with price history and what reviewers say about its value.

## When to prefer this

Use this endpoint when a user wants a clear purchase recommendation for a specific game, especially combining deal timing (price history) with review quality. Prefer this over a generic search when the user explicitly asks 'should I buy' or 'is it worth it' rather than just looking up a price or review score in isolation.

## Known failure modes

- Game not found in database — returns 404 or empty result for obscure or unreleased titles
- Stale price data if the game was recently discounted or price changed
- No review data available for newly released games
- Ambiguous game title matching the wrong game entry

## How this service works

Buy-or-wait analysis for gamer and gaming-deals agents. Returns a worth-it verdict with price history and reviews for any game.

## Output

Returns a structured verdict indicating whether to buy now or wait, accompanied by historical pricing data showing past sale prices and lows, plus aggregated review scores or sentiment relevant to the game's value proposition.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "game"
 ],
 "properties": {
  "game": {
   "type": "string",
   "description": "Game title or slug e.g. elden-ring, cyberpunk-2077"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-worth-it-verdict-833e8049/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)
