Skip to content
Prepaid, no subscription trap. Top up a balance and we draw the monthly fee from it.
tcggraph

Pokémon Trading Card Game · Legend Maker · #92 · Rare Holo Star

Registeel ★

Registeel ★ (Legend Maker #92, Pokémon) price, by language, condition and grade.

Cardmarket, cheapest
The set is on Cardmarket but no product there carries this card's name.
Cardmarket trend
TCGplayer market
The product is identified but TCGplayer publishes no market or low price for it yet, which is typical of a new release before its first sales.
Graded
The set is in the graded index but no product there carries this card's name and number.
Registeel ★, Legend Maker #92

In your app

The same numbers, as JSON

Everything on this page is one call to the TCGGraph API: card pkm_ex12_92 with its Cardmarket and TCGplayer quotes, the per-language and per-condition lows, graded prices and realised sales. REST or GraphQL, one key.

Card id
pkm_ex12_92
TCGplayer product
88678
Artist
Masakazu Fukuda
Set released
1 Feb 2006
REST
curl "https://api.tcggraph.com/v1/cards/pkm_ex12_92" \
  -H "Authorization: Bearer $TCGGRAPH_KEY"

# realised sales by day
curl "https://api.tcggraph.com/v1/prices/pkm_ex12_92/sales?days=90" \
  -H "Authorization: Bearer $TCGGRAPH_KEY"
GraphQL
{
  card(id: "pkm_ex12_92") {
    name
    prices { source currency low trend market }
    languagePrices {
      language finish low lowNm offers truncatedAbove
      conditions { condition low offers }
    }
    gradedPrices { grader grade price }
  }
}

Prices on this page are read from Cardmarket and TCGplayer and refreshed daily; graded quotes come from TCGGraph's graded index. TCGGraph does not sell cards and carries no affiliate links. Card names and artwork are the property of The Pokémon Company.