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
Bugsy's Technical Machine 01

Bugsy's Technical Machine 01

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

Attacks

Fury Cutter 20+
Grass · Grass

Flip 4 coins. If you flip 1 head, this attack does 20 damage plus 10 more damage. If you flip 2 heads, this attack does 20 damage plus 20 more damage. If you flip 3 heads, this attack does 20 damage plus 40 more damage. If you flip 4 heads, this attack does 20 damage plus 80 more damage.

GET /api/v1/pokemon/cards/vs1_ja-105?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-105",
    "name": "Bugsy's Technical Machine 01",
    "number": "105",
    "printed_number": "105",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/105.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/105.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/105.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": "615327",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/105.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/105.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/105.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Fury Cutter",
        "text": "Flip 4 coins. If you flip 1 head, this attack does 20 damage plus 10 more damage. If you flip 2 heads, this attack does 20 damage plus 20 more damage. If you flip 3 heads, this attack does 20 damage plus 40 more damage. If you flip 4 heads, this attack does 20 damage plus 80 more damage.",
        "damage": "20+"
      }
    ],
    "rarity": "Non",
    "artist": "\"Big Mama\" Tagawa",
    "pricing": {
      "currency": "USD",
      "market": 20.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.32
        },
        {
          "condition": "LP",
          "price": 12
        },
        {
          "condition": "MP",
          "price": 15
        },
        {
          "condition": "HP",
          "price": 12
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 47.11,
          "low": 47.08,
          "high": 47.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:22:16.637Z",
      "trend_7d": {
        "direction": "up",
        "percent": 35.56
      }
    }
  }
}