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

← Bonds to the End of Time
Steelix GL

Steelix GL

Non #62 Pokémon BasicSP HP 110
Types
Metal
Illustrator
Hajime Kusajima
Expansion
Bonds to the End of Time · Platinum
Language
Japanese
TCGplayer
607217

Attacks

Mend
Colorless · Colorless

Search your discard pile for a Metal Energy card and attach it to Steelix GL. If you do, remove 1 damage counter from Steelix GL.

Squeeze 30+
Metal · Metal · Colorless · Colorless

Flip a coin. If heads, this attack does 30 damage plus 50 more damage and the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/pt2_ja-62?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt2_ja-62",
    "name": "Steelix GL",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/62.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/62.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/62.large.webp"
      }
    ],
    "expansion": {
      "id": "pt2_ja",
      "name": "Bonds to the End of Time",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT2",
      "printed_total": 90,
      "release_date": "2008/12/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Bonds to the End of Time"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607217",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/62.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/62.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/62.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Metal"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mend",
        "text": "Search your discard pile for a Metal Energy card and attach it to Steelix GL. If you do, remove 1 damage counter from Steelix GL."
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Squeeze",
        "text": "Flip a coin. If heads, this attack does 30 damage plus 50 more damage and the Defending Pokémon is now Paralyzed.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.99
        },
        {
          "condition": "LP",
          "price": 2.8
        },
        {
          "condition": "MP",
          "price": 2
        },
        {
          "condition": "HP",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 10.8,
          "low": 9.18,
          "high": 12.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 101.86,
          "low": 125.25,
          "high": 147.24,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.73,
          "low": 23.5,
          "high": 23.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-14T08:32:47.421Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}