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

← Noble Victories
Victini (Staff Stamp)

Victini (Staff Stamp)

Rare #43
Illustrator
Shin Nagasawa
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
228500
GET /api/v1/pokemon/cards/bw3-43vs?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-43vs",
    "name": "Victini (Staff Stamp)",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw3/bw3-43vs.small.jpeg?v=1777696701826",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw3/bw3-43vs.small.jpeg?v=1777696701826",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw3/bw3-43vs.small.jpeg?v=1777696701826"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "228500",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw3/bw3-43vs.small.jpeg?v=1777696701826",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw3/bw3-43vs.small.jpeg?v=1777696701826",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw3/bw3-43vs.small.jpeg?v=1777696701826"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 591,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 591
        },
        {
          "condition": "LP",
          "price": 100
        },
        {
          "condition": "MP",
          "price": 236.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:57:46.050Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}