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

← Mega Evolution Black Star Promos
Bastiodon

Bastiodon

Promo #85 Pokémon Stage 2 HP 160
Types
Metal
Illustrator
Minahamu
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer

Attacks

Hammer In 160
Metal · Metal · Colorless
GET /api/v1/pokemon/cards/mep-85vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-85vh",
    "name": "Bastiodon",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-85vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-85vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-85vh.large.png"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-85vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-85vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-85vh.large.png"
          }
        ]
      }
    ],
    "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": "Promo",
    "artist": "Minahamu",
    "pricing": {
      "currency": "USD",
      "market": 8.19,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T19:38:14.084Z"
    }
  }
}