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

← Plasma Blast
Genesect-EX

Genesect-EX

Rare Holo EX #11 Pokémon BasicEXTeam Plasma HP 170
Types
Grass
Illustrator
Eske Yoshinob
Expansion
Plasma Blast · Black & White
Language
English
TCGplayer
85665

Attacks

Megalo Cannon 100
Grass · Grass · Colorless

Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/bw10-11vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw10-11vh",
    "name": "Genesect-EX",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/11vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/11vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/11vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw10",
      "name": "Plasma Blast",
      "total": 105,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLB",
      "printed_total": 101,
      "release_date": "2013/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85665",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/11vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/11vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/11vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX",
      "Team Plasma"
    ],
    "types": [
      "Grass"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Red Signal",
        "text": "When you attach a Plasma Energy from your hand to this Pokémon, you may switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Megalo Cannon",
        "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 28.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 28.22
        },
        {
          "condition": "LP",
          "price": 11.56
        },
        {
          "condition": "MP",
          "price": 9.03
        },
        {
          "condition": "HP",
          "price": 6.9
        },
        {
          "condition": "DMG",
          "price": 5.47
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 66.49,
          "low": 66.49,
          "high": 66.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "2",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26,
          "low": 26,
          "high": 27.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 59.08,
          "low": 56.5,
          "high": 100.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T03:52:51.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.07
      }
    }
  }
}