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

← Furious Fists
M Lucario-EX

M Lucario-EX

Rare Ultra #55a Pokémon MEGAEX HP 220
Types
Fighting
Illustrator
5ban Graphics
Expansion
Furious Fists · XY
Language
English
TCGplayer
131695

Attacks

Rising Fist 140
Fighting · Fighting · Fighting

Discard an Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/xy3-55a?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-55a",
    "name": "M Lucario-EX",
    "number": "55a",
    "printed_number": "55a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/55a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/55a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/55a.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131695",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/55a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/55a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/55a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Rising Fist",
        "text": "Discard an Energy attached to your opponent's Active Pokémon.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 67.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 67.01
        },
        {
          "condition": "LP",
          "price": 45.71
        },
        {
          "condition": "MP",
          "price": 37.22
        },
        {
          "condition": "HP",
          "price": 31.3
        },
        {
          "condition": "DMG",
          "price": 21.74
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "1",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 155,
          "low": 131.75,
          "high": 178.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-06-21T05:26:34.804Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}