# TCGPlayer Product ID Card Lookup

> TCGPlayer Product ID Card Lookup is a paid API for AI agents from api.tcgapi.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches current TCGPlayer market, low, mid, and high prices plus card metadata for a single card by its TCGPlayer product ID across 85+ TCGs.

## Facts

- Endpoint: POST https://api.tcgapi.dev/v1/cards/tcgplayer/475980
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-tcgapi-dev-98e64a54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UmnT34tR6Dxk38rcQTH_b

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 api-tcgapi-dev-98e64a54 -d '<json body>'
```

Example prompt: What are the current TCGPlayer market, low, and high prices for the card with TCGPlayer product ID 475980 — is it a Pokemon or Magic card, and what set is it from?

## When to prefer this

Use this endpoint when you have a specific TCGPlayer product ID and need precise current pricing and card metadata for that exact printing. Prefer this over full-text search when the TCGPlayer ID is already known, and prefer this over bulk endpoints when only a single card needs to be priced. Ideal for price-checking a card in an inventory system, validating a listing, or enriching a known card record with current market data.

## Known failure modes

- Invalid or non-existent TCGPlayer product ID returns a 404 or empty result
- TCGPlayer product ID belongs to a non-card product (e.g. booster box) and may return unexpected data
- Price data may be stale if TCGPlayer hasn't updated recently
- Payment failure (x402) if USDC balance is insufficient — returns 402 status
- Rate limiting if too many requests are made in quick succession

## How this service works

Look up a TCG card by its TCGPlayer product ID — Pokemon, Magic: The Gathering, Yu-Gi-Oh, Lorcana, and 85+ more trading card games.

## Output

Returns card metadata (name, set, game, rarity, image URL) and current TCGPlayer pricing tiers including market price, low, mid, and high prices for the specific printing identified by the TCGPlayer product ID.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-tcgapi-dev-98e64a54/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.tcgapi.dev](https://www.zero.xyz/host/api.tcgapi.dev/llms.txt)
