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

← POP Series 6
Bastiodon

Bastiodon

Rare #1 Pokémon Stage 2 HP 130
Types
Metal
Illustrator
Kazuyuki Kano
Expansion
POP Series 6 · POP
Language
English
TCGplayer
83735

Attacks

Anger Revenge 60
Metal · Metal · Colorless

If Bastiodon was damaged by an attack during your opponent's last turn, this attack does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/pop6-1?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop6-1",
    "name": "Bastiodon",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/1.large.webp"
      }
    ],
    "expansion": {
      "id": "pop6",
      "name": "POP Series 6",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2007/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83735",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/1.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Protective Wall",
        "text": "Prevent all damage done to your Benched Pokémon by your opponent's attacks.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Anger Revenge",
        "text": "If Bastiodon was damaged by an attack during your opponent's last turn, this attack does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+40"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kazuyuki Kano",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        },
        {
          "condition": "LP",
          "price": 2.37
        },
        {
          "condition": "MP",
          "price": 1.38
        },
        {
          "condition": "HP",
          "price": 0.51
        },
        {
          "condition": "DMG",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17.78,
          "low": 9.25,
          "high": 23.24,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 135.5,
          "low": 135.5,
          "high": 135.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:09:48.747Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}