# GamePulse Game Completion Time Estimator

> GamePulse Game Completion Time Estimator 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-15).

Returns main-story, completionist, and full playtime estimates for any game

## Facts

- Endpoint: GET https://gamepulse.theaslangroupllc.com/api/gaming/time
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-game-completion-time-estimator-ff3086b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XorEYB1KxyG8V6lTh_KRC

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-game-completion-time-estimator-ff3086b4
```

Example prompt: How long will it take me to beat Elden Ring — give me the main story time, the completionist time, and the full playtime estimate.

## When to prefer this

Use this endpoint when an agent or user wants to know how long a specific game takes to finish, whether for the main story, full completion, or everything in between. Prefer this over manual searches when programmatic playtime estimates are needed for game recommendations, backlog management, or time budgeting.

## Known failure modes

- Game title not found or unrecognized — returns error or empty result
- Ambiguous game title matching multiple titles — may return wrong game's data
- Very new or obscure games may have insufficient data for estimates
- Payment failure — 402 response if USDC payment not processed correctly

## How this service works

Game completion time estimator for gamer agents. Returns main-story, completionist, and full playtime estimates for any game.

## Output

The agent receives a breakdown of playtime estimates for the specified game, including main story hours, completionist hours, and total full playtime, similar to HowLongToBeat data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "game"
 ],
 "properties": {
  "game": {
   "type": "string",
   "description": "Game title"
  },
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-game-completion-time-estimator-ff3086b4/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)
