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

← EX Trainer Kit Latias
Combusken

Combusken

Common #2 Pokémon Stage 1 HP 70
Types
Fire
Illustrator
Kouki Saitou
Expansion
EX Trainer Kit Latias · EX
Language
English
TCGplayer
84403

Attacks

Flare 20
Fire
Double Kick 40
Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/tk1a-2?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk1a-2",
    "name": "Combusken",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/2.large.webp"
      }
    ],
    "expansion": {
      "id": "tk1a",
      "name": "EX Trainer Kit Latias",
      "total": 10,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 10,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1a.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84403",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/2.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flare",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Double Kick",
        "text": "Flip 2 coins. This attack does 40 damage times the number of heads.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.57
        },
        {
          "condition": "LP",
          "price": 0.3
        },
        {
          "condition": "MP",
          "price": 0.33
        },
        {
          "condition": "HP",
          "price": 0.32
        },
        {
          "condition": "DMG",
          "price": 0.27
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-13T23:50:03.464Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}