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

← Dream League
Koffing

Koffing

usually #21 Pokémon Basic HP 60
Types
Psychic
Illustrator
Naoyo Kimura
Expansion
Dream League · Sun & Moon
Language
Japanese
TCGplayer
574892

Attacks

Poison Gas 10
Psychic · Colorless

Your opponent's Active Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/sm11b_ja-21?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11b_ja-21",
    "name": "Koffing",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/21.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11b_ja",
      "name": "Dream League",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11b",
      "printed_total": 49,
      "release_date": "2019/08/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dream League"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574892",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Blow-Away Bomb",
        "text": "Once during your turn, when you discard this Pokémon with the effect of Roxie, you may put 1 damage counter on each of your opponent's Pokémon. (Place damage counters after the effect of Roxie.)",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poison Gas",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.99
        },
        {
          "condition": "LP",
          "price": 0.73
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 89.38,
          "low": 75.97,
          "high": 102.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:31:31.261Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.02
      }
    }
  }
}