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 VMAX

Single Strike Urshifu VMAX

Hyper Rare #85 Pokémon Single StrikeVMAX HP 330
Types
Fighting
Illustrator
Kinu Nishimura
Expansion
Single Strike Master · Sword & Shield
Language
Japanese
TCGplayer
569034
GET /api/v1/pokemon/cards/swsh5i_ja-85vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5i_ja-85vh",
    "name": "Single Strike Urshifu VMAX",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/85vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/85vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/85vh.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": "569034",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/85vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/85vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/85vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Single Strike",
      "VMAX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "330",
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "Kinu Nishimura",
    "pricing": {
      "currency": "USD",
      "market": 350.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 350.35
        },
        {
          "condition": "LP",
          "price": 4.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 265,
          "low": 220.44,
          "high": 312.03,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 145.74,
          "low": 133.61,
          "high": 157.86,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T12:04:53.897Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.15
      }
    }
  }
}