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

← Steam Siege
Bastiodon

Bastiodon

Rare #70 Pokémon Stage 1 HP 150
Types
Metal
Illustrator
match
Expansion
Steam Siege · XY
Language
English
TCGplayer
121199

Attacks

Counter Head
Colorless · Colorless

During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put damage counters on the Attacking Pokémon equal to the damage done to this Pokémon.

Fortress of Rage 100
Metal · Metal · Colorless · Colorless

This attack does 10 more damage for each of your Benched Pokémon that has any damage counters on it.

GET /api/v1/pokemon/cards/xy11-70vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-70vrh",
    "name": "Bastiodon",
    "number": "70",
    "printed_number": "70",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/70vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/70vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/70vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121199",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/70vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/70vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/70vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Counter Head",
        "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put damage counters on the Attacking Pokémon equal to the damage done to this Pokémon."
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Fortress of Rage",
        "text": "This attack does 10 more damage for each of your Benched Pokémon that has any damage counters on it.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 0.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.67
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.59
        },
        {
          "condition": "DMG",
          "price": 0.34
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.11,
          "low": 15.75,
          "high": 15.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:53:50.880Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}