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

← Platinum Promos
Probopass G

Probopass G

Common #4 Pokémon BasicSP
Types
Fighting
Illustrator
Ryota Saito
Expansion
Platinum Promos · Platinum
Language
Japanese
TCGplayer

Attacks

Nose Unit
Metal · Colorless

This attack does 20 damage to each of your opponent's Pokémon that has any Poké-Bodies. (Don't apply Weakness and Resistance for Benched Pokémon.)

Loud Snort 70
Metal · Colorless · Colorless · Colorless

Probopass G's Retreat Cost is 0 until the end of your next turn.

GET /api/v1/pokemon/cards/ptp_ja-4vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ptp_ja-4vh",
    "name": "Probopass G",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/4vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/4vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/4vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ptp_ja",
      "name": "Platinum Promos",
      "total": 51,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "printed_total": 51,
      "release_date": "2008/10/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Platinum Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/4vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/4vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/4vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Nose Unit",
        "text": "This attack does 20 damage to each of your opponent's Pokémon that has any Poké-Bodies. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Loud Snort",
        "text": "Probopass G's Retreat Cost is 0 until the end of your next turn.",
        "damage": "70"
      }
    ],
    "rarity": "Common",
    "artist": "Ryota Saito",
    "pricing": {
      "currency": "USD",
      "market": 6.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.11
        },
        {
          "condition": "LP",
          "price": 2
        },
        {
          "condition": "MP",
          "price": 1.79
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-28T23:49:04.717Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}