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

← Flashfire
Magnezone-EX

Magnezone-EX

Rare Ultra #101 Pokémon BasicEX HP 180
Types
Lightning
Illustrator
Ryo Ueda
Expansion
Flashfire · XY
Language
English
TCGplayer
91239

Attacks

Electro Ball 40
Colorless · Colorless
Dual Bullet
Lightning · Lightning · Lightning

This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/xy2-101vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-101vh",
    "name": "Magnezone-EX",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/101vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/101vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/101vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91239",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/101vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/101vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/101vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Electro Ball",
        "damage": "40"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Dual Bullet",
        "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 18.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.16
        },
        {
          "condition": "LP",
          "price": 9.85
        },
        {
          "condition": "MP",
          "price": 7.54
        },
        {
          "condition": "HP",
          "price": 5.87
        },
        {
          "condition": "DMG",
          "price": 4.23
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 22.3,
          "low": 29.99,
          "high": 29.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 23.5,
          "low": 19.97,
          "high": 27.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 648,
          "low": 550.8,
          "high": 745.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 35.97,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36,
          "low": 27,
          "high": 45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.19
      }
    }
  }
}