# GamePulse Trending Games Tracker

> GamePulse Trending Games Tracker 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-14).

Returns the games currently exploding in popularity on Steam, with context on why they are trending right now.

## Facts

- Endpoint: GET https://gamepulse.theaslangroupllc.com/api/gaming/trending
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamepulse-trending-games-tracker-9882132f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xhxSbAsZr44UrLn9PRx1A

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-trending-games-tracker-9882132f
```

Example prompt: What games are absolutely exploding on Steam right now, and why are they trending?

## When to prefer this

Use this endpoint when an agent or user wants to know what's hot on Steam right now with explanatory context — not just a popularity chart but the 'why.' Prefer this over generic game search endpoints when the query is about real-time trending momentum rather than a specific title lookup or genre filter.

## Known failure modes

- Steam data temporarily unavailable — returns 503 or empty trending list
- Rate limit or payment failure for the $0.05 USDC x402 call — returns 402
- No games currently meeting the trending threshold — returns empty list
- Stale data if Steam API upstream is delayed

## How this service works

Trending games tracker for gamer agents. Returns what's exploding on Steam right now and why.

## Output

A ranked list of games currently trending on Steam, including game titles, trending velocity or popularity signals, and explanations of why each game is surging — such as a viral moment, new release, sale event, or streamer attention.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "headline": "Palworld's new content update reignites survival-crafting hype",
  "narrative": "Players are gravitating toward live-service survival games with frequent content cadence...",
  "agent_action": "Jump into Palworld's new update before the hype settles",
  "viral_moments": [
   {
    "title": "Streamer squad wipes on new raid boss",
    "impact": "Drove a spike in new-player interest",
    "what_happened": "Clip went viral across gaming Twitter/X"
   }
  ],
  "trending_games": [
   {
    "rank": 1,
    "genre": "Survival, RPG",
    "price": 29.99,
    "title": "Palworld",
    "momentum": "rising",
    "players_now": 1200000,
    "why_trending": "Major content update dropped this week, drawing lapsed players back",
    "store_url_note": "Available on Steam and Xbox Game Pass",
    "worth_jumping_in": true,
    "players_peak_2weeks": 2100000
   }
  ],
  "upcoming_releases": [
   {
    "title": "Next big RPG",
    "hype_level": "high",
    "release_date": "August 2026",
    "why_watching": "First gameplay reveal exceeded expectations"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamepulse-trending-games-tracker-9882132f/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)
