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 #DP49 Pokémon Basic HP 100
Types
Metal
Illustrator
Kagemaru Himeno
Expansion
DP Black Star Promos · Diamond & Pearl
Language
English
TCGplayer
84805

Attacks

Time Call
Metal

Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward.

Time Wager 100
Metal · Colorless · Colorless

Flip 2 coins. If either of them is tails, this attack's base damage is 50 instead of 100.

GET /api/v1/pokemon/cards/dpp-DP49vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp-DP49vh",
    "name": "Dialga",
    "number": "DP49",
    "printed_number": "DP49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP49vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP49vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP49vh.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": "84805",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP49vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP49vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp/DP49vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Time Call",
        "text": "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward."
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Time Wager",
        "text": "Flip 2 coins. If either of them is tails, this attack's base damage is 50 instead of 100.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 12.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.34
        },
        {
          "condition": "LP",
          "price": 9.66
        },
        {
          "condition": "MP",
          "price": 6.2
        },
        {
          "condition": "HP",
          "price": 4.92
        },
        {
          "condition": "DMG",
          "price": 2.58
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 64.26,
          "low": 34.59,
          "high": 79.31,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 162.5,
          "low": 152.5,
          "high": 192.42,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:33:03.352Z",
      "trend_7d": {
        "direction": "up",
        "percent": 23.52
      }
    }
  }
}