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

← Single Strike Master
Single Strike Urshifu V

Single Strike Urshifu V

Super Rare #75 Pokémon BasicVSingle Strike HP 220
Types
Fighting
Illustrator
kawayoo
Expansion
Single Strike Master · Sword & Shield
Language
Japanese
TCGplayer
569024

Attacks

Laser Focus
Fighting

Search your deck for up to 2 Fighting Energy cards and attach them to this Pokémon. Then, shuffle your deck.

Impact Blow 180
Fighting · Fighting · Colorless

During your next turn, this Pokémon can't use Impact Blow.

GET /api/v1/pokemon/cards/swsh5i_ja-75vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5i_ja-75vh",
    "name": "Single Strike Urshifu V",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/75vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/75vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/75vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5i_ja",
      "name": "Single Strike Master",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5I",
      "printed_total": 70,
      "release_date": "2021/01/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5i_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5i_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Single Strike Master"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569024",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/75vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/75vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/75vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V",
      "Single Strike"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Laser Focus",
        "text": "Search your deck for up to 2 Fighting Energy cards and attach them to this Pokémon. Then, shuffle your deck."
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Impact Blow",
        "text": "During your next turn, this Pokémon can't use Impact Blow.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 29.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 29.99
        },
        {
          "condition": "LP",
          "price": 17.74
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 71.75,
          "low": 77.99,
          "high": 79.76,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 13.5,
          "high": 26,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:41:45.135Z",
      "trend_7d": {
        "direction": "down",
        "percent": -23.22
      }
    }
  }
}