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

← Pitch Black
Bastiodon

Bastiodon

Illustration Rare #93 Pokémon Stage 2 HP 160
Types
Metal
Illustrator
Yoriyuki Ikegami
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704850

Attacks

Hammer In 160
Metal · Metal · Colorless
GET /api/v1/pokemon/cards/me5-93vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-93vh",
    "name": "Bastiodon",
    "number": "93",
    "printed_number": "93",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-93vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-93vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-93vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704850",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-93vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-93vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-93vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Ancient Bulwark",
        "text": "As long as this Pokémon is on your Bench, prevent all damage done to each of your Pokémon by attacks from your opponent's Pokémon that have 2 or less Energy attached.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hammer In",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "Yoriyuki Ikegami",
    "pricing": {
      "currency": "USD",
      "market": 1.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.88
        },
        {
          "condition": "LP",
          "price": 1.75
        },
        {
          "condition": "DMG",
          "price": 1.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.01,
          "low": 17.86,
          "high": 24.16,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 6.25,
          "low": 5.24,
          "high": 7.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.03
      }
    }
  }
}