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

Tropical Beach (Staff Stamp)

Promo #BW50 Trainer Stadium
Illustrator
Naoki Saito
Expansion
BW Black Star Promos · Black & White
Language
English
TCGplayer
96880
GET /api/v1/pokemon/cards/bwp-BW50vs?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW50vs",
    "name": "Tropical Beach (Staff Stamp)",
    "number": "BW50",
    "printed_number": "BW50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW50vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW50vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW50vs.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": "96880",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW50vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW50vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp-BW50vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Stadium"
    ],
    "rarity": "Promo",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 25.05,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 25.05
        },
        {
          "condition": "MP",
          "price": 18
        },
        {
          "condition": "HP",
          "price": 20
        },
        {
          "condition": "DMG",
          "price": 18.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:45:39.680Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.16
      }
    }
  }
}