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
Janine's Technical Machine 02

Janine's Technical Machine 02

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

Attacks

Disappear 30
Grass · Grass

Shuffle this Pokémon and all Energy cards attached to it into your deck. (Discard all other cards attached to this Pokémon.)

GET /api/v1/pokemon/cards/vs1_ja-120?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-120",
    "name": "Janine's Technical Machine 02",
    "number": "120",
    "printed_number": "120",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/120.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/120.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/120.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": "615342",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/120.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/120.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/120.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Disappear",
        "text": "Shuffle this Pokémon and all Energy cards attached to it into your deck. (Discard all other cards attached to this Pokémon.)",
        "damage": "30"
      }
    ],
    "rarity": "Non",
    "artist": "\"Big Mama\" Tagawa",
    "pricing": {
      "currency": "USD",
      "market": 10,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10
        },
        {
          "condition": "LP",
          "price": 7.5
        },
        {
          "condition": "MP",
          "price": 6.08
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:22:16.637Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.1
      }
    }
  }
}