Skip to content
pokemontcgapi.com
Documentation

cards

Every cards endpoint, with its credit cost and minimum plan.

No key yet? One call gets you one: POST /v1/accounts/free with an Idempotency-Key header and your email address returns a working key in the response. See the quickstart.

3 operations under https://api.pokemontcgapi.com/v1.

Operations

OperationEndpointCostPlan
Search cardsGET /v1/cardswith include=index, 1 credit per 50 cards requested (the limit), rounded up: a page of 250 costs 5; with include=prices, 4 credits per 25: a page of 250 costs 40free
Get a cardGET /v1/cards/{id}2 with include=prices, the same as GET /v1/cards/{id}/pricesfree
Batch cardsGET /v1/cards/batch1 credit per 25 ids, rounded up; with include=prices, 4 per 25 ids, the same as GET /v1/prices/currentfree

[Search cards](/docs/api/cards/search) — Query 52,337 cards with Lucene syntax, keyset pagination, field projection and price sorting.

[Get a card](/docs/api/cards/get) — Fetch one card by our id or its alternate {set}-{number} id, with prices, images and translations on request.

[Batch cards](/docs/api/cards/batch) — Resolve up to 100 card ids in one request instead of 100 round trips.

view this page as markdown