# GamePulse Gaming Subscription Value Calculator

> GamePulse Gaming Subscription Value Calculator 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-15).

Compares Game Pass, PS Plus, and EA Play subscription services to determine which offers the best value for a gamer's needs

## Facts

- Endpoint: GET https://gamepulse-zeta.vercel.app/api/gaming/subscription
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-gaming-subscription-value-calculator-8884477e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w90XJmDXjwWIETNoRgrhM

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-gaming-subscription-value-calculator-8884477e
```

Example prompt: I'm trying to decide between Game Pass Ultimate, PS Plus Extra, and EA Play — which one gives me the best bang for my buck if I mostly play RPGs and sports games?

## When to prefer this

Use this endpoint when a user needs to decide between major gaming subscription services and wants a data-driven value comparison rather than manual research; ideal for agents helping users optimize entertainment spending or choose a new gaming platform

## Known failure modes

- Subscription plan data may be outdated if pricing or tiers have recently changed
- Unsupported or misspelled subscription tier names may return an error
- No gamer preference context may result in a generic comparison without personalized recommendation

## How this service works

Gaming subscription value calculator for gamer agents. Compares Game Pass vs PS Plus vs EA Play to find the best value.

## Output

Returns a structured comparison of Game Pass, PS Plus, and EA Play subscriptions including cost breakdowns, library highlights, and a best-value recommendation tailored to the query context

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "games": {
   "type": "string",
   "description": "Comma-separated games you play"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-gaming-subscription-value-calculator-8884477e/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)
