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
| Operation | Endpoint | Cost | Plan |
|---|---|---|---|
| Search cards | GET /v1/cards | with 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 40 | free |
| Get a card | GET /v1/cards/{id} | 2 with include=prices, the same as GET /v1/cards/{id}/prices | free |
| Batch cards | GET /v1/cards/batch | 1 credit per 25 ids, rounded up; with include=prices, 4 per 25 ids, the same as GET /v1/prices/current | free |
[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.