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-6?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop4-6",
    "name": "Combusken",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop4/6.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": 24.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 24.99
        },
        {
          "condition": "LP",
          "price": 18.44
        },
        {
          "condition": "MP",
          "price": 7.77
        },
        {
          "condition": "HP",
          "price": 3.19
        },
        {
          "condition": "DMG",
          "price": 2.52
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 8.02,
          "low": 6.82,
          "high": 9.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 37.95,
          "low": 32.26,
          "high": 43.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 83,
          "low": 70.55,
          "high": 95.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-17T04:23:04.813Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}