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

← ADV Expansion Pack
Sceptile

Sceptile

Rare Holo #3 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
Midori Harada
Expansion
ADV Expansion Pack · ADV
Language
Japanese
TCGplayer
613063

Attacks

Lizard Poison 20
Colorless

If 1 Energy is attached to Sceptile, the Defending Pokémon is now Asleep. If 2 Energy is attached to Sceptile, the Defending Pokémon is now Poisoned. If 3 Energy is attached to Sceptile, the Defending Pokémon is now Asleep and Poisoned. If 4 or more Energy is attached to Sceptile, the Defending Pokémon is now Asleep, Burned, and Poisoned.

Solarbeam 70
Grass · Grass · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/adv1_ja-3vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv1_ja-3vh",
    "name": "Sceptile",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "adv1_ja",
      "name": "ADV Expansion Pack",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 55,
      "release_date": "2003/01/31",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613063",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Lizard Poison",
        "text": "If 1 Energy is attached to Sceptile, the Defending Pokémon is now Asleep. If 2 Energy is attached to Sceptile, the Defending Pokémon is now Poisoned. If 3 Energy is attached to Sceptile, the Defending Pokémon is now Asleep and Poisoned. If 4 or more Energy is attached to Sceptile, the Defending Pokémon is now Asleep, Burned, and Poisoned.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Solarbeam",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-30"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 19.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 1032.91,
          "low": 1072.15,
          "high": 1448.02,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 55,
          "low": 46.75,
          "high": 63.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:22:18.406Z",
      "trend_7d": {
        "direction": "down",
        "percent": -27.1
      }
    }
  }
}