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
Exploud

Exploud

Rare #107 Pokémon Stage 2 HP 140
Types
Colorless
Illustrator
match
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
85374

Attacks

Destructive Sound
Colorless · Colorless · Colorless

Your opponent reveals his or her hand. Discard all Item cards you find there.

Round 50
Colorless · Colorless · Colorless · Colorless

Does 50 damage times the number of your Pokémon that have the Round attack.

GET /api/v1/pokemon/cards/bw8-107?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-107",
    "name": "Exploud",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/107.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/107.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/107.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": "85374",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/107.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/107.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/107.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Destructive Sound",
        "text": "Your opponent reveals his or her hand. Discard all Item cards you find there."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Round",
        "text": "Does 50 damage times the number of your Pokémon that have the Round attack.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 0.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.75
        },
        {
          "condition": "LP",
          "price": 0.65
        },
        {
          "condition": "MP",
          "price": 0.48
        },
        {
          "condition": "HP",
          "price": 0.7
        },
        {
          "condition": "DMG",
          "price": 0.33
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.35
      }
    }
  }
}