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

← PPP Promos
Dialga

Dialga

Common #5 Pokémon Basic
Types
Metal
Illustrator
Masakazu Fukuda
Expansion
PPP Promos · Other
Language
Japanese
TCGplayer

Attacks

Time Shift
Metal

Draw cards until you have 6 cards in your hand.

Diamond Blast 60+
Metal · Metal · Colorless · Colorless

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

GET /api/v1/pokemon/cards/miscppp_ja-5vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "miscppp_ja-5vh",
    "name": "Dialga",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/5vh.large.webp"
      }
    ],
    "expansion": {
      "id": "miscppp_ja",
      "name": "PPP Promos",
      "total": 7,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 7,
      "release_date": "2007/05/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscppp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscppp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PPP Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "abilities": [
      {
        "name": "Adamant Orb",
        "text": "If an Active Pokémon has Weakness to Metal type, Dialga's attacks do 20 more damage to that Pokémon (before applying Weakness and Resistance).",
        "type": "Held Item"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Time Shift",
        "text": "Draw cards until you have 6 cards in your hand."
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Diamond Blast",
        "text": "Flip a coin. If heads, this attack does 60 damage plus 20 more damage.",
        "damage": "60+"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 80.29,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 77.13,
          "low": 65.56,
          "high": 88.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 125,
          "low": 125,
          "high": 125,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 839.65,
          "low": 1025,
          "high": 1025,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 89.77,
          "low": 89.06,
          "high": 217.95,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 150,
          "low": 118.15,
          "high": 185.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-08-30T16:18:24.447Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}