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

← POP Series 4
Combusken

Combusken

Uncommon #6 Pokémon Stage 1 HP 70
Types
Fire
Illustrator
Mitsuhiro Arita
Expansion
POP Series 4 · POP
Language
English
TCGplayer
84409

Attacks

Smokescreen 10
Fire

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.

Sky Uppercut 40
Fire · Colorless · Colorless

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/pop4-6vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop4-6vh",
    "name": "Combusken",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pop4",
      "name": "POP Series 4",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2006/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84409",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "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": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sky Uppercut",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6
        },
        {
          "condition": "LP",
          "price": 4.68
        },
        {
          "condition": "DMG",
          "price": 1.74
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 9.37,
          "low": 7.96,
          "high": 10.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 40.59,
          "low": 34.5,
          "high": 46.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 40,
          "low": 40,
          "high": 45.71,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 83,
          "low": 83,
          "high": 174.92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 55,
          "low": 46.75,
          "high": 63.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:51:24.740Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}