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 Sun
Magnemite

Magnemite

usually #34 Pokémon Basic HP 60
Types
Metal
Illustrator
MAHOU
Expansion
Ultra Sun · Sun & Moon
Language
Japanese
TCGplayer
572093

Attacks

Searching Magnet
Colorless

Search your deck for up to 3 Metal Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.

Tackle 10
Metal
GET /api/v1/pokemon/cards/sm5s_ja-34?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5s_ja-34",
    "name": "Magnemite",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/34.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5s_ja",
      "name": "Ultra Sun",
      "total": 78,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5S",
      "printed_total": 66,
      "release_date": "2017/12/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Sun"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572093",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Searching Magnet",
        "text": "Search your deck for up to 3 Metal Energy cards, reveal them, and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Tackle",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 0.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.53
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:45.928Z",
      "trend_7d": {
        "direction": "down",
        "percent": -18.46
      }
    }
  }
}