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

← BW Black Star Promos
Metagross (Staff Stamp)

Metagross (Staff Stamp)

Promo #BW75 Pokémon Stage 2Team Plasma HP 140
Types
Psychic
Illustrator
5ban Graphics
Expansion
BW Black Star Promos · Black & White
Language
English
TCGplayer
97090

Attacks

Mind Bend 60
Psychic · Colorless · Colorless · Colorless

The Defending Pokémon is now Confused.

GET /api/v1/pokemon/cards/bwp-BW75vs?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW75vs",
    "name": "Metagross (Staff Stamp)",
    "number": "BW75",
    "printed_number": "BW75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bwp/bwp-BW75vs.small.jpeg?v=1777696944947",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bwp/bwp-BW75vs.small.jpeg?v=1777696944947",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bwp/bwp-BW75vs.small.jpeg?v=1777696944947"
      }
    ],
    "expansion": {
      "id": "bwp",
      "name": "BW Black Star Promos",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PR-BLW",
      "printed_total": 101,
      "release_date": "2011/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "97090",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bwp/bwp-BW75vs.small.jpeg?v=1777696944947",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bwp/bwp-BW75vs.small.jpeg?v=1777696944947",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bwp/bwp-BW75vs.small.jpeg?v=1777696944947"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "Team Plasma"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Plasma Search",
        "text": "Once during your turn (before your attack), you may search your deck for a Team Plasma card, reveal it, and put it in your hand. Shuffle your deck afterward. You may not use an Ability with the same name during your turn.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Mind Bend",
        "text": "The Defending Pokémon is now Confused.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 469,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 469
        },
        {
          "condition": "LP",
          "price": 413.33
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T21:34:34.910Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}