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 Ampharos-EX

M Ampharos-EX

Double Rare #28 Pokémon MEGAEX HP 220
Types
Lightning
Illustrator
5ban Graphics
Expansion
Bandit Ring · XY
Language
Japanese
TCGplayer

Attacks

Exavolt 120+
Lightning · Lightning · Colorless · Colorless

You may do 50 more damage and leave your opponent's Active Pokémon Paralyzed. If you do, this Pokémon does 30 damage to itself.

GET /api/v1/pokemon/cards/xy7_ja-28vh?include=prices 200 35ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7_ja-28vh",
    "name": "M Ampharos-EX",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/28vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/28vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/28vh.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/28vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/28vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/28vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Exavolt",
        "text": "You may do 50 more damage and leave your opponent's Active Pokémon Paralyzed. If you do, this Pokémon does 30 damage to itself.",
        "damage": "120+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 9.09,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.09
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 129.99,
          "low": 95.12,
          "high": 153.96,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.85,
          "low": 23,
          "high": 23,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:57:13.384Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}