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

← Storming Emergence (Verdant)
Sceptile Gx

Sceptile Gx

Double Rare #018/151 Pokémon Stage 2 HP 230
Types
Grass
Illustrator
Yoshinobu Saito
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Mach Cut 60
Colorless

Discard a Special Energy from your opponent's Active Pokémon.

Leaf Cyclone 130
Colorless · Colorless

Move a Grass Energy from this Pokémon to 1 of your Benched Pokémon.

Jungle Heal-GX
Colorless

Heal all damage from each of your Pokémon that has any Grass Energy attached to it. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sev-018vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-018vh",
    "name": "Sceptile Gx",
    "number": "018/151",
    "printed_number": "018/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-018vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-018vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-018vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-018vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-018vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-018vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Mach Cut",
        "text": "Discard a Special Energy from your opponent's Active Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Leaf Cyclone",
        "text": "Move a Grass Energy from this Pokémon to 1 of your Benched Pokémon.",
        "damage": "130"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Jungle Heal-GX",
        "text": "Heal all damage from each of your Pokémon that has any Grass Energy attached to it. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:56.617Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}