Skip to content
pokemontcgapi.com
Documentation

sets

Every sets 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
List setsGET /v1/sets1 creditfree
Get a setGET /v1/sets/{code}1 creditfree
Cards in a setGET /v1/sets/{code}/cardswith include=index, 1 credit per 50 cards requested (the limit), rounded up; with include=prices, 4 credits per 25free

[List sets](/docs/api/sets/list) — All 615 sets with release date, totals, print region and series, newest first.

[Get a set](/docs/api/sets/get) — One set by code, slug or alternate id.

[Cards in a set](/docs/api/sets/cards) — Every card in a set, in collection order, with correct paging past 250 rows.

view this page as markdown