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

Whitney's Technical Machine 01

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

Attacks

Super Metronome
Colorless · Colorless

Flip a coin. If heads, choose an attack of 1 of your opponent's Pokémon. Super Metronome copies that attack except for its Energy cost. (You must still do anything else in order to use that attack.) (No matter what type the Defending Pokémon is, this Pokémon's type doesn't change.) This Pokémon performs that attack. (This Pokémon can make that attack even if it does not have the appropriate number or type of Energy attached to it necessary to make the attack.)

GET /api/v1/pokemon/cards/vs1_ja-107?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-107",
    "name": "Whitney's Technical Machine 01",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/107.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/107.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/107.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": "615329",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/107.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/107.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/107.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Super Metronome",
        "text": "Flip a coin. If heads, choose an attack of 1 of your opponent's Pokémon. Super Metronome copies that attack except for its Energy cost. (You must still do anything else in order to use that attack.) (No matter what type the Defending Pokémon is, this Pokémon's type doesn't change.) This Pokémon performs that attack. (This Pokémon can make that attack even if it does not have the appropriate number or type of Energy attached to it necessary to make the attack.)"
      }
    ],
    "rarity": "Non",
    "artist": "\"Big Mama\" Tagawa",
    "pricing": {
      "currency": "USD",
      "market": 13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13
        },
        {
          "condition": "MP",
          "price": 6.06
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 43.58,
          "low": 43.58,
          "high": 45.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:22:16.637Z",
      "trend_7d": {
        "direction": "down",
        "percent": -13.28
      }
    }
  }
}