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

← Battle Styles
Exp. Share (Play Pokemon Stamp)

Exp. Share (Play Pokemon Stamp)

Uncommon #126 Trainer Pokémon Tool
Illustrator
Toyste Beach
Expansion
Battle Styles · Sword & Shield
Language
English
TCGplayer
476114
GET /api/v1/pokemon/cards/swsh5-126vpp?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5-126vpp",
    "name": "Exp. Share (Play Pokemon Stamp)",
    "number": "126",
    "printed_number": "126",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-126vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-126vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-126vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5",
      "name": "Battle Styles",
      "total": 183,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BST",
      "printed_total": 163,
      "release_date": "2021/03/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "476114",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-126vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-126vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-126vpp.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Uncommon",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 2.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.09
        },
        {
          "condition": "LP",
          "price": 1.86
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T18:36:37.939Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.24
      }
    }
  }
}