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
Dialga

Dialga

Promo #DP26 Pokémon Basic HP 90
Types
Metal
Illustrator
Kazuyuki Kano
Expansion
DP Black Star Promos · Diamond & Pearl
Language
English
TCGplayer
84801

Attacks

Time Bellow 10
Metal

Draw a card.

Flash Cannon 40
Metal · Metal · Colorless

You may return all Energy cards attached to Dialga to your hand. If you do, remove the highest Stage Evolution card from the Defending Pokémon and shuffle that card into your opponent's deck.

GET /api/v1/pokemon/cards/dpp-DP26vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp-DP26vh",
    "name": "Dialga",
    "number": "DP26",
    "printed_number": "DP26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP26vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP26vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP26vh.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": "84801",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP26vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP26vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP26vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Time Bellow",
        "text": "Draw a card.",
        "damage": "10"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flash Cannon",
        "text": "You may return all Energy cards attached to Dialga to your hand. If you do, remove the highest Stage Evolution card from the Defending Pokémon and shuffle that card into your opponent's deck.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Kazuyuki Kano",
    "pricing": {
      "currency": "USD",
      "market": 5.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.15
        },
        {
          "condition": "MP",
          "price": 3.54
        },
        {
          "condition": "HP",
          "price": 2.26
        },
        {
          "condition": "DMG",
          "price": 1.63
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "5",
          "value": 32.63,
          "low": 45,
          "high": 45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 47.76,
          "low": 40.6,
          "high": 54.92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 599.99,
          "low": 509.99,
          "high": 689.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:33:03.352Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.36
      }
    }
  }
}