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

← Dark Rush
Vaporeon

Vaporeon

usually #18 Pokémon Stage 1
Types
Water
Illustrator
Akira Komayama
Expansion
Dark Rush · Black & White
Language
Japanese
TCGplayer
601427

Attacks

Muddy Water 20
Colorless

Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Spiral Drain 60
Water · Colorless · Colorless

Heal 20 damage from this Pokémon.

GET /api/v1/pokemon/cards/bw4_ja-18?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4_ja-18",
    "name": "Vaporeon",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/18.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/18.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/18.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4_ja",
      "name": "Dark Rush",
      "total": 76,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW4",
      "printed_total": 69,
      "release_date": "2011/12/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Rush"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601427",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/18.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/18.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/18.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Muddy Water",
        "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spiral Drain",
        "text": "Heal 20 damage from this Pokémon.",
        "damage": "60"
      }
    ],
    "rarity": "usually",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 5.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.14
        },
        {
          "condition": "MP",
          "price": 4.68
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.5,
          "low": 25,
          "high": 26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36.6,
          "low": 36.6,
          "high": 37.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.43,
          "low": 22.45,
          "high": 22.45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-17T03:02:49.016Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.77
      }
    }
  }
}