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

← Mysterious Treasures
Walrein

Walrein

Rare #39 Pokémon Stage 2 HP 130
Types
Water
Illustrator
Midori Harada
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
90467

Attacks

Ice Bind 70
Water · Water · Colorless

If your opponent doesn't discard a card from his or her hand, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/dp2-39?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-39",
    "name": "Walrein",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/39.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90467",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Freeze-up",
        "text": "Once during your turn, when you play Walrein from your hand to evolve 1 of your Pokémon, you may flip 2 coins. If both are heads, discard 1 of the Defending Pokémon and all cards attached to it. (This doesn't count as a Knocked Out Pokémon.)",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ice Bind",
        "text": "If your opponent doesn't discard a card from his or her hand, the Defending Pokémon is now Paralyzed.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "+30"
      }
    ],
    "rarity": "Rare",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.59
        },
        {
          "condition": "LP",
          "price": 0.48
        },
        {
          "condition": "MP",
          "price": 0.44
        },
        {
          "condition": "HP",
          "price": 0.24
        },
        {
          "condition": "DMG",
          "price": 0.27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:09:39.295Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.28
      }
    }
  }
}