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

← Reviving Legends
Vaporeon

Vaporeon

Non #16 Pokémon Stage 1 HP 90
Types
Water
Illustrator
sui
Expansion
Reviving Legends · LEGEND
Language
Japanese
TCGplayer

Attacks

Spiral Drain 20
Colorless

Remove 2 damage counters from Vaporeon.

Dual Splash
Water · Water · Colorless

Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/l2_ja-16?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l2_ja-16",
    "name": "Vaporeon",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/16.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/16.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/16.large.webp"
      }
    ],
    "expansion": {
      "id": "l2_ja",
      "name": "Reviving Legends",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L2",
      "printed_total": 80,
      "release_date": "2010/02/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Reviving Legends"
        }
      }
    },
    "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/l2_ja/16.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/16.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/16.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spiral Drain",
        "text": "Remove 2 damage counters from Vaporeon.",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dual Splash",
        "text": "Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13.2,
          "low": 11.22,
          "high": 15.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 175,
          "low": 151.5,
          "high": 211.25,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 57.99,
          "low": 30.4,
          "high": 75.4,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-22T02:33:27.145Z",
      "trend_7d": {
        "direction": "down",
        "percent": -42.24
      }
    }
  }
}