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

← Unified Minds
Tag Switch

Tag Switch

Rare Secret #254 Trainer Item
Illustrator
Yoshinobu Saito
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195320
GET /api/v1/pokemon/cards/sm11-254vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-254vh",
    "name": "Tag Switch",
    "number": "254",
    "printed_number": "254",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/254vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/254vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/254vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195320",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/254vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/254vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/254vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Rare Secret",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 4.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.39
        },
        {
          "condition": "LP",
          "price": 3.66
        },
        {
          "condition": "MP",
          "price": 2.78
        },
        {
          "condition": "HP",
          "price": 2.99
        },
        {
          "condition": "DMG",
          "price": 1.76
        }
      ],
      "graded": [
        {
          "company": "TAG",
          "grade": "10",
          "value": 59.99,
          "low": 50.99,
          "high": 68.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}