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

← Arceus
Raichu (Staff Stamp)

Raichu (Staff Stamp)

Rare #27
Illustrator
Suwama Chiaki
Expansion
Arceus · Platinum
Language
English
TCGplayer
221179
GET /api/v1/pokemon/cards/pl4-27vs?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-27vs",
    "name": "Raichu (Staff Stamp)",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4-27vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4-27vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4-27vs.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "221179",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4-27vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4-27vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4-27vs.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 9.05,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.05
        },
        {
          "condition": "LP",
          "price": 3.47
        },
        {
          "condition": "MP",
          "price": 2.79
        },
        {
          "condition": "HP",
          "price": 1.64
        },
        {
          "condition": "DMG",
          "price": 1.98
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.04
      }
    }
  }
}