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

← Burning Shadows
Multi Switch

Multi Switch

Rare Secret #164 Trainer Item
Illustrator
Toyste Beach
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138633
GET /api/v1/pokemon/cards/sm3-164vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-164vh",
    "name": "Multi Switch",
    "number": "164",
    "printed_number": "164",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/164vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/164vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/164vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138633",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/164vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/164vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/164vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Rare Secret",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 3.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.59
        },
        {
          "condition": "LP",
          "price": 3.49
        },
        {
          "condition": "MP",
          "price": 2.47
        },
        {
          "condition": "HP",
          "price": 2.74
        },
        {
          "condition": "DMG",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 22.5,
          "low": 16.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.42,
          "low": 15.15,
          "high": 15.15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:47:31.121Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.76
      }
    }
  }
}