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
Alolan Diglett

Alolan Diglett

Common #122 Pokémon Basic HP 50
Types
Metal
Illustrator
Akino Fukuji
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589855

Attacks

Surprise Attack 30
Free

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/sv8-122vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-122vrh",
    "name": "Alolan Diglett",
    "number": "122",
    "printed_number": "122",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/122vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/122vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/122vrh.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": "589855",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/122vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/122vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/122vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Free"
        ],
        "converted_energy_cost": 1,
        "name": "Surprise Attack",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Akino Fukuji",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.36,
          "low": 15.46,
          "high": 19.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.97,
          "low": 19.95,
          "high": 19.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:03:31.267Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.76
      }
    }
  }
}