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

← Stormfront
Steelix

Steelix

Rare #28 Pokémon Stage 1 HP 130
Types
Metal
Illustrator
Naoyo Kimura
Expansion
Stormfront · Diamond & Pearl
Language
English
TCGplayer
89562

Attacks

Outbreak Power
Colorless

Choose a number of your opponent's Pokémon up to the amount of Energy attached to Steelix. This attack does 20 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)

Iron Tail 100
Metal · Metal · Colorless · Colorless

Flip a coin until you get tails. This attack does 100 damage times the number of heads.

GET /api/v1/pokemon/cards/dp7-28?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp7-28",
    "name": "Steelix",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/28.large.webp"
      }
    ],
    "expansion": {
      "id": "dp7",
      "name": "Stormfront",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SF",
      "printed_total": 100,
      "release_date": "2008/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89562",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Outbreak Power",
        "text": "Choose a number of your opponent's Pokémon up to the amount of Energy attached to Steelix. This attack does 20 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Iron Tail",
        "text": "Flip a coin until you get tails. This attack does 100 damage times the number of heads.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 4.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.01
        },
        {
          "condition": "LP",
          "price": 2.31
        },
        {
          "condition": "MP",
          "price": 1.12
        },
        {
          "condition": "HP",
          "price": 0.93
        },
        {
          "condition": "DMG",
          "price": 1.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:59.926Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.62
      }
    }
  }
}