# TCG API - Single Card Price Lookup

> TCG API - Single Card Price 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-13).

Returns TCGPlayer market, low, mid, and high prices for a specific TCG card printing by card ID

## Facts

- Endpoint: POST https://api.tcgapi.dev/v1/cards/5846/prices
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-tcgapi-dev-a3d5524a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UPWDfqiS5vJhOR3nIeXkC

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-a3d5524a -d '<json body>'
```

Example prompt: What are the current TCGPlayer market, low, mid, and high prices for card ID 5846 — I want to know if it's a good time to buy or sell.

## When to prefer this

Use this endpoint when you need current pricing data for a single, known card (by ID) across Pokemon, Magic: The Gathering, Yu-Gi-Oh, Lorcana, One Piece, or Flesh and Blood. Prefer this over bulk endpoints when you only need one card's price and want low latency and cost. Use the TCGPlayer product ID as the identifier.

## Known failure modes

- Card ID not found — returns 404 or empty pricing object
- Card has no active listings — prices may be null or zero
- Invalid card ID format — returns 400 bad request
- TCGPlayer data temporarily unavailable — returns 503 or timeout
- Card printing is too new or unlisted — no pricing data available

## How this service works

Current TCGPlayer market, low, mid, and high prices per printing for any TCG card — Pokemon, Magic: The Gathering, Yu-Gi-Oh, Lorcana, One Piece, Flesh and Blood.

## Output

A JSON object containing the TCGPlayer market price, low price, mid price, and high price for the specified card printing, sourced from TCGPlayer marketplace data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-tcgapi-dev-a3d5524a/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)
