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
Single Strike Urshifu V

Single Strike Urshifu V

Rare Ultra #150 Pokémon BasicVSingle Strike HP 220
Types
Fighting
Illustrator
PLANETA Mochizuki
Expansion
Battle Styles · Sword & Shield
Language
English
TCGplayer
234051

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/swsh5-150vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5-150vh",
    "name": "Single Strike Urshifu V",
    "number": "150",
    "printed_number": "150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/150vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/150vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/150vh.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": "234051",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/150vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/150vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/150vh.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": "Rare Ultra",
    "artist": "PLANETA Mochizuki",
    "pricing": {
      "currency": "USD",
      "market": 4.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.6
        },
        {
          "condition": "LP",
          "price": 3.66
        },
        {
          "condition": "MP",
          "price": 3.53
        },
        {
          "condition": "DMG",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.63,
          "low": 13,
          "high": 19.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 42.95,
          "low": 33.52,
          "high": 55.27,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 10,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.33,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:26:10.361Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.1
      }
    }
  }
}