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
Tapu Koko VMAX

Tapu Koko VMAX

Hyper Rare #83 Pokémon VMAX HP 320
Types
Lightning
Illustrator
PLANETA Tsuji
Expansion
Single Strike Master · Sword & Shield
Language
Japanese
TCGplayer
569032
GET /api/v1/pokemon/cards/swsh5i_ja-83vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5i_ja-83vh",
    "name": "Tapu Koko VMAX",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/83vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/83vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/83vh.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": "569032",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/83vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/83vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/83vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "320",
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 3.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.82
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.5,
          "low": 12,
          "high": 22.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 38.65,
          "low": 48,
          "high": 48,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T12:04:53.897Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.3
      }
    }
  }
}