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

← VMAX Climax
Morpeko V-UNION

Morpeko V-UNION

Common #229 Pokémon V-UNIONV HP 310
Types
Lightning
Illustrator
Yuu Nishida
Expansion
VMAX Climax · Sword & Shield
Language
Japanese
TCGplayer
571481
GET /api/v1/pokemon/cards/swsh8b_ja-229vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8b_ja-229vh",
    "name": "Morpeko V-UNION",
    "number": "229",
    "printed_number": "229",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-229vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-229vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-229vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8b_ja",
      "name": "VMAX Climax",
      "total": 293,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8b",
      "printed_total": 184,
      "release_date": "2021/12/03",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VMAX Climax"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571481",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-229vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-229vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja-229vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "V-UNION",
      "V"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "310",
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yuu Nishida",
    "pricing": {
      "currency": "USD",
      "market": 11.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 42.95,
          "low": 36.51,
          "high": 49.39,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:06:50.008Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.71
      }
    }
  }
}