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

← Moonlit Pursuit
Vaporeon

Vaporeon

Rare #160 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Kagemaru Himeno
Expansion
Moonlit Pursuit · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Cleanse Away 30
Water

Remove 2 damage counters from each of your Benched Pokémon.

Hyper Whirlpool 60
Water · Colorless · Colorless

Flip a coin until you get tails. For each heads, discard an Energy card attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/dp4m_ja-160?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4m_ja-160",
    "name": "Vaporeon",
    "number": "160",
    "printed_number": "160",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-160.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-160.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-160.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4m_ja",
      "name": "Moonlit Pursuit",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP4",
      "printed_total": 70,
      "release_date": "2007/10/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Moonlit Pursuit"
        }
      }
    },
    "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/dp4m_ja-160.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-160.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-160.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Cleanse Away",
        "text": "Remove 2 damage counters from each of your Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hyper Whirlpool",
        "text": "Flip a coin until you get tails. For each heads, discard an Energy card attached to the Defending Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 9.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.98
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 139.99,
          "low": 60,
          "high": 145,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.7,
          "low": 45.5,
          "high": 45.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:56:30.618Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}