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

← HeartGold Collection
Koffing

Koffing

usually #35 Pokémon Basic
Types
Psychic
Illustrator
Hajime Kusajima
Expansion
HeartGold Collection · LEGEND
Language
Japanese
TCGplayer
608038

Attacks

Smokescreen 10
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.

Suffocating Gas 20
Colorless · Colorless
GET /api/v1/pokemon/cards/l1hg_ja-35?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l1hg_ja-35",
    "name": "Koffing",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/35.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/35.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/35.large.webp"
      }
    ],
    "expansion": {
      "id": "l1hg_ja",
      "name": "HeartGold Collection",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L1",
      "printed_total": 70,
      "release_date": "2009/10/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1hg_ja.symbol.png",
      "translation": {
        "en": {
          "name": "HeartGold Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608038",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/35.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/35.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1hg_ja/35.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "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": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Suffocating Gas",
        "damage": "20"
      }
    ],
    "rarity": "usually",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "MP",
          "price": 2
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 68.4,
          "low": 69.9,
          "high": 85.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T11:02:59.343Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}