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

← Plasma Storm
Escape Rope (Play Pokemon Stamp)

Escape Rope (Play Pokemon Stamp)

Uncommon #120
Illustrator
Ryo Ueda
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
126178
GET /api/v1/pokemon/cards/bw8-120vpp?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-120vpp",
    "name": "Escape Rope (Play Pokemon Stamp)",
    "number": "120",
    "printed_number": "120",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8-120vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8-120vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8-120vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "126178",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8-120vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8-120vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8-120vpp.large.webp"
          }
        ]
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 4.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.4
        },
        {
          "condition": "LP",
          "price": 3.33
        },
        {
          "condition": "MP",
          "price": 3.01
        },
        {
          "condition": "HP",
          "price": 3.07
        },
        {
          "condition": "DMG",
          "price": 2.26
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:21:20.091Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.56
      }
    }
  }
}