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

← Paradox Rift
Technical Machine: Evolution

Technical Machine: Evolution

Uncommon #178 Trainer Pokémon Tool
Illustrator
Studio Bora Inc.
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523859

Attacks

Evolution
Colorless

Choose up to 2 of your Benched Pokémon. For each of those Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck.

GET /api/v1/pokemon/cards/sv4-178?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-178",
    "name": "Technical Machine: Evolution",
    "number": "178",
    "printed_number": "178",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/178.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/178.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/178.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523859",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/178.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/178.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/178.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Evolution",
        "text": "Choose up to 2 of your Benched Pokémon. For each of those Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck."
      }
    ],
    "rarity": "Uncommon",
    "artist": "Studio Bora Inc.",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "LP",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.22
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:26:51.715Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.34
      }
    }
  }
}