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

← Shield
Morpeko V

Morpeko V

Double Rare #19 Pokémon BasicV HP 170
Types
Lightning
Illustrator
5ban Graphics
Expansion
Shield · Sword & Shield
Language
Japanese
TCGplayer
568471

Attacks

Spark 20
Colorless

This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Electro Wheel 150
Lightning · Lightning · Colorless

Discard an Energy from this Pokémon. If you do, switch it with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/swsh1h_ja-19vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1h_ja-19vh",
    "name": "Morpeko V",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/19vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/19vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/19vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1h_ja",
      "name": "Shield",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1H",
      "printed_total": 60,
      "release_date": "2019/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shield"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568471",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/19vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/19vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1h_ja/19vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spark",
        "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electro Wheel",
        "text": "Discard an Energy from this Pokémon. If you do, switch it with 1 of your Benched Pokémon.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.26
        },
        {
          "condition": "LP",
          "price": 1.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 77.6,
          "low": 62.2,
          "high": 95.8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:13:32.450Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.79
      }
    }
  }
}