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

← Roaring Skies
Energy Switch

Energy Switch

Rare Secret #109 Trainer Item
Illustrator
5ban Graphics
Expansion
Roaring Skies · XY
Language
English
TCGplayer
98145
GET /api/v1/pokemon/cards/xy6-109vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6-109vh",
    "name": "Energy Switch",
    "number": "109",
    "printed_number": "109",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/109vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/109vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/109vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6",
      "name": "Roaring Skies",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "ROS",
      "printed_total": 108,
      "release_date": "2015/05/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98145",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/109vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/109vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/109vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Rare Secret",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 23.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 23.25
        },
        {
          "condition": "LP",
          "price": 17.03
        },
        {
          "condition": "MP",
          "price": 14.39
        },
        {
          "condition": "HP",
          "price": 11.33
        },
        {
          "condition": "DMG",
          "price": 10.23
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 176.5,
          "low": 150.03,
          "high": 202.98,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16.75,
          "low": 16.44,
          "high": 18.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.11,
          "low": 14.42,
          "high": 14.42,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.33,
          "low": 45.98,
          "high": 45.98,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:18:18.995Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.29
      }
    }
  }
}