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

← Secret of the Lakes
Lucario LV.X

Lucario LV.X

ホロ #1005 ポケモン レベルアップ HP 110
Types
Illustrator
Ryo Ueda
Expansion
Secret of the Lakes · Diamond & Pearl
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/dp2_ja-1005vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2_ja-1005vh",
    "name": "Lucario LV.X",
    "number": "1005",
    "printed_number": "1005",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-1005vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-1005vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-1005vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2_ja",
      "name": "Secret of the Lakes",
      "total": 123,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP2",
      "printed_total": 123,
      "release_date": "2007/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Secret of the Lakes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-1005vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-1005vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-1005vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "レベルアップ"
    ],
    "types": [
      "闘"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Stance",
        "text": "Once during your turn (before your attack), when you put Lucario LV. X from your hand onto your Active Lucario, you may use this power. Prevent all effects of an attack, including damage, done to Lucario during your opponent's next turn. (If Lucario is no longer your Active Pokémon, this effect ends.)",
        "type": "ポケパワー"
      }
    ],
    "weaknesses": [
      {
        "type": "超",
        "value": "×2"
      }
    ],
    "rarity": "ホロ",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 2700,
          "low": 2148,
          "high": 2940,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ]
    }
  }
}