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 2 Minun
Charmeleon

Charmeleon

Uncommon #3 Pokémon Stage 1 HP 70
Types
Fire
Illustrator
Kouki Saitou
Expansion
EX Trainer Kit 2 Minun · EX
Language
English
TCGplayer
84228

Attacks

Flare 30
Fire · Colorless
Damage Burn 40
Fire · Colorless · Colorless

If the Defending Pokémon already has any damage counters on it, this attack does 40 damage plus 20 more damage.

GET /api/v1/pokemon/cards/tk2b-3?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk2b-3",
    "name": "Charmeleon",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/3.large.webp"
      }
    ],
    "expansion": {
      "id": "tk2b",
      "name": "EX Trainer Kit 2 Minun",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 12,
      "release_date": "2006/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84228",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flare",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Damage Burn",
        "text": "If the Defending Pokémon already has any damage counters on it, this attack does 40 damage plus 20 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 2.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.5
        },
        {
          "condition": "LP",
          "price": 1.16
        },
        {
          "condition": "MP",
          "price": 0.98
        },
        {
          "condition": "HP",
          "price": 0.46
        },
        {
          "condition": "DMG",
          "price": 0.56
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.77,
          "low": 28.05,
          "high": 28.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:46:09.023Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}