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

← Next Destinies
Arcanine (Staff Stamp)

Arcanine (Staff Stamp)

Rare #12
Illustrator
Mitsuhiro Arita
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
230422
GET /api/v1/pokemon/cards/bw4-12vs?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-12vs",
    "name": "Arcanine (Staff Stamp)",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw4/bw4-12vs.small.jpeg?v=1777696485264",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw4/bw4-12vs.small.jpeg?v=1777696485264",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw4/bw4-12vs.small.jpeg?v=1777696485264"
      }
    ],
    "expansion": {
      "id": "bw4",
      "name": "Next Destinies",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NXD",
      "printed_total": 99,
      "release_date": "2012/02/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "230422",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw4/bw4-12vs.small.jpeg?v=1777696485264",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw4/bw4-12vs.small.jpeg?v=1777696485264",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw4/bw4-12vs.small.jpeg?v=1777696485264"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 450,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 450
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:14:46.467Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}