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

← Abyss Eye
Mega Excadrill ex

Mega Excadrill ex

Super Rare #101 Pokémon Stage 1MEGAex
Types
Metal
Illustrator
Keisuke Azuma
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695011

Attacks

Dig And Break 90
Metal · Metal

Discard the top 2 cards from your opponent's deck.

Maximum Drill 200+
Metal · Metal · Metal

If this Pokémon has at least 2 extra Energy attached to it (in addition to this attack's cost), this attack does 130 more damage.

GET /api/v1/pokemon/cards/m5_ja-101vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-101vh",
    "name": "Mega Excadrill ex",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-101vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-101vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-101vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695011",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-101vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-101vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-101vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "MEGA",
      "ex"
    ],
    "types": [
      "Metal"
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Dig And Break",
        "text": "Discard the top 2 cards from your opponent's deck.",
        "damage": "90"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 3,
        "name": "Maximum Drill",
        "text": "If this Pokémon has at least 2 extra Energy attached to it (in addition to this attack's cost), this attack does 130 more damage.",
        "damage": "200+"
      }
    ],
    "weaknesses": [
      {
        "type": "炎",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "草",
        "value": "-30"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Keisuke Azuma",
    "pricing": {
      "currency": "USD",
      "market": 4.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.28
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:09:57.625Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.68
      }
    }
  }
}