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

← Chilling Reign
Lapras

Lapras

Common #29 Pokémon Basic HP 110
Types
Water
Illustrator
Atsushi Furusawa
Expansion
Chilling Reign · Sword & Shield
Language
English
TCGplayer
241682

Attacks

Wintry Call
Colorless

Search your deck for up to 2 Melony cards, reveal them, and put them into your hand. Then, shuffle your deck.

Icy Wind 50
Water · Colorless

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/swsh6-29?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6-29",
    "name": "Lapras",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/29.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6",
      "name": "Chilling Reign",
      "total": 233,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CRE",
      "printed_total": 198,
      "release_date": "2021/06/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "241682",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Wintry Call",
        "text": "Search your deck for up to 2 Melony cards, reveal them, and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Icy Wind",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Atsushi Furusawa",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "HP",
          "price": 0.1
        },
        {
          "condition": "DMG",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 28,
          "low": 17,
          "high": 38.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 40,
          "high": 70,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8.5,
          "low": 8.5,
          "high": 8.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.26,
          "low": 10.26,
          "high": 10.26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:11:51.488Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}