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

← 151
Ditto (Play Pokemon Stamp)

Ditto (Play Pokemon Stamp)

Rare #132
Illustrator
KIYOTAKA OSHIYAMA
Expansion
151 · Scarlet & Violet
Language
English
TCGplayer
619077
GET /api/v1/pokemon/cards/sv3pt5-132vpp?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3pt5-132vpp",
    "name": "Ditto (Play Pokemon Stamp)",
    "number": "132",
    "printed_number": "132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/sv3pt5/sv3pt5-132vpp.small.webp?v=1777696207585",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/sv3pt5/sv3pt5-132vpp.small.webp?v=1777696207585",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/sv3pt5/sv3pt5-132vpp.small.webp?v=1777696207585"
      }
    ],
    "expansion": {
      "id": "sv3pt5",
      "name": "151",
      "total": 207,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "MEW",
      "printed_total": 165,
      "release_date": "2023/09/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "619077",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/sv3pt5/sv3pt5-132vpp.small.webp?v=1777696207585",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/sv3pt5/sv3pt5-132vpp.small.webp?v=1777696207585",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/sv3pt5/sv3pt5-132vpp.small.webp?v=1777696207585"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "KIYOTAKA OSHIYAMA",
    "pricing": {
      "currency": "USD",
      "market": 12.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.04
        },
        {
          "condition": "MP",
          "price": 8.68
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T19:10:54.658Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.31
      }
    }
  }
}