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

← Pitch Black
Mega Excadrill ex

Mega Excadrill ex

Ultra Rare #103 Pokémon Stage 1MEGAex HP 340
Types
Metal
Illustrator
Keisuke Azuma
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704860

Attacks

Undermine 90
Metal · Metal

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

Maximum Drilling 200
Metal · Metal · Metal

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

GET /api/v1/pokemon/cards/me5-103vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-103vh",
    "name": "Mega Excadrill ex",
    "number": "103",
    "printed_number": "103",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-103vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-103vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-103vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704860",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-103vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-103vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-103vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "MEGA",
      "ex"
    ],
    "types": [
      "Metal"
    ],
    "hp": "340",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Undermine",
        "text": "Discard the top 2 cards of your opponent's deck.",
        "damage": "90"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 3,
        "name": "Maximum Drilling",
        "text": "If this Pokémon has at least 2 extra Energy attached (in addition to this attack's cost), this attack does 130 more damage.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "Keisuke Azuma",
    "pricing": {
      "currency": "USD",
      "market": 6.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.3
        },
        {
          "condition": "HP",
          "price": 3.13
        },
        {
          "condition": "DMG",
          "price": 4.68
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 31.32,
          "low": 31.09,
          "high": 31.55,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 139.99,
          "low": 118.99,
          "high": 160.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -12.62
      }
    }
  }
}