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

← Amazing Volt Tackle
Wash Water Energy

Wash Water Energy

Non #99 Energy Special
Expansion
Amazing Volt Tackle · Sword & Shield
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/swsh4_ja-99?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4_ja-99",
    "name": "Wash Water Energy",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/99.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/99.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/99.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4_ja",
      "name": "Amazing Volt Tackle",
      "total": 121,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S4",
      "printed_total": 100,
      "release_date": "2020/09/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Amazing Volt Tackle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/99.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/99.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/99.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Non",
    "pricing": {
      "currency": "USD",
      "market": 0.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.95
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T05:20:17.874Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.06
      }
    }
  }
}