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

← Chilling Reign
Single Strike Urshifu (Play Pokemon Stamp)

Single Strike Urshifu (Play Pokemon Stamp)

Rare Holo #108 Pokémon Stage 1Single Strike HP 140
Types
Darkness
Illustrator
Mitsuhiro Arita
Expansion
Chilling Reign · Sword & Shield
Language
English
TCGplayer
476059

Attacks

Field Crush 50
Darkness · Colorless

If your opponent has a Stadium in play, discard it.

Fists of Strife 100+
Darkness · Darkness · Colorless

If this Pokémon has any damage counters on it, this attack does 100 more damage.

GET /api/v1/pokemon/cards/swsh6-108vpp?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6-108vpp",
    "name": "Single Strike Urshifu (Play Pokemon Stamp)",
    "number": "108",
    "printed_number": "108",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6-108vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6-108vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6-108vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6",
      "name": "Chilling Reign",
      "total": 233,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CRE",
      "printed_total": 198,
      "release_date": "2021/06/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "476059",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6-108vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6-108vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6-108vpp.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Single Strike"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Field Crush",
        "text": "If your opponent has a Stadium in play, discard it.",
        "damage": "50"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fists of Strife",
        "text": "If this Pokémon has any damage counters on it, this attack does 100 more damage.",
        "damage": "100+"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 1.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.88
        },
        {
          "condition": "HP",
          "price": 1.3
        },
        {
          "condition": "DMG",
          "price": 0.6
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.13,
          "low": 10.06,
          "high": 10.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:01:06.865Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.08
      }
    }
  }
}