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

← Surging Sparks
Dialga

Dialga

Rare #135 Pokémon Basic HP 130
Types
Dragon
Illustrator
Takumi Wada
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589918

Attacks

Time Manipulation
Colorless

Search your deck for 2 cards, shuffle your deck, then put those cards on top of it in any order.

Buster Tail 160
Psychic · Metal · Colorless
GET /api/v1/pokemon/cards/sv8-135vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-135vh",
    "name": "Dialga",
    "number": "135",
    "printed_number": "135",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/135vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/135vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/135vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589918",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/135vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/135vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/135vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Time Manipulation",
        "text": "Search your deck for 2 cards, shuffle your deck, then put those cards on top of it in any order."
      },
      {
        "cost": [
          "Psychic",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Buster Tail",
        "damage": "160"
      }
    ],
    "rarity": "Rare",
    "artist": "Takumi Wada",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "DMG",
          "price": 0.03
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.71,
          "low": 25.25,
          "high": 34.17,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.02,
          "low": 8.52,
          "high": 11.52,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.01,
          "low": 8.51,
          "high": 11.51,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 30,
          "low": 25,
          "high": 30,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:36:43.744Z",
      "trend_7d": {
        "direction": "up",
        "percent": 18.18
      }
    }
  }
}