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

← Islands Await You
Probopass

Probopass

Non #34 Pokémon Stage 1 HP 130
Types
Metal
Illustrator
Yoshinobu Saito
Expansion
Islands Await You · Sun & Moon
Language
Japanese
TCGplayer
574475

Attacks

Energy Link 30
Metal

Attach an Energy card from your discard pile to this Pokémon.

Power Gem 120
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sm2k_ja-34?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2k_ja-34",
    "name": "Probopass",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/34.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2k_ja",
      "name": "Islands Await You",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2K",
      "printed_total": 50,
      "release_date": "2017/03/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Islands Await You"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574475",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Link",
        "text": "Attach an Energy card from your discard pile to this Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Power Gem",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:00:31.046Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}