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 of the Desert
Kecleon

Kecleon

Rare #43 Pokémon Basic HP 60
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Miracle of the Desert · ADV
Language
Japanese
TCGplayer
613550

Attacks

Double Scratch 20×
Colorless · Colorless

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

GET /api/v1/pokemon/cards/adv2_ja-43?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv2_ja-43",
    "name": "Kecleon",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/43.large.webp"
      }
    ],
    "expansion": {
      "id": "adv2_ja",
      "name": "Miracle of the Desert",
      "total": 53,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 53,
      "release_date": "2003/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle of the Desert"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613550",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Energy Variation",
        "text": "Kecleon's type is the same as every type of basic Energy card attached to Kecleon.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Scratch",
        "text": "Flip 2 coins. This attack does 20 damage times the number of heads.",
        "damage": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T10:16:21.937Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}