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

← Magma vs Aqua: Two Ambitions
Team Magma Technical Machine 01

Team Magma Technical Machine 01

Non #76 Trainer
Illustrator
Mitsuhiro Arita
Expansion
Magma vs Aqua: Two Ambitions · ADV
Language
Japanese
TCGplayer
612890

Attacks

Crushing Magma 10
Colorless

Choose an Energy card attached to the Defending Pokémon and put that card at the bottom of your opponent's deck.

GET /api/v1/pokemon/cards/adv4_ja-76?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv4_ja-76",
    "name": "Team Magma Technical Machine 01",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/76.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/76.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/76.large.webp"
      }
    ],
    "expansion": {
      "id": "adv4_ja",
      "name": "Magma vs Aqua: Two Ambitions",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 80,
      "release_date": "2003/10/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Magma vs Aqua: Two Ambitions"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612890",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/76.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/76.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv4_ja/76.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Crushing Magma",
        "text": "Choose an Energy card attached to the Defending Pokémon and put that card at the bottom of your opponent's deck.",
        "damage": "10"
      }
    ],
    "rarity": "Non",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 2.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-06-02T04:09:58.319Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}