Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Abyss Eye
Bastiodon

Bastiodon

Rare #60 Pokémon Stage 2 HP 160
Types
Metal
Illustrator
Kinu Nishimura
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695026

Attacks

Hammer In
Metal · Metal · Colorless
GET /api/v1/pokemon/cards/m5_ja-60vh?include=prices 200 82ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-60vh",
    "name": "Bastiodon",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-60vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-60vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-60vh.large.png"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695026",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-60vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-60vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-60vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Ancient Bulwark",
        "text": "While this Pokemon is on your Bench, prevent all damage done to your Pokemon by attacks from your opponent's Pokemon that have 2 or fewer Energy attached.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hammer In"
      }
    ],
    "weaknesses": [
      {
        "type": "炎",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "草",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Kinu Nishimura",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T09:18:33.643Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}