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

← POP Series 8
Probopass

Probopass

Rare #4 Pokémon Stage 1 HP 90
Types
Metal
Illustrator
Ken Sugimori
Expansion
POP Series 8 · POP
Language
English
TCGplayer
88376

Attacks

Rock Slide 20
Fighting · Colorless

Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Triple Nose 50
Metal · Colorless · Colorless

Flip 3 coins. This attack does 50 damage plus 20 more damage for each heads.

GET /api/v1/pokemon/cards/pop8-4?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop8-4",
    "name": "Probopass",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/4.large.webp"
      }
    ],
    "expansion": {
      "id": "pop8",
      "name": "POP Series 8",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88376",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rock Slide",
        "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "20"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Triple Nose",
        "text": "Flip 3 coins. This attack does 50 damage plus 20 more damage for each heads.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.85
        },
        {
          "condition": "MP",
          "price": 1.04
        },
        {
          "condition": "HP",
          "price": 1.21
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 299.99,
          "low": 254.99,
          "high": 344.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.29,
          "low": 24,
          "high": 24,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:12:01.088Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}