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

← Gaia Volcano
Probopass

Probopass

Non #47 Pokémon Stage 1 HP 110
Types
Metal
Illustrator
TOKIYA
Expansion
Gaia Volcano · XY
Language
Japanese
TCGplayer
603691

Attacks

Triple Smash 30×
Metal

Flip 3 coins. This attack does 30 damage times the number of heads.

Reinforced Nose 50+
Metal · Metal · Colorless

If this Pokémon has a Pokémon Tool card attached to it, this attack does 50 more damage.

GET /api/v1/pokemon/cards/xy5g_ja-47?include=prices 200 31ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5g_ja-47",
    "name": "Probopass",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/47.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5g_ja",
      "name": "Gaia Volcano",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY5",
      "printed_total": 70,
      "release_date": "2014/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Gaia Volcano"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603691",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Triple Smash",
        "text": "Flip 3 coins. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Reinforced Nose",
        "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 50 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:10:38.048Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}