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

← Fairy Rise
Sceptile-GX

Sceptile-GX

Hyper Rare #57 Pokémon Stage 2GX
Types
Grass
Illustrator
Yoshinobu Saito
Expansion
Fairy Rise · Sun & Moon
Language
Japanese
TCGplayer
573908

Attacks

Mach Cut 60
Grass

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

Leaf Cyclone 130
Grass · Grass

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

Jungle Heal-GX
Grass

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/sm7b_ja-57vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7b_ja-57vh",
    "name": "Sceptile-GX",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-57vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-57vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-57vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7b_ja",
      "name": "Fairy Rise",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7b",
      "printed_total": 50,
      "release_date": "2018/08/03",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fairy Rise"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573908",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-57vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-57vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja-57vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Mach Cut",
        "text": "Discard a Special Energy from your opponent's Active Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "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": [
          "Grass"
        ],
        "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": "Hyper Rare",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 12.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.08
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 59.99,
          "low": 59.99,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 130.04,
          "low": 126.55,
          "high": 138.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.24,
          "low": 18.9,
          "high": 25.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:03:06.006Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.34
      }
    }
  }
}