# SteamSpy App Details

> SteamSpy App Details is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status down (last checked 2026-08-24).

Returns ownership estimates, review counts, and concurrent user stats for a Steam game by its app ID.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/steamspy-appdetails
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-08-24
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/steamspy-app-details-27e83600
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rX957Sa_vqaIlnleJO656

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 steamspy-app-details-27e83600 -d '<json body>'
```

Example prompt: Can you pull the ownership numbers, review counts, and concurrent player stats for the Steam game with app ID 570 (Dota 2)?

## When to prefer this

Use this endpoint when you need quick ownership estimates, review counts, or concurrent player data for a specific Steam game identified by its numeric app ID. Prefer this over scraping Steam directly when aggregate player statistics are needed without authentication.

## Known failure modes

- Invalid or non-existent app ID returns empty or error JSON
- Private/delisted games may return null or zero values
- SteamSpy rate limits or data staleness may affect accuracy
- Missing appid parameter causes a bad request response

## How this service works

Ownership, review counts and concurrent users for a Steam game by app id (param appid). Query: ?appid= Returns JSON.

## Output

A JSON object containing ownership estimates, review counts (positive/negative), and concurrent user statistics for the specified Steam game.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/steamspy-app-details-27e83600/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
