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

← Forbidden Light
Dialga-GX

Dialga-GX

Rare Holo GX #82 Pokémon BasicGX HP 180
Types
Metal
Illustrator
5ban Graphics
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165738

Attacks

Overclock
Metal

Draw cards until you have 6 cards in your hand.

Shred 80
Metal · Colorless · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

Timeless-GX 150
Metal · Metal · Metal · Colorless · Colorless

Take another turn after this one. (Skip the between-turns step.) (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm6-82vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-82vh",
    "name": "Dialga-GX",
    "number": "82",
    "printed_number": "82",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/82vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/82vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/82vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165738",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/82vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/82vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/82vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Metal"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Overclock",
        "text": "Draw cards until you have 6 cards in your hand."
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shred",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "80"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Timeless-GX",
        "text": "Take another turn after this one. (Skip the between-turns step.) (You can't use more than 1 GX attack in a game.)",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo GX",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 8.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.69
        },
        {
          "condition": "LP",
          "price": 6.41
        },
        {
          "condition": "MP",
          "price": 5.01
        },
        {
          "condition": "HP",
          "price": 4.55
        },
        {
          "condition": "DMG",
          "price": 3.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 108.23,
          "low": 125,
          "high": 125,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.24,
          "low": 16.87,
          "high": 21.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 99,
          "low": 84.15,
          "high": 113.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.35
      }
    }
  }
}