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

← McDonald's Collection 2018
Magnemite

Magnemite

Common #8 Pokémon Basic HP 60
Types
Metal
Illustrator
MAHOU
Expansion
McDonald's Collection 2018 · Other
Language
English
TCGplayer
180456

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/mcd18-8?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd18-8",
    "name": "Magnemite",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd18",
      "name": "McDonald's Collection 2018",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2018/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "180456",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8.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": "Common",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 11.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.83
        },
        {
          "condition": "LP",
          "price": 4.27
        },
        {
          "condition": "MP",
          "price": 1.33
        },
        {
          "condition": "HP",
          "price": 1.25
        },
        {
          "condition": "DMG",
          "price": 0.95
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:50:52.734Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.32
      }
    }
  }
}