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

Genesect

Rare #10 Pokémon Basic HP 100
Types
Grass
Illustrator
Masakazu Fukuda
Expansion
Plasma Blast · Black & White
Language
English
TCGplayer
91258

Attacks

Call for Family
Colorless

Search your deck for 2 Grass Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.

Jet Impact 80+
Grass · Grass · Colorless

Flip a coin. If heads, this attack does 20 more damage.

GET /api/v1/pokemon/cards/bw10-10vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw10-10vh",
    "name": "Genesect",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/10vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/10vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/10vh.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": "91258",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/10vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/10vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/10vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family",
        "text": "Search your deck for 2 Grass Basic Pokémon and put them onto your Bench. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Jet Impact",
        "text": "Flip a coin. If heads, this attack does 20 more damage.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 1.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.21
        },
        {
          "condition": "LP",
          "price": 0.81
        },
        {
          "condition": "MP",
          "price": 0.7
        },
        {
          "condition": "HP",
          "price": 0.52
        },
        {
          "condition": "DMG",
          "price": 0.53
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 32.98,
          "low": 36,
          "high": 36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:52:51.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}