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
Lance's Ampharos

Lance's Ampharos

usually #101 Pokémon Basic
Types
Lightning
Illustrator
Aya Kusube
Expansion
Pokémon VS · VS
Language
Japanese
TCGplayer
631903

Attacks

Tackle 10
Colorless
Hyper Beam 20
Lightning · Colorless · Colorless

Flip a coin. If heads, discard 1 Energy card attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/vs1_ja-101?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-101",
    "name": "Lance's Ampharos",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/101.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/101.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/101.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": "631903",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/101.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/101.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/101.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tackle",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hyper Beam",
        "text": "Flip a coin. If heads, discard 1 Energy card attached to the Defending Pokémon.",
        "damage": "20"
      }
    ],
    "rarity": "usually",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 150,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 150
        },
        {
          "condition": "LP",
          "price": 69.71
        },
        {
          "condition": "MP",
          "price": 73.33
        },
        {
          "condition": "HP",
          "price": 45
        },
        {
          "condition": "DMG",
          "price": 60
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 86,
          "low": 73.1,
          "high": 98.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 33.25,
          "low": 23,
          "high": 43.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 105,
          "low": 89.25,
          "high": 120.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 11
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 32.5,
          "low": 27.63,
          "high": 37.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.5,
          "low": 35,
          "high": 36.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 550,
          "low": 467.5,
          "high": 632.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:22:16.637Z",
      "trend_7d": {
        "direction": "up",
        "percent": 50
      }
    }
  }
}