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

← Legendary Heartbeat
Steelix V

Steelix V

Double Rare #46 Pokémon BasicV HP 250
Types
Metal
Illustrator
Satoshi Shirai
Expansion
Legendary Heartbeat · Sword & Shield
Language
Japanese
TCGplayer
571973

Attacks

Raging Hammer 30+
Metal · Colorless

This attack does 10 more damage for each damage counter on this Pokémon.

Iron Tackle 210
Metal · Colorless · Colorless · Colorless · Colorless

This Pokémon also does 30 damage to itself.

GET /api/v1/pokemon/cards/swsh3a_ja-46vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3a_ja-46vh",
    "name": "Steelix V",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/46vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/46vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/46vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3a_ja",
      "name": "Legendary Heartbeat",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S3a",
      "printed_total": 76,
      "release_date": "2020/07/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Legendary Heartbeat"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571973",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/46vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/46vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3a_ja/46vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Metal"
    ],
    "hp": "250",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Raging Hammer",
        "text": "This attack does 10 more damage for each damage counter on this Pokémon.",
        "damage": "30+"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Iron Tackle",
        "text": "This Pokémon also does 30 damage to itself.",
        "damage": "210"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        },
        {
          "condition": "LP",
          "price": 0.87
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.99,
          "low": 17.99,
          "high": 19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.2,
          "low": 6,
          "high": 6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 4.25,
          "low": 3.61,
          "high": 4.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:07:17.969Z",
      "trend_7d": {
        "direction": "down",
        "percent": -23.08
      }
    }
  }
}