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

← Pokémon VS
Karen's Technical Machine 02

Karen's Technical Machine 02

Non #126 Trainer
Illustrator
"Big Mama" Tagawa
Expansion
Pokémon VS · VS
Language
Japanese
TCGplayer
615348

Attacks

Damage Burn 20+
Fire · Fire

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

GET /api/v1/pokemon/cards/vs1_ja-126?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-126",
    "name": "Karen's Technical Machine 02",
    "number": "126",
    "printed_number": "126",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/126.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/126.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/126.large.webp"
      }
    ],
    "expansion": {
      "id": "vs1_ja",
      "name": "Pokémon VS",
      "total": 151,
      "language": "Japanese",
      "language_code": "ja",
      "series": "VS",
      "printed_total": 141,
      "release_date": "2001/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon VS"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "615348",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/126.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/126.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/126.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Damage Burn",
        "text": "If the Defending Pokémon already has any damage counters on it, this attack does 20 damage plus 20 more damage.",
        "damage": "20+"
      }
    ],
    "rarity": "Non",
    "artist": "\"Big Mama\" Tagawa",
    "pricing": {
      "currency": "USD",
      "market": 11.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T02:03:17.830Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}