Animica x402 Directory

Directory / api.tcgapi.dev

api.tcgapi.dev/v1/sets/100001

Card set details (release date, card count, game, image) for any Pokemon, Magic: The Gathering, Yu-Gi-Oh, or Lorcana set.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.tcgapi.dev/v1/sets/100001'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://api.tcgapi.dev/v1/sets/100001'

Endpoint: https://api.tcgapi.dev/v1/sets/100001. Operated by api.tcgapi.dev, not by Animica. Price and availability were correct at the last probe on 2026-08-30 and are set by the operator, who may change them.

Other endpoints on api.tcgapi.dev

api.tcgapi.dev/v1/bulk/conditions

Bulk per-condition prices (Near Mint, Lightly Played, Moderately Played, Heavily Played, Damaged) for up to 500 trading cards in one request — price entire Poke…

GET · $0.05

api.tcgapi.dev/v1/cards/5846

Single card details (name, set, image, rarity, TCGPlayer ID) for Pokemon, Magic: The Gathering, Yu-Gi-Oh, Lorcana, and 85+ other trading card games.

GET · $0.005

api.tcgapi.dev/v1/cards/5846/history/detailed

Full price history with daily TCGPlayer sales volume for a TCG card — ideal for Pokemon / Magic / Yu-Gi-Oh pricing bots and market analytics.

GET · $0.02

api.tcgapi.dev/v1/cards/5846/prices/conditions

Per-condition card prices — Near Mint, Lightly Played, Moderately Played, Heavily Played, Damaged — with lowest listing, shipping-inclusive floor, and median fo…

GET · $0.02

api.tcgapi.dev/v1/cards/tcgplayer/475980

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

GET · $0.005

api.tcgapi.dev/v1/export/set/100001

Full set export with every card, image URL, and current price in one JSON file — Pokemon, Magic: The Gathering, Yu-Gi-Oh, Lorcana, and 85+ more TCGs.

GET · $0.25

api.tcgapi.dev/v1/prices/top-movers

Trending TCG price movers — biggest daily gainers and losers across Pokemon, Magic: The Gathering, Yu-Gi-Oh, and Lorcana cards.

GET · $0.005

api.tcgapi.dev/v1/search

Full-text card search across 89+ trading card games — Pokemon, Magic: The Gathering, Yu-Gi-Oh, Lorcana, Flesh and Blood, One Piece, Riftbound.

GET · $0.005

api.tcgapi.dev/v1/sets

List every card set across 89+ trading card games — Pokemon expansions, Magic: The Gathering blocks, Yu-Gi-Oh core sets, Lorcana chapters.

GET · $0.005

api.tcgapi.dev/v1/sets/100001/cards

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

GET · $0.005

api.tcgapi.dev/v1/sets/100001/prices

TCGPlayer current prices for every card in a set — useful for set value tracking and sealed Pokemon / Magic / Yu-Gi-Oh product pricing.

GET · $0.005

All 12 endpoints on api.tcgapi.dev →