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

← Gem Pack Vol. 4
Probopass

Probopass

Common #1102/07 Pokémon Stage 1 HP 140
Types
Fighting
Illustrator
OKUBO
Expansion
Gem Pack Vol. 4 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Assault Laser 80
Colorless · Colorless · Colorless

If your opponent's Active Pokémon has a Pokémon Tool attached, this attack does 80 more damage.

Land Crush 120
Colorless · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/gem4-1102?include=prices 200 62ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem4-1102",
    "name": "Probopass",
    "number": "1102/07",
    "printed_number": "1102/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1102.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1102.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1102.large.webp"
      }
    ],
    "expansion": {
      "id": "gem4",
      "name": "Gem Pack Vol. 4",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/02/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem4.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 4"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1102.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1102.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem4-1102.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Assault Laser",
        "text": "If your opponent's Active Pokémon has a Pokémon Tool attached, this attack does 80 more damage.",
        "damage": "80"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Land Crush",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "OKUBO",
    "pricing": {
      "currency": "USD",
      "market": 1.5,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T11:49:22.543Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}