# TCG Set Cards List

> TCG Set Cards List 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 all cards in a specific trading card game set, including Pokemon boosters, Magic: The Gathering expansions, Yu-Gi-Oh structure decks, Lorcana chapters, and One Piece sets.

## Facts

- Endpoint: POST https://api.tcgapi.dev/v1/sets/100001/cards
- 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-c624710b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rvPeO1Al4ux4dIL6Zr3WE

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

Example prompt: Can you pull up the complete card list for TCG set 100001 — I want to see every card in that set including names, rarities, and images.

## When to prefer this

Use this endpoint when you need a complete card checklist for a specific known set ID across any of the 89+ supported TCGs. Prefer this over the full-text search endpoint when you already know the set identifier and want a comprehensive enumeration rather than keyword-filtered results. Prefer over the bulk export endpoint when you only need card metadata without current pricing.

## Known failure modes

- Invalid or non-existent set ID returns 404 or empty result
- Payment not provided or insufficient USDC results in 402 Payment Required
- Set ID exists but has no indexed cards returns empty array
- Rate limiting or server errors return 429 or 5xx responses
- Malformed request body returns 400 Bad Request

## How this service works

All cards in a TCG set — Pokemon boosters, Magic: The Gathering expansions, Yu-Gi-Oh structure decks, Lorcana chapters, One Piece sets.

## Output

A JSON array of all cards in the specified TCG set, each including card name, rarity, image URL, TCGPlayer product ID, and other card-level metadata such as set affiliation and game type.

## More

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