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

← Super Electric Breaker
Technical Machine: Fluorite

Technical Machine: Fluorite

Non #101 Trainer Pokémon Tool
Illustrator
Studio Bora Inc.
Expansion
Super Electric Breaker · Scarlet & Violet
Language
Japanese
TCGplayer
587681

Attacks

Fluorite
Grass · Water · Psychic

Discard all Energy from this Pokémon, and heal all damage from each of your Tera Pokémon.

GET /api/v1/pokemon/cards/sv8_ja-101?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8_ja-101",
    "name": "Technical Machine: Fluorite",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/101.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/101.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/101.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8_ja",
      "name": "Super Electric Breaker",
      "total": 138,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV8",
      "printed_total": 106,
      "release_date": "2024/10/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super Electric Breaker"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "587681",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/101.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/101.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/101.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Water",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Fluorite",
        "text": "Discard all Energy from this Pokémon, and heal all damage from each of your Tera Pokémon."
      }
    ],
    "rarity": "Non",
    "artist": "Studio Bora Inc.",
    "pricing": {
      "currency": "USD",
      "market": 0.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.06
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-18T03:43:56.811Z",
      "trend_7d": {
        "direction": "down",
        "percent": -81.82
      }
    }
  }
}