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
Crobat (Staff Stamp)

Crobat (Staff Stamp)

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

Attacks

Ultra-Toxic Fang 40
Psychic · Colorless · Colorless

The Defending Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon between turns.

GET /api/v1/pokemon/cards/bwp-BW51vs?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW51vs",
    "name": "Crobat (Staff Stamp)",
    "number": "BW51",
    "printed_number": "BW51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW51vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW51vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW51vs.large.webp"
      }
    ],
    "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": "96573",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW51vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW51vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW51vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "Team Plasma"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Night Sight",
        "text": "Once during your turn (before your attack), you may draw a card.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ultra-Toxic Fang",
        "text": "The Defending Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon between turns.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 98.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 98.37
        },
        {
          "condition": "LP",
          "price": 95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 163,
          "low": 163,
          "high": 170,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 73,
          "low": 62.05,
          "high": 83.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:45:39.680Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}