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

← Miracle Crystal
Combusken

Combusken

Rare #44 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Suwama Chiaki
Expansion
Miracle Crystal · PCG
Language
Japanese
TCGplayer
611573

Attacks

Focus Energy
Fighting

During your next turn, Combusken's High Jump Kick attack's base damage is 70.

High Jump Kick 30
Fighting · Colorless
GET /api/v1/pokemon/cards/pcg8_ja-44?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg8_ja-44",
    "name": "Combusken",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/44.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/44.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/44.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg8_ja",
      "name": "Miracle Crystal",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 75,
      "release_date": "2006/03/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle Crystal"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611573",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/44.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/44.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/44.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Focus Energy",
        "text": "During your next turn, Combusken's High Jump Kick attack's base damage is 70."
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "High Jump Kick",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-19T03:24:38.871Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}