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

← Rising Rivals
Koffing

Koffing

Common #68 Pokémon Basic HP 60
Types
Psychic
Illustrator
Yukiko Baba
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
86497

Attacks

Offensive Gas
Colorless

Flip a coin. If heads, the Defending Pokémon is now Confused and Poisoned.

Gas Bomb 30
Psychic

Koffing does 30 damage to itself, and don't apply Weakness and Resistance to this damage.

GET /api/v1/pokemon/cards/pl2-68vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-68vrh",
    "name": "Koffing",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86497",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Offensive Gas",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and Poisoned."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Gas Bomb",
        "text": "Koffing does 30 damage to itself, and don't apply Weakness and Resistance to this damage.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 7.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.17
        },
        {
          "condition": "LP",
          "price": 5.1
        },
        {
          "condition": "MP",
          "price": 1.9
        },
        {
          "condition": "HP",
          "price": 1.37
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 338.12,
          "low": 399.99,
          "high": 399.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 30.36,
          "low": 23.47,
          "high": 23.47,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}