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

← Moonlit Pursuit
Combusken

Combusken

Non #306 Pokémon Stage 1 HP 80
Types
Fire
Illustrator
Naoyo Kimura
Expansion
Moonlit Pursuit · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Bulk Up 30
Fire

During your next turn, each of Combusken's attacks does 30 more damage to the Defending Pokémon (before applying Weakness and Resistance).

Double Kick 50×
Fire · Colorless · Colorless

Flip 2 coins. This attack does 50 damage times the number of heads.

GET /api/v1/pokemon/cards/dp4m_ja-306?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4m_ja-306",
    "name": "Combusken",
    "number": "306",
    "printed_number": "306",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-306.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-306.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-306.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4m_ja",
      "name": "Moonlit Pursuit",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP4",
      "printed_total": 70,
      "release_date": "2007/10/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Moonlit Pursuit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-306.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-306.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-306.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Bulk Up",
        "text": "During your next turn, each of Combusken's attacks does 30 more damage to the Defending Pokémon (before applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Double Kick",
        "text": "Flip 2 coins. This attack does 50 damage times the number of heads.",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "rarity": "Non",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 2.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.76
        },
        {
          "condition": "LP",
          "price": 1.27
        },
        {
          "condition": "MP",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T05:46:59.454Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}