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
Buffer Piece

Buffer Piece

Uncommon #84 Trainer Pokémon Tool
Illustrator
Ryo Ueda
Expansion
Arceus · Platinum
Language
English
TCGplayer
84014
GET /api/v1/pokemon/cards/pl4-84?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-84",
    "name": "Buffer Piece",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/84.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/84.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/84.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": "84014",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/84.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/84.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/84.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Uncommon",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.23
        },
        {
          "condition": "MP",
          "price": 0.19
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:50:02.756Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.35
      }
    }
  }
}