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
Lapras

Lapras

Common #8 Pokémon Basic HP 90
Types
Water
Illustrator
Suwama Chiaki
Expansion
Pokémon TCG Classic - Blastoise · Other
Language
English
TCGplayer
201155

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/clb-8vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clb-8vh",
    "name": "Lapras",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/8vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/8vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/8vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clb",
      "name": "Pokémon TCG Classic - Blastoise",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLB",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clb.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clb.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201155",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/8vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/8vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/8vh.large.webp"
          }
        ]
      }
    ],
    "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",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 8.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.28
        },
        {
          "condition": "LP",
          "price": 7.04
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 22.03,
          "low": 29.99,
          "high": 29.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.4,
          "low": 21.09,
          "high": 26.72,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.19,
          "low": 6,
          "high": 6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11.95,
          "low": 18,
          "high": 18,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 127,
          "low": 121.5,
          "high": 143.69,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26.73,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.17,
          "low": 20.7,
          "high": 26.26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T04:03:54.935Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.12
      }
    }
  }
}