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

← Steam Siege
Probopass

Probopass

Rare #55 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
MAHOU
Expansion
Steam Siege · XY
Language
English
TCGplayer
121185

Attacks

Bounce Back 40
Fighting

Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon.

Rock Tomb 80
Fighting · Colorless · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/xy11-55?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-55",
    "name": "Probopass",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/55.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121185",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Bounce Back",
        "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "40"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rock Tomb",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "HP",
          "price": 0.1
        },
        {
          "condition": "DMG",
          "price": 0.19
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:54:36.555Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.33
      }
    }
  }
}