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

← Bandit Ring
Sceptile-EX

Sceptile-EX

Double Rare #7 Pokémon BasicEX HP 170
Types
Grass
Illustrator
Eske Yoshinob
Expansion
Bandit Ring · XY
Language
Japanese
TCGplayer
603974

Attacks

Sleep Poison 10
Grass

Flip a coin. If heads, your opponent's Active Pokémon is now Asleep and Poisoned.

Unseen Claw 60+
Grass · Colorless

If your opponent's Active Pokémon is affected by a Special Condition, this attack does 70 more damage.

GET /api/v1/pokemon/cards/xy7_ja-7vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7_ja-7vh",
    "name": "Sceptile-EX",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/7vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/7vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/7vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7_ja",
      "name": "Bandit Ring",
      "total": 97,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY7",
      "printed_total": 81,
      "release_date": "2015/06/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Bandit Ring"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603974",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/7vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/7vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/7vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Sleep Poison",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep and Poisoned.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Unseen Claw",
        "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 70 more damage.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 8.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 62.4,
          "low": 49.93,
          "high": 62.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 72.5,
          "low": 55,
          "high": 92.47,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:29:25.650Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}