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

← Pokémon TCG Classic - Blastoise (Water Deck)
Lapras

Lapras

None #008/032 Pokémon Basic HP 90
Types
Water
Expansion
Pokémon TCG Classic - Blastoise (Water Deck)
Language
Japanese
TCGplayer
591882

Attacks

Ice Beam 20
Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Ice Blade
Water · Water

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

GET /api/v1/pokemon/cards/clk_ja-8vh?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-8vh",
    "name": "Lapras",
    "number": "008/032",
    "printed_number": "008/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591882_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591882_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591882_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "clk_ja",
      "name": "Pokémon TCG Classic - Blastoise (Water Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Blastoise (Water Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591882",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591882_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591882_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591882_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ice Beam",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Ice Blade",
        "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 7.69,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.51,
          "low": 16,
          "high": 49.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 21,
          "trend": {
            "direction": "down",
            "percent": -15
          }
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 86.15,
          "low": 38.79,
          "high": 87.3,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8,
          "trend": {
            "direction": "up",
            "percent": 36.6
          }
        }
      ],
      "market_updated_at": "2026-09-21T03:30:23.720Z"
    }
  }
}