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
M Sceptile-EX

M Sceptile-EX

Super Rare #83 Pokémon MEGAEX HP 220
Types
Grass
Illustrator
5ban Graphics
Expansion
Bandit Ring · XY
Language
Japanese
TCGplayer

Attacks

Jagged Saber 100
Grass · Colorless

You may attach 2 Grass Energy cards from your hand to your Benched Pokémon in any way you like. If you attached Energy to a Pokémon in this way, heal all damage from that Pokémon.

GET /api/v1/pokemon/cards/xy7_ja-83vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7_ja-83vh",
    "name": "M Sceptile-EX",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/83vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/83vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/83vh.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": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/83vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/83vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/83vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "220",
    "abilities": [
      {
        "name": "θ Stop",
        "text": "Prevent all effects of your opponent's Pokémon's Abilities done to this Pokémon.",
        "type": "Ancient Trait"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Jagged Saber",
        "text": "You may attach 2 Grass Energy cards from your hand to your Benched Pokémon in any way you like. If you attached Energy to a Pokémon in this way, heal all damage from that Pokémon.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 225.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 225.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 326,
          "low": 277.1,
          "high": 374.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 675,
          "low": 583,
          "high": 840,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 170,
          "low": 100,
          "high": 170,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2025-11-18T02:10:06.903Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}