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

← Twilight Masquerade
Probopass

Probopass

Uncommon #102 Pokémon Stage 1 HP 140
Types
Fighting
Illustrator
OKUBO
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550146

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
Fighting · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sv6-102?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-102",
    "name": "Probopass",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/102.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/102.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/102.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550146",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/102.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/102.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/102.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": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Land Crush",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "OKUBO",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "MP",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 57.99,
          "low": 49.29,
          "high": 66.69,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:44:41.675Z",
      "trend_7d": {
        "direction": "up",
        "percent": 10
      }
    }
  }
}