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 VS
Misty's Lapras

Misty's Lapras

usually #57 Pokémon Basic
Types
Water
Illustrator
Satoshi Ohta
Expansion
Pokémon VS · VS
Language
Japanese
TCGplayer
630843

Attacks

Sweet Song
Colorless

Flip a coin. If heads, remove 1 damage counter from each of your Pokémon that has any.

Giant Wave 30
Water · Water

Misty's Lapras can't attack during your next turn.

GET /api/v1/pokemon/cards/vs1_ja-57?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-57",
    "name": "Misty's Lapras",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/57.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/57.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/57.large.webp"
      }
    ],
    "expansion": {
      "id": "vs1_ja",
      "name": "Pokémon VS",
      "total": 151,
      "language": "Japanese",
      "language_code": "ja",
      "series": "VS",
      "printed_total": 141,
      "release_date": "2001/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon VS"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "630843",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/57.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/57.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/57.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sweet Song",
        "text": "Flip a coin. If heads, remove 1 damage counter from each of your Pokémon that has any."
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Giant Wave",
        "text": "Misty's Lapras can't attack during your next turn.",
        "damage": "30"
      }
    ],
    "rarity": "usually",
    "artist": "Satoshi Ohta",
    "pricing": {
      "currency": "USD",
      "market": 50,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 50
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 102.5,
          "low": 87.13,
          "high": 117.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 54.5,
          "low": 46.33,
          "high": 62.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 81.2,
          "low": 69.02,
          "high": 93.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 134,
          "low": 113.9,
          "high": 154.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 11
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 77.59,
          "low": 88.75,
          "high": 118.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 180,
          "low": 134,
          "high": 196,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "SGC",
          "grade": "8",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-17T22:16:45.551Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}