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

← Dragon Majesty
Lapras

Lapras

Uncommon #21 Pokémon Basic HP 120
Types
Water
Illustrator
Saya Tsuruta
Expansion
Dragon Majesty · Sun & Moon
Language
English
TCGplayer
175383

Attacks

Aqua Bullet 20
Water

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

Hydro Pump 70
Colorless · Colorless · Colorless

This attack does 10 more damage times the amount of Water Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/sm75-21vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm75-21vrh",
    "name": "Lapras",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/21vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/21vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/21vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm75",
      "name": "Dragon Majesty",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DRM",
      "printed_total": 70,
      "release_date": "2018/09/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "175383",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/21vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/21vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/21vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Aqua Bullet",
        "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Pump",
        "text": "This attack does 10 more damage times the amount of Water Energy attached to this Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 6.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.08
        },
        {
          "condition": "LP",
          "price": 4.98
        },
        {
          "condition": "MP",
          "price": 3.66
        },
        {
          "condition": "HP",
          "price": 2.96
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.5,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:56:51.413Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.82
      }
    }
  }
}