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

← Premium Champion Pack
Lucario-EX

Lucario-EX

Common #74 Pokémon BasicEX
Types
Fighting
Illustrator
Eske Yoshinob
Expansion
Premium Champion Pack · XY
Language
Japanese
TCGplayer
605571

Attacks

Missile Jab 30
Fighting

This attack's damage isn't affected by Resistance.

Corkscrew Smash 60
Fighting · Fighting

You may draw cards until you have 6 cards in your hand.

Somersault Kick 100
Fighting · Fighting · Fighting
GET /api/v1/pokemon/cards/cp4_ja-74?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp4_ja-74",
    "name": "Lucario-EX",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/74.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/74.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/74.large.webp"
      }
    ],
    "expansion": {
      "id": "cp4_ja",
      "name": "Premium Champion Pack",
      "total": 140,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP4",
      "printed_total": 131,
      "release_date": "2016/04/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Premium Champion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605571",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/74.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/74.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/74.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Missile Jab",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Corkscrew Smash",
        "text": "You may draw cards until you have 6 cards in your hand.",
        "damage": "60"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Somersault Kick",
        "damage": "100"
      }
    ],
    "rarity": "Common",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 12.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.13
        },
        {
          "condition": "MP",
          "price": 7.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 72.5,
          "low": 100,
          "high": 100,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 52.87,
          "low": 32,
          "high": 32,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:58:35.724Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}