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

← Cold Flare
Exploud

Exploud

Non #46 Pokémon Stage 2 HP 140
Types
Colorless
Illustrator
match
Expansion
Cold Flare · Black & White
Language
Japanese
TCGplayer
601665

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/bw6c_ja-46?include=prices 200 30ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6c_ja-46",
    "name": "Exploud",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/46.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6c_ja",
      "name": "Cold Flare",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW6",
      "printed_total": 59,
      "release_date": "2012/07/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cold Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601665",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/46.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": "Non",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 0.9,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.9
        },
        {
          "condition": "MP",
          "price": 0.35
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:15:29.087Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}