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

← Cruel Traitor
Chimchar

Chimchar

usually #11 Pokémon Basic HP 60
Types
Fire
Illustrator
Shibuzoh.
Expansion
Cruel Traitor · XY
Language
Japanese
TCGplayer
603272

Attacks

Scratch 10
Colorless
Ember 30
Fire · Colorless

Flip a coin. If tails, discard a Fire Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy11c_ja-11?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11c_ja-11",
    "name": "Chimchar",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/11.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11c_ja",
      "name": "Cruel Traitor",
      "total": 59,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY11",
      "printed_total": 54,
      "release_date": "2016/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cruel Traitor"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603272",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11c_ja/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "10"
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ember",
        "text": "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 3.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.31
        },
        {
          "condition": "LP",
          "price": 1.95
        },
        {
          "condition": "MP",
          "price": 1.59
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 93.5,
          "low": 88,
          "high": 199.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 13,
          "trend": {
            "direction": "down",
            "percent": -53.2
          }
        }
      ],
      "market_updated_at": "2026-07-27T02:23:21.770Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}