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

← Dragon Majesty
Combusken

Combusken

Uncommon #5 Pokémon Stage 1 HP 80
Types
Fire
Illustrator
Ken Sugimori
Expansion
Dragon Majesty · Sun & Moon
Language
English
TCGplayer
175273

Attacks

Lunge 60
Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/sm75-5?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm75-5",
    "name": "Combusken",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/5.large.webp"
      }
    ],
    "expansion": {
      "id": "sm75",
      "name": "Dragon Majesty",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DRM",
      "printed_total": 70,
      "release_date": "2018/09/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "175273",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Natural Cure",
        "text": "Whenever you attach an Energy card from your hand to this Pokémon, remove all Special Conditions from it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Lunge",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.16
        },
        {
          "condition": "MP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:26:17.631Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}