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

← Wind from the Sea
Energy Switch

Energy Switch

Non #76 Energy
Illustrator
Mikio Menjo
Expansion
Wind from the Sea · E-Card
Language
Japanese
TCGplayer
576361
GET /api/v1/pokemon/cards/ecard3_ja-76?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3_ja-76",
    "name": "Energy Switch",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/76.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/76.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/76.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3_ja",
      "name": "Wind from the Sea",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 87,
      "release_date": "2002/05/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wind from the Sea"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576361",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/76.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/76.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/76.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "rarity": "Non",
    "artist": "Mikio Menjo",
    "pricing": {
      "currency": "USD",
      "market": 82.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 82.5
        },
        {
          "condition": "DMG",
          "price": 29.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T00:02:15.934Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}