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

← Abyss Eye
Bastiodon

Bastiodon

Artrea #91 Pokémon Stage 2
Types
Metal
Illustrator
Yoriyuki Ikegami
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695027

Attacks

Hammer In 160
Metal · Metal · Colorless
GET /api/v1/pokemon/cards/m5_ja-91vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-91vh",
    "name": "Bastiodon",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-91vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-91vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-91vh.large.webp"
      }
    ],
    "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": "695027",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-91vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-91vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-91vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "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",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "炎",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "草",
        "value": "-30"
      }
    ],
    "rarity": "Artrea",
    "artist": "Yoriyuki Ikegami",
    "pricing": {
      "currency": "USD",
      "market": 2.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.1
        },
        {
          "condition": "DMG",
          "price": 1.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.75,
          "low": 12.5,
          "high": 38.24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.5,
          "low": 4.17,
          "high": 8.4,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 27,
          "low": 20.26,
          "high": 48,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 16
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.5,
          "low": 14.5,
          "high": 14.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:09:57.625Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.89
      }
    }
  }
}