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

← Plasma Gale
Magnezone

Magnezone

Rare #25 Pokémon Stage 2Team Plasma HP 140
Types
Lightning
Illustrator
5ban Graphics
Expansion
Plasma Gale · Black & White
Language
Japanese
TCGplayer

Attacks

Gyro Ball 80
Lightning · Lightning · Colorless

Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.

GET /api/v1/pokemon/cards/bw7_ja-25vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7_ja-25vh",
    "name": "Magnezone",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/25vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/25vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/25vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7_ja",
      "name": "Plasma Gale",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW7",
      "printed_total": 70,
      "release_date": "2012/09/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Plasma Gale"
        }
      }
    },
    "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/bw7_ja/25vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/25vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/25vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "Team Plasma"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Dual Brains",
        "text": "During your turn, you may play 2 Supporter cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Gyro Ball",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.4,
          "low": 17.34,
          "high": 23.46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32.17,
          "low": 33.91,
          "high": 33.91,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "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-09-22T03:23:19.158Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}