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

← FireRed & LeafGreen
Energy Switch

Energy Switch

Uncommon #90 Trainer Item
Illustrator
Ken Ikuji
Expansion
FireRed & LeafGreen · EX
Language
English
TCGplayer
85254
GET /api/v1/pokemon/cards/ex6-90vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex6-90vrh",
    "name": "Energy Switch",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/90vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/90vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/90vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex6",
      "name": "FireRed & LeafGreen",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RG",
      "printed_total": 112,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85254",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/90vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/90vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/90vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Ikuji",
    "pricing": {
      "currency": "USD",
      "market": 9.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.99
        },
        {
          "condition": "HP",
          "price": 6.88
        },
        {
          "condition": "DMG",
          "price": 2.67
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:08:11.992Z",
      "trend_7d": {
        "direction": "down",
        "percent": -40.36
      }
    }
  }
}