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

← XY
Lapras

Lapras

Rare Holo #35 Pokémon Basic HP 110
Types
Water
Illustrator
Hitoshi Ariga
Expansion
XY · XY
Language
English
TCGplayer
86625

Attacks

Seafaring
Water

Flip 3 coins. For each heads, attach a Water Energy card from your discard pile to your Benched Pokémon in any way you like.

Hydro Pump 10
Colorless · Colorless

This attack does 20 more damage for each Water Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy1-35vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1-35vrh",
    "name": "Lapras",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/35vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/35vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/35vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1",
      "name": "XY",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "XY",
      "printed_total": 146,
      "release_date": "2014/02/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86625",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/35vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/35vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/35vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Seafaring",
        "text": "Flip 3 coins. For each heads, attach a Water Energy card from your discard pile to your Benched Pokémon in any way you like."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hydro Pump",
        "text": "This attack does 20 more damage for each Water Energy attached to this Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 9.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.38
        },
        {
          "condition": "LP",
          "price": 7.35
        },
        {
          "condition": "MP",
          "price": 3.93
        },
        {
          "condition": "HP",
          "price": 1.99
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.93,
          "low": 13.5,
          "high": 13.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 101.38,
          "low": 127.5,
          "high": 127.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 19.99,
          "low": 17.59,
          "high": 43.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23.87,
          "low": 22.49,
          "high": 22.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34.48,
          "low": 29.3,
          "high": 47.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:05:54.667Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.64
      }
    }
  }
}