Skip to content
pokemontcgapi.com
Documentation

prices

Every prices 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.

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

Operations

OperationEndpointCostPlan
Current pricesGET /v1/cards/{id}/prices2 creditsfree
Current prices of a sealed productGET /v1/sealed/{id}/prices2 creditsfree
Current prices, in batchGET /v1/prices/current4 per 25 ids: a full batch of 50 costs 8free
Price historyGET /v1/cards/{id}/prices/history5 creditsfree
Price statsGET /v1/cards/{id}/prices/stats2 creditsfree
MoversGET /v1/prices/movers3 creditsgrowth
Price sourcesGET /v1/prices/sourcesfree, no key neededfree

[Current prices](/docs/api/prices/current) — Every live price series for one card — one row per source, variant, printing and grade — plus the composite index in EUR.

[Current prices of a sealed product](/docs/api/prices/current-sealed) — The live price series of one sealed product, in the same shape as the card route.

[Current prices, in batch](/docs/api/prices/batch) — The current prices of up to 50 cards in one request, for a list, a collection or a deck.

[Price history](/docs/api/prices/history) — A time series for one card: one point per day, week or month, per source and variant.

[Price stats](/docs/api/prices/stats) — Low, high, median, first, last and the percentage change of the composite index over a window.

[Movers](/docs/api/prices/movers) — The cards whose composite index rose or fell the most over a window.

[Price sources](/docs/api/prices/sources) — The redistribution policy in the open: every source that can appear in a price row, with its label and minimum delay.

view this page as markdown