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

← DP Black Star Promos
Shieldon

Shieldon

Promo #DP08 Pokémon Stage 1 HP 80
Types
Metal
Illustrator
Kouki Saitou
Expansion
DP Black Star Promos · Diamond & Pearl
Language
English
TCGplayer
89150

Attacks

Hard Face 20
Metal · Colorless

During your opponent's next turn, any damage done to Shieldon by attacks is reduced by 20 (after applying Weakness and Resistance).

Shield Attack 40
Metal · Colorless · Colorless

Flip a coin. If heads, this attack does 40 damage plus 20 more damage.

GET /api/v1/pokemon/cards/dpp-DP08vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp-DP08vh",
    "name": "Shieldon",
    "number": "DP08",
    "printed_number": "DP08",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP08vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP08vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP08vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dpp",
      "name": "DP Black Star Promos",
      "total": 56,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "PR-DPP",
      "printed_total": 56,
      "release_date": "2007/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dpp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dpp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89150",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP08vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP08vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP08vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hard Face",
        "text": "During your opponent's next turn, any damage done to Shieldon by attacks is reduced by 20 (after applying Weakness and Resistance).",
        "damage": "20"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shield Attack",
        "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 5.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.5
        },
        {
          "condition": "LP",
          "price": 5.21
        },
        {
          "condition": "MP",
          "price": 4.33
        },
        {
          "condition": "HP",
          "price": 2.56
        },
        {
          "condition": "DMG",
          "price": 2.27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 77.99,
          "low": 60.4,
          "high": 86,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 223.5,
          "low": 204.7,
          "high": 230.7,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:33:03.352Z",
      "trend_7d": {
        "direction": "up",
        "percent": 10
      }
    }
  }
}