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 Prism
Shieldon

Shieldon

Uncommon #84 Pokémon Stage 1 HP 100
Types
Metal
Illustrator
so-taro
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157701

Attacks

Take Down 50
Metal · Colorless

This Pokémon does 10 damage to itself.

Confront 80
Metal · Metal · Colorless
GET /api/v1/pokemon/cards/sm5-84vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-84vrh",
    "name": "Shieldon",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/84vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/84vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/84vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157701",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/84vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/84vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/84vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Take Down",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "50"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Confront",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "so-taro",
    "pricing": {
      "currency": "USD",
      "market": 0.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.58
        },
        {
          "condition": "LP",
          "price": 0.42
        },
        {
          "condition": "MP",
          "price": 0.36
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:49:14.262Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.75
      }
    }
  }
}