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

← Dark Phantasma
Radiant Steelix

Radiant Steelix

Common #50 Pokémon Basic HP 170
Types
Metal
Illustrator
Sanosuke Sakuma
Expansion
Dark Phantasma · Sword & Shield
Language
Japanese
TCGplayer
570713

Attacks

Energy Stream 20
Colorless

Attach up to 2 Metal Energy cards from your discard pile to this Pokémon.

Finish Break 60+
Metal · Metal · Colorless

Discard cards from the top of your deck until you have 1 card left. This attack does 30 more damage for each Energy card you discarded in this way.

GET /api/v1/pokemon/cards/swsh10a_ja-50vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10a_ja-50vh",
    "name": "Radiant Steelix",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja-50vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja-50vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja-50vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10a_ja",
      "name": "Dark Phantasma",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10a",
      "printed_total": 71,
      "release_date": "2022/05/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Phantasma"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570713",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja-50vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja-50vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja-50vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Stream",
        "text": "Attach up to 2 Metal Energy cards from your discard pile to this Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Finish Break",
        "text": "Discard cards from the top of your deck until you have 1 card left. This attack does 30 more damage for each Energy card you discarded in this way.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 2.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.68
        },
        {
          "condition": "LP",
          "price": 1.84
        },
        {
          "condition": "DMG",
          "price": 2.5
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 23.34,
          "low": 23.34,
          "high": 23.34,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.65,
          "low": 18.5,
          "high": 30.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10.86,
          "low": 10.05,
          "high": 10.45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32.75,
          "low": 19.25,
          "high": 53.42,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.25,
          "low": 16.5,
          "high": 16.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:20:31.757Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.83
      }
    }
  }
}