Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Charm)
Mewtwo V

Mewtwo V

Double Rare #033/127 Pokémon Basic HP 220
Types
Psychic
Illustrator
Nurikabe
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Super Psy Bolt 50
Colorless · Colorless
Transfer Break 160
Colorless · Colorless · Colorless

Move an Energy from this Pokémon to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/bsch-033vh?include=prices 200 89ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-033vh",
    "name": "Mewtwo V",
    "number": "033/127",
    "printed_number": "033/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-033vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-033vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-033vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-033vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-033vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-033vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Super Psy Bolt",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Transfer Break",
        "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Nurikabe",
    "pricing": {
      "currency": "USD",
      "market": 4.49,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:31:30.803Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}