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

← Bonds to the End of Time
Vaporeon

Vaporeon

Rare #14 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Masakazu Fukuda
Expansion
Bonds to the End of Time · Platinum
Language
Japanese
TCGplayer
607196

Attacks

Muddy Water 20
Colorless

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

Evolving Aqua
Water · Colorless

Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If Vaporeon evolved from Eevee during this turn, this attack does 60 damage instead.

GET /api/v1/pokemon/cards/pt2_ja-14?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt2_ja-14",
    "name": "Vaporeon",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/14.large.webp"
      }
    ],
    "expansion": {
      "id": "pt2_ja",
      "name": "Bonds to the End of Time",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT2",
      "printed_total": 90,
      "release_date": "2008/12/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Bonds to the End of Time"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607196",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Undevelop",
        "text": "Once during your turn (before your attack), you may devolve Vaporeon and put Vaporeon into your hand. This power can't be used if Vaporeon is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Muddy Water",
        "text": "Does 10 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"
        ],
        "converted_energy_cost": 2,
        "name": "Evolving Aqua",
        "text": "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If Vaporeon evolved from Eevee during this turn, this attack does 60 damage instead."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 7.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.99
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 22.8,
          "low": 19.38,
          "high": 26.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 130,
          "low": 130,
          "high": 135,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 178.5,
          "low": 121.7,
          "high": 201.7,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45.5,
          "low": 31,
          "high": 60,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-23T02:41:50.296Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}