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

← Ultra Force
Lucario-GX

Lucario-GX

Super Rare #53 Pokémon Stage 1GX HP 210
Types
Fighting
Illustrator
5ban Graphics
Expansion
Ultra Force · Sun & Moon
Language
Japanese
TCGplayer
572386

Attacks

Aura Strike 30+
Fighting

If this Pokémon evolved from Riolu during this turn, this attack does 90 more damage.

Cyclone Kick 130
Fighting · Fighting · Colorless
Cantankerous Beatdown-GX 30×
Colorless · Colorless

This attack does 30 damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm5p_ja-53vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5p_ja-53vh",
    "name": "Lucario-GX",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/53vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/53vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/53vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5p_ja",
      "name": "Ultra Force",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5+",
      "printed_total": 50,
      "release_date": "2018/01/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572386",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/53vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/53vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/53vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Aura Strike",
        "text": "If this Pokémon evolved from Riolu during this turn, this attack does 90 more damage.",
        "damage": "30+"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cyclone Kick",
        "damage": "130"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cantankerous Beatdown-GX",
        "text": "This attack does 30 damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 20.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 75,
          "low": 74.4,
          "high": 75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 125,
          "low": 125,
          "high": 127.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:27:29.366Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.37
      }
    }
  }
}