Skip to content
pokemontcgapi.com
Documentation

API reference

Every endpoint, with its credit cost and minimum plan.

One page per operation, each with its parameters, a runnable example in three languages, the exact response, and the errors it can return.

Credits are charged per request, not per row: a page of 250 costs the same as a page of 3.

cards

cards endpoints
OperationEndpointCostPlan
Search cardsGET /v1/cards1 creditfree
Get a cardGET /v1/cards/{id}1 creditfree
Batch cardsGET /v1/cards/batch1 credit per 25 ids, rounded upfree

sets

sets endpoints
OperationEndpointCostPlan
List setsGET /v1/sets1 creditfree
Get a setGET /v1/sets/{code}1 creditfree
Cards in a setGET /v1/sets/{code}/cards1 creditfree

artists

artists endpoints
OperationEndpointCostPlan
List artistsGET /v1/artists1 creditfree
Get an artistGET /v1/artists/{slug}1 creditfree

series

series endpoints
OperationEndpointCostPlan
List seriesGET /v1/series1 creditfree

sealed

sealed endpoints
OperationEndpointCostPlan
List sealed productsGET /v1/sealed1 creditfree
Get a sealed productGET /v1/sealed/{id}1 creditfree

reference

reference endpoints
OperationEndpointCostPlan
Reference listsGET /v1/referencefree, no key needed, cached for a dayfree

status

status endpoints
OperationEndpointCostPlan
Service statusGET /v1/statusfree, no key neededfree

prices

prices endpoints
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

changes

changes endpoints
OperationEndpointCostPlan
List changesGET /v1/changes1 creditfree

vision

vision endpoints
OperationEndpointCostPlan
Identify a card from a photoPOST /v1/vision/identifyThe most expensive call in the price list, and the only one that is not a row being read: it is the index of every catalogue image answering at once.growth

view this page as markdown