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

← Flashfire
Pal Pad

Pal Pad

Uncommon #92 Trainer Item
Illustrator
PLANETA
Expansion
Flashfire · XY
Language
English
TCGplayer
91229
GET /api/v1/pokemon/cards/xy2-92vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-92vrh",
    "name": "Pal Pad",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/92vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/92vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/92vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91229",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/92vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/92vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/92vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 10.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.86
        },
        {
          "condition": "LP",
          "price": 3.77
        },
        {
          "condition": "MP",
          "price": 2.94
        },
        {
          "condition": "HP",
          "price": 2
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T11:34:37.108Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}