Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Journey Together
N's PP Up (Play Pokemon Stamp)

N's PP Up (Play Pokemon Stamp)

Uncommon #153 Trainer Item
Illustrator
Toyste Beach
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
649178
GET /api/v1/pokemon/cards/sv9-153vpp?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-153vpp",
    "name": "N's PP Up (Play Pokemon Stamp)",
    "number": "153",
    "printed_number": "153",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/649178_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/649178_200w.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/649178_200w.jpg"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "649178",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/649178_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/649178_200w.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/649178_200w.jpg"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:12:09.107Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.56
      }
    }
  }
}