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 Storm
Vespiquen

Vespiquen

Rare #5 Pokémon Stage 1 HP 100
Types
Grass
Illustrator
Hajime Kusajima
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
90330

Attacks

Gather Order
Grass

Search your deck for as many Combee as you like and put them onto your Bench. Shuffle your deck afterward.

Damage Beat 20
Grass · Colorless

Does 20 damage times the number of damage counters on the Defending Pokémon.

GET /api/v1/pokemon/cards/bw8-5?include=prices 200 44ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-5",
    "name": "Vespiquen",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/5.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90330",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Gather Order",
        "text": "Search your deck for as many Combee as you like and put them onto your Bench. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Damage Beat",
        "text": "Does 20 damage times the number of damage counters on the Defending Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 0.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.74
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.41
        },
        {
          "condition": "HP",
          "price": 0.32
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.76
      }
    }
  }
}