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 Gale
Koffing

Koffing

usually #30 Pokémon Basic HP 60
Types
Psychic
Illustrator
match
Expansion
Plasma Gale · Black & White
Language
Japanese
TCGplayer
601841

Attacks

Smokescreen 20
Psychic · Colorless

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

GET /api/v1/pokemon/cards/bw7_ja-30?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7_ja-30",
    "name": "Koffing",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/30.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7_ja",
      "name": "Plasma Gale",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW7",
      "printed_total": 70,
      "release_date": "2012/09/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Plasma Gale"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601841",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Smokescreen",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 5.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.57
        },
        {
          "condition": "LP",
          "price": 4
        },
        {
          "condition": "MP",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.6,
          "low": 13.26,
          "high": 17.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 89.5,
          "low": 76.08,
          "high": 102.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:51:41.488Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}