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

← Ultra Force
Magnezone

Magnezone

Common #15 Pokémon Stage 2 HP 150
Types
Lightning
Illustrator
Yoshinobu Saito
Expansion
Ultra Force · Sun & Moon
Language
Japanese
TCGplayer
572348

Attacks

Zap Cannon 130
Lightning · Lightning · Lightning · Colorless

This Pokémon can't use Zap Cannon during your next turn.

GET /api/v1/pokemon/cards/sm5p_ja-15vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5p_ja-15vrh",
    "name": "Magnezone",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/15vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/15vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/15vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5p_ja",
      "name": "Ultra Force",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5+",
      "printed_total": 50,
      "release_date": "2018/01/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572348",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/15vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/15vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/15vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Magnetic Circuit",
        "text": "As often as you like during your turn (before your attack), you may attach a Lightning Energy card from your hand to 1 of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Zap Cannon",
        "text": "This Pokémon can't use Zap Cannon during your next turn.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 2.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.13
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:01:23.307Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.97
      }
    }
  }
}